# Numba Meeting: 2025-04-08
Attendees: Todd Anderson, Valentin Haenel, Guilherme Leobas, Siu Kwan Lam, Stuart Archibald, Kaustubh Chaudhari, Graham Markall
FPOC (last week): Val
FPOC (incoming): Siu
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
- Numba 0.61.1 release
- GH changes under a new more formal method
- Changes done in pairs, changes recorded when made
- Enable github pages at org level
- To be done, further investigation needed
- Bug reports from fuzzing - policy and responses
- e.g. https://github.com/cupy/cupy/pull/9062
- LLVM 19 pull request status
- https://github.com/numba/llvmlite/pull/1182
- https://github.com/numba/numba/pull/10011
- Go forward with these PRs
- Numba benchmarks PR: https://github.com/numba/numba-benchmark/pull/15
- Merged
## New "Ready for Review" PRs
## 1. New Issues
- [numba#10024](https://github.com/numba/numba/issues/10024) - Incorrect behavior in guvectorize when using contiguous array signatures with index-based iteration
- [numba#10025](https://github.com/numba/numba/issues/10025) - `np.around` behaves differently with it using `njit`
- [numba#10026](https://github.com/numba/numba/issues/10026) - `np.signbit` behaves differently with it using `njit` on `nan` and `inf`
- [numba#10029](https://github.com/numba/numba/issues/10029) - structref property automatically
- [numba#10031](https://github.com/numba/numba/issues/10031) - Numba 0.61.1 Checklist
- [numba#10033](https://github.com/numba/numba/issues/10033) - ImportError: Numba fails with NumPy 2.2 – requires downgrade to 2.1 or below
- [numba#10034](https://github.com/numba/numba/issues/10034) - structref generated by factory function, method call from python can not hit cache.
### Closed Issues
- [numba#10030](https://github.com/numba/numba/issues/10030) - what is the difference between structref.f and f(structref)
## 2. New PRs
- [numba#10023](https://github.com/numba/numba/pull/10023) - gha/add numba osx 64 conda builder
- [numba#10027](https://github.com/numba/numba/pull/10027) - gha/add release notes generation
- [numba#10035](https://github.com/numba/numba/pull/10035) - Add support for PYCC for functions that has indirect dependency on Environment object
- [numba#10036] https://github.com/numba/numba/pull/10036 Bump azure ubuntu from 20.04 to 24.04
- [llvmlite#1190](https://github.com/numba/llvmlite/pull/1190) - gha/add llvmlite osx 64 conda builder
### Closed PRs
- merged - [numba#10028](https://github.com/numba/numba/pull/10028) - update release notes 0.61.1
- merged - [numba#10032](https://github.com/numba/numba/pull/10032) - Updated dates in version support table and release notes
- merged - [llvmlite#1188](https://github.com/numba/llvmlite/pull/1188) - bump min CMake
- merged - [llvmlite#1189](https://github.com/numba/llvmlite/pull/1189) - bump Ubuntu to 24.04
(last numba: 10036; llvmlite 1190)