# Numba Meeting: 2025-09-16
Attendees:
FPOC (last week): Swapnil (+ stu)
FPOC (incoming): Graham
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.
## ~~Office hour signup~~
## Discussion
* Release status:
* Numba 0.62.0 is now pending on resolution: https://github.com/numba/numba/issues/10231
* llvmlite 0.45.0 is now pending on resolution of: https://github.com/numba/llvmlite/issues/1290 and https://github.com/numba/llvmlite/pull/1289
## New "Ready for Review" PRs
## 1. New Issues
- [numba#10217](https://github.com/numba/numba/issues/10217) - numba CI support for Python 3.14
- [numba#10221](https://github.com/numba/numba/issues/10221) - np.any/np.all raise exception for scalar arguments
- [numba#10225](https://github.com/numba/numba/issues/10225) - Leak memory with parallel=True
- [numba#10228](https://github.com/numba/numba/issues/10228) - Simultaneously implementing `float32` (`complex64`) and `float64` (`complex128`) version of function WITH type hints (template typing)
- [numba#10231](https://github.com/numba/numba/issues/10231) - Wheel library paths fixes are not applied in PyPi releases
- [llvmlite#1281](https://github.com/numba/llvmlite/issues/1281) - llvmlite CI support for Python 3.14
- [llvmlite#1288](https://github.com/numba/llvmlite/issues/1288) - llvmlite 0.45.0 Checklist
- [llvmlite#1290](https://github.com/numba/llvmlite/issues/1290) - libllvmlite.dylib libpaths are not patched in arm64 builds
### Closed Issues
- [numba#10219](https://github.com/numba/numba/issues/10219) - Numba 0.62.0rc2 Checklist
- [numba#10229](https://github.com/numba/numba/issues/10229) - 0.62.0rc2 calculates UMAP connectivities wrong.
## 2. New PRs
- [numba#10223](https://github.com/numba/numba/pull/10223) - fix/ scalar handling on np_all
- [numba#10224](https://github.com/numba/numba/pull/10224) - fix/ scalar handling on np_any
- [numba#10226](https://github.com/numba/numba/pull/10226) - Initial code support for free-threading.
- [numba#10230](https://github.com/numba/numba/pull/10230) - GHA/refactor build job python on wheel builders
- [llvmlite#1285](https://github.com/numba/llvmlite/pull/1285) - GHA/ use explicit channel specification for llvmdev=20 installation
- [llvmlite#1286](https://github.com/numba/llvmlite/pull/1286) - GHA/refactor wheel builders to use system python for build
- [llvmlite#1287](https://github.com/numba/llvmlite/pull/1287) - change-log for 0.45.0 FINAL
- [llvmlite#1289](https://github.com/numba/llvmlite/pull/1289) - use explicit channel specification for llvmdev=20 installation
### Closed PRs
- merged - [numba#10218](https://github.com/numba/numba/pull/10218) - add no SVML support note to 0.62.0 release notes
- merged - [numba#10220](https://github.com/numba/numba/pull/10220) - change log for 0.62.0rc2
- merged - [numba#10222](https://github.com/numba/numba/pull/10222) - doc: typo
- [numba#10227](https://github.com/numba/numba/pull/10227) - pin osx compiler versions to 19 on wheel builder workflows
- merged - [llvmlite#1282](https://github.com/numba/llvmlite/pull/1282) - update `CHANGE_LOG` for 0.45.0rc2
- merged - [llvmlite#1283](https://github.com/numba/llvmlite/pull/1283) - fix/ azure win builds
- [llvmlite#1284](https://github.com/numba/llvmlite/pull/1284) - l
(last numba: 10231; llvmlite 1290)