# Numba Meeting: 2025-07-15 Attendees: FPOC (last week): 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 ## New "Ready for Review" PRs ## 1. New Issues - [numba#10141](https://github.com/numba/numba/issues/10141) - Excessive Overhead in Numba Function Calls with Unused Complex Parameters - [numba#10143](https://github.com/numba/numba/issues/10143) - overload_method does not work with jit_options forceinline when signature is not strict - [numba#10144](https://github.com/numba/numba/issues/10144) - Support `setattr` and `getattr` when the attribute string is a compile-time constant ### Closed Issues - [numba#10142](https://github.com/numba/numba/issues/10142) - fastmath=True with np.clip returns different results on different machines (nan vs -1) ## 2. New PRs - [numba#10145](https://github.com/numba/numba/pull/10145) - Overload `setattr`. - [numba#10146](https://github.com/numba/numba/pull/10146) - Prepare Numba for LLVM20 changes - [llvmlite#1240](https://github.com/numba/llvmlite/pull/1240) - pin osx compilers to 14.x on llvmlite conda_build_config.yaml - [llvmlite#1241](https://github.com/numba/llvmlite/pull/1241) - gha/llvmlite wheel workflow fixes - [llvmlite#1242](https://github.com/numba/llvmlite/pull/1242) - gha/unify llvmlite conda builder workflows ### Closed PRs (last numba: 10146; llvmlite 1242)