# Numba Meeting: 2026-02-03 Attendees: FPOC (last week): Siu 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~~ ## Discussion * Are we ready for release with NumPy2.4? * np2.4 passed weekend CI run * no critical inflight PR needed * waiting for confirmation for cuda errors * llvmlite verison update if no new llvmlite * need re-organizing release checklist to reflect correct update sequence ## New "Ready for Review" PRs ## 1. New Issues - [numba#10414](https://github.com/numba/numba/issues/10414) - Condition incorrectly evaluated to False after a loop without iterations - [numba#10415](https://github.com/numba/numba/issues/10415) - Improve `np.unique` performance parity with NumPy - [numba#10416](https://github.com/numba/numba/issues/10416) - Add support for `out=` keyword argument on `np.maximum()` and `np.minimum()` - [llvmlite#1397](https://github.com/numba/llvmlite/issues/1397) - ffi.lib.LLVMPY_TryAllocateExecutableMemory() not triggering OSError. ### Closed Issues ## 2. New PRs - [numba#10418](https://github.com/numba/numba/pull/10418) - fix and test for 10414 - [numba#10419](https://github.com/numba/numba/pull/10419) - Enh: refactor array reshaping in tests to use reshape method - [numba#10420](https://github.com/numba/numba/pull/10420) - CI support for building Numba on Windows ARM64 ### Closed PRs - merged - [numba#10417](https://github.com/numba/numba/pull/10417) - Fix: NumPy2.4 CI test error (last numba: 10420; llvmlite 1397)