# Numba Meeting: 2025-04-29 Attendees: FPOC (last week): Val 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 - Deprecating loop lifting - Less of a problem now that object mode is explicitly opted into, no fallback to it - Could try rewriting loop lift tests as nopython with object mode blocks - Sourcegraph shows some usage of `forceobj=True`. - When to remove split type system? - Seems to be OK to move back to the old type system only now and remove the new one, which doesn't get used in practice and was not developed further - ## New "Ready for Review" PRs ## 1. New Issues - [numba#10053](https://github.com/numba/numba/issues/10053) - Star and slash special parameters don't work correctly - [numba#10054](https://github.com/numba/numba/issues/10054) - ValueError: not enough values to unpack (expected 1, got 0) ### Closed Issues - [llvmlite#1204](https://github.com/numba/llvmlite/issues/1204) - llvmbind.get_host_cpu_name() gets wrong cpu name for Apple M2 - [llvmlite#1207](https://github.com/numba/llvmlite/issues/1207) - Request: macOS wheels ## 2. New PRs - [numba#10051](https://github.com/numba/numba/pull/10051) - Add support for np.binary_repr - [numba#10052](https://github.com/numba/numba/pull/10052) - Fix bug in `np.searchsorted` when the arguments have `float32` dtype - [numba#10055](https://github.com/numba/numba/pull/10055) - gha/add numba osx-arm64 wheel builder - [llvmlite#1208](https://github.com/numba/llvmlite/pull/1208) - apply fixes from clang-format ### Closed PRs - merged - [llvmlite#1203](https://github.com/numba/llvmlite/pull/1203) - gha/add llvmlite osx-arm64 wheel builder workflow - merged - [llvmlite#1205](https://github.com/numba/llvmlite/pull/1205) - gha/add llvmlite_linux-64 wheel builder workflow - merged - [llvmlite#1206](https://github.com/numba/llvmlite/pull/1206) - gha/add llvmlite linux-arm64 wheel builder (last numba: 10055; llvmlite 1208)