# Numba Meeting: 2025-05-06 Attendees: Todd, Siu, Graham, Guilherme, Stuart FPOC (last week): Todd FPOC (incoming): Val NOTE: All communication is subject to the [Numba Code of Conduct](https://github.com/numba/numba-governance/blob/accepted/code-of-conduct.md). Please refer to [this calendar](https://calendar.google.com/calendar/embed?src=5rqnddm4gjrdfjm31fsv182epk%40group.calendar.google.com) for the next meeting date. ## Discussion - Docutils issue - fix ETA? - ETA today (delayed from Monday) - PRs with review being requested: - https://github.com/numba/numba/pull/9401 - https://github.com/numba/numba/pull/9926 - What to do with list of unsupported NumPy functions: - https://github.com/numba/numba/issues/4074 - Some deprecated items - Some items that are implemented - Remaining valid items tend to be high complexity or rarely used - Therefore no longer a good first issue - Should we just close it? - Conclusion: make a note on the issue about its true state as a warning to readers. - NumPy 1.0 support timeline? - ## New "Ready for Review" PRs ## 1. New Issues - [numba#10057](https://github.com/numba/numba/issues/10057) - Bug in np.searchsorted for complex types - [numba#10060](https://github.com/numba/numba/issues/10060) - Numba np.exp overload 6x slower than numpy - [numba#10062](https://github.com/numba/numba/issues/10062) - On import: AttributeError: module 'llvmlite.binding' has no attribute 'get_host_cpu_name' ### Closed Issues ## 2. New PRs - [numba#10056](https://github.com/numba/numba/pull/10056) - Add np.inner support - [numba#10058](https://github.com/numba/numba/pull/10058) - [CI TEST] Trivial change to check whether CI for docs is broken - [numba#10059](https://github.com/numba/numba/pull/10059) - gha/add linux-arm64 wheel builder workflow - [numba#10061](https://github.com/numba/numba/pull/10061) - gha/add numba linux-64 conda builder - [numba#10063](https://github.com/numba/numba/pull/10063) - gha/add numba linux-64 wheel builder - [numba#10064](https://github.com/numba/numba/pull/10064) - gha/add numba osx-arm64 conda builder - [llvmlite#1210](https://github.com/numba/llvmlite/pull/1210) - Update pre-commit hook pre-commit/mirrors-clang-format to v20.1.3 - [llvmlite#1212](https://github.com/numba/llvmlite/pull/1212) - add explicit setuptools installation to azure build scripts - [llvmlite#1213](https://github.com/numba/llvmlite/pull/1213) - unify clang format check ### Closed PRs - merged - [llvmlite#1209](https://github.com/numba/llvmlite/pull/1209) - remove singular clang-format check based on ubuntu/apt - merged - [llvmlite#1211](https://github.com/numba/llvmlite/pull/1211) - gha/fix llvmlite linux workflows for version tags (last numba: 10064; llvmlite 1213)