# Numba Meeting: 2024-12-10 ## **NOTE: Last one this year** Next meeting on Jan 14, 2025 Attendees: FPOC (last week): Guilherme FPOC (incoming): 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~~ (no signups) ## Discussion - Release 0.61.0rc2 - plan to release this week - Numpy 2.2 - no way to make it into 0.61.0 - plan to fix it in the new year for 0.61.1 ## New "Ready for Review" PRs ## 1. New Issues - [numba#9824](https://github.com/numba/numba/issues/9824) - Signal handling issue when importing Numba - [numba#9826](https://github.com/numba/numba/issues/9826) - RecursionError from ssa.py due to repeated calls to a jitted function. - [numba#9827](https://github.com/numba/numba/issues/9827) - Pop items from a dict when looping on it breaks the loop after the first iteration - [numba#9829](https://github.com/numba/numba/issues/9829) - parallel code with prange returns a wrong results with two successive loops - [numba#9830](https://github.com/numba/numba/issues/9830) - ENH: Support for unicode_type in guvectorize - [numba#9833](https://github.com/numba/numba/issues/9833) - Support for `complex64` & `complex128` in `numba.cfunc` signature - [numba#9835](https://github.com/numba/numba/issues/9835) - Large overhead when launching kernel with torch tensors - [llvmlite#1107](https://github.com/numba/llvmlite/issues/1107) - Problems with CPython 3.13 and llvmlite - [llvmlite#1109](https://github.com/numba/llvmlite/issues/1109) - llvmlite 0.44.0rc2 Checklist ### Closed Issues - [numba#9825](https://github.com/numba/numba/issues/9825) - numba 0.61.0rc1 wheel fails on Windows ## 2. New PRs - [numba#9828](https://github.com/numba/numba/pull/9828) - Add new type-checking level - [numba#9831](https://github.com/numba/numba/pull/9831) - Lint `core/tracing.py` using `flake8` - [numba#9832](https://github.com/numba/numba/pull/9832) - Lint `core/withcontexts.py` using `flake8` - [numba#9834](https://github.com/numba/numba/pull/9834) - [Doc] Add paddle as adopted the CUDA Array - [numba#9836](https://github.com/numba/numba/pull/9836) - [CI Only] Test NumPy 2.2 - [numba#9837](https://github.com/numba/numba/pull/9837) - Replace "hard-errors" with NumbaErrors. - [llvmlite#1106](https://github.com/numba/llvmlite/pull/1106) - Incremental builds and tests to GHA - [llvmlite#1108](https://github.com/numba/llvmlite/pull/1108) - Fix Windows llvmdev build due to zlib linkage ### Closed PRs - merged - [numba#9823](https://github.com/numba/numba/pull/9823) - Initialize 0.62.0dev : Bump llvmlite to next dev version (last numba: 9837; llvmlite 1109) ## Short-term Roadmap 2024-gantt: https://github.com/numba/numba/issues/9540