# Numba Meeting: 2025-05-13
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
- Suggestion: Remove fixed schedule community meeting. Community meeting will be held by need during the time slot for the office hour. Motion Accepted.
- New repo to hold some feedstock of custom stuff we need building. Motion Accepted.
## New "Ready for Review" PRs
## 1. New Issues
- [numba#10066](https://github.com/numba/numba/issues/10066) - Provide wheel for Windows ARM64
- [numba#10067](https://github.com/numba/numba/issues/10067) - Build failure if Python 3.12 is built with `--with-valgrind`: `dynamic_annotations.h:472:3: error: template with C linkage`
- [numba#10069](https://github.com/numba/numba/issues/10069) - `numpy.union1d` behaves differently with it using njit
- [numba#10070](https://github.com/numba/numba/issues/10070) - Error with `.flat` on Left Hand Side of Assignment
- [numba#10071](https://github.com/numba/numba/issues/10071) - implement support for `math.fma()`
- [llvmlite#1214](https://github.com/numba/llvmlite/issues/1214) - Reminder: Need to update Windows Github Action runner
### Closed Issues
## 2. New PRs
- [numba#10068](https://github.com/numba/numba/pull/10068) - Document the inline and forceinline kwargs
- [numba#10072](https://github.com/numba/numba/pull/10072) - Docs: Fix jit decorator parameter name from 'signature' to 'signature_or_function'
- [numba#10073](https://github.com/numba/numba/pull/10073) - Fix C++ linkage for Python builds with Valgrind
- [llvmlite#1215](https://github.com/numba/llvmlite/pull/1215) - gha/add llvmlite linux-arm64 conda builder
- [llvmlite#1216](https://github.com/numba/llvmlite/pull/1216) - gha/refactor llvmlite osx wheel workflows
### Closed PRs
- merged - [numba#10065](https://github.com/numba/numba/pull/10065) - gha/add numba linux-arm64 conda builder