# Numba Meeting: 2025-10-07 Attendees: FPOC (last week): Val FPOC (incoming): Kaustubh 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 - Betas? - for Python 3.14 is done [ANN](https://numba.discourse.group/t/ann-numba-0-63-0b1-llvmlite-0-46-0b1-python-3-14-support/3068) - for NumPy 2.4? ## New "Ready for Review" PRs ## 1. New Issues - [numba#10255](https://github.com/numba/numba/issues/10255) - CUDA access violation reading - [numba#10257](https://github.com/numba/numba/issues/10257) - Fix complex math test failures on 3.14 - [numba#10258](https://github.com/numba/numba/issues/10258) - TypyingError when combining variadic and optional arguments - might be an issue requiring star-args and kw-args - [numba#10261](https://github.com/numba/numba/issues/10261) - Numerically incorrect failure in conjunction with IntEnum - type unification issue - [numba#10263](https://github.com/numba/numba/issues/10263) - NumPy 2.4 - [numba#10264](https://github.com/numba/numba/issues/10264) - `osx-arm64` wheels tag regression on 0.63.0b1 - [numba#10265](https://github.com/numba/numba/issues/10265) - Regression on `osx-arm64` wheel on `0.63.0b1` : missing `omppool` module - [numba#10266](https://github.com/numba/numba/issues/10266) - Numba downcasts 0d array operations to scalar - example may be type unstable - [llvmlite#1318](https://github.com/numba/llvmlite/issues/1318) - Better fix for including Windows runtime in wheels (`msvcp140.dll` issue) - progress is being made - a potential more standard fix is en route - [llvmlite#1319](https://github.com/numba/llvmlite/issues/1319) - `osx-arm64` wheels tag regression on v0.46.0b1 ### Closed Issues - [numba#10260](https://github.com/numba/numba/issues/10260) - Numba 0.63.0beta - [llvmlite#1315](https://github.com/numba/llvmlite/issues/1315) - llvmlite 0.46.0beta ## 2. New PRs - [numba#10256](https://github.com/numba/numba/pull/10256) - GHA/ cleanup on python 3.14 official support - [numba#10262](https://github.com/numba/numba/pull/10262) - Enable further signature compilation - messes with public API, be cautious - [llvmlite#1309](https://github.com/numba/llvmlite/pull/1309) - Add docs for migrating from older llvmlite (<0.45) - [llvmlite#1311](https://github.com/numba/llvmlite/pull/1311) - GHA/ cleanup on python 3.14 official support - [llvmlite#1312](https://github.com/numba/llvmlite/pull/1312) - Add s390x support to GHA workflow - [llvmlite#1314](https://github.com/numba/llvmlite/pull/1314) - [FIX] Hide non-API symbols when CXX compiler supports GNUC style visibility controls to prevent LLVM symbol export and interposition - [llvmlite#1316](https://github.com/numba/llvmlite/pull/1316) - Prevent creating typed pointers of opaque pointers. ### Closed PRs - merged - [numba#10252](https://github.com/numba/numba/pull/10252) - update trove classifier for 3.14 - merged - [numba#10253](https://github.com/numba/numba/pull/10253) - Merge pull request #10247 from esc/release0.62 - merged - [numba#10254](https://github.com/numba/numba/pull/10254) - Add SECURITY.md file - merged - [numba#10259](https://github.com/numba/numba/pull/10259) - CI/ move `sphinx_rtd_theme` dependency - merged - [llvmlite#1310](https://github.com/numba/llvmlite/pull/1310) - Change-log 0.45.1 - merged - [llvmlite#1313](https://github.com/numba/llvmlite/pull/1313) - Merge pull request #1310 from esc/change-log-0.45.1 - merged - [llvmlite#1317](https://github.com/numba/llvmlite/pull/1317) - Correct debug message text