# Numba Meeting: 2025-11-04
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
- (esc) - announce numba-scipy as unmaintained and looking for maintainers via numba.discourse? It hasn't seen any updates for months and is just rotting away, it would be nice to at least ask the community if anyone would like to adopt it..
- open issue to state unmaintained status
- need GHA release template workflow to update
- (swapnil) - Github schedule trigger
- GHA workflow not used for testing yet
- GHA workers capacity increased
- Propose wheel weekly testing :+1:
- numba full wheel CI run (3-4 hrs)
- llvmlite full wheel CI run (0.5 hrs)
- Propose numba weekly testing (3-4 hrs) :+1:
- different from wheel build by including optional depedency
- Propose numba CI merge to main test (3-4 hrs) :x:
- conda build and test (no wheel)
- comment:
- too expensive since we have many trivial PRs
## New "Ready for Review" PRs
## 1. New Issues
- [numba#10292](https://github.com/numba/numba/issues/10292) - Jitclass `__class__` won't construct a new instance
- [numba#10297](https://github.com/numba/numba/issues/10297) - Dependency Dashboard
- [numba#10312](https://github.com/numba/numba/issues/10312) - License compliance - distributed package does not declare licenses and authors (copyrights) completely and in a proper way
- [numba#10319](https://github.com/numba/numba/issues/10319) - Nested function breaks 0.63 beta on Python 3.14 due to `SET_FUNCTION_ATTRIBUTE` argument 16 (“annotate”)
- [llvmlite#1347](https://github.com/numba/llvmlite/issues/1347) - Add enhanced debug metadata generation
- PR welcome
- [llvmlite#1348](https://github.com/numba/llvmlite/issues/1348) - Some attributes missing on `llvmlite.ir.Function`
- does verifier check attribute?
- [llvmlite#1349](https://github.com/numba/llvmlite/issues/1349) - Allow addition/change of fields after creation of debug info
- PR welcome
- [llvmlite#1352](https://github.com/numba/llvmlite/issues/1352) - Automation for GitHub releases
### Closed Issues
- [numba#10293](https://github.com/numba/numba/issues/10293) - Enable `renovate` on numba for automated dependency updates
- [numba#10303](https://github.com/numba/numba/issues/10303) - free-threading (no-gil) support
- [llvmlite#1342](https://github.com/numba/llvmlite/issues/1342) - `linux-64` wheel build workflow fails, requires newer GLIBC
- [llvmlite#1343](https://github.com/numba/llvmlite/issues/1343) - `osx-arm64` gha wheel build fails on setup-miniconda step
## 2. New PRs
- [numba#10304](https://github.com/numba/numba/pull/10304) - Guard segfault caused by uninitialized jitclass
- [numba#10313](https://github.com/numba/numba/pull/10313) - chore(deps): update actions/checkout action to v5
- [numba#10316](https://github.com/numba/numba/pull/10316) - chore(deps): update dependency macos to v15
- [numba#10320](https://github.com/numba/numba/pull/10320) - Add Support for s390x
- [llvmlite#1344](https://github.com/numba/llvmlite/pull/1344) - gha/upgrade `linux-64` manylinux image
- [llvmlite#1345](https://github.com/numba/llvmlite/pull/1345) - gha/add upload_packages workflow
- [llvmlite#1350](https://github.com/numba/llvmlite/pull/1350) - update license metadata
- [llvmlite#1351](https://github.com/numba/llvmlite/pull/1351) - Add 3.14t wheel builds by building PyLIEF from source
- We shouldn't need to build `3.14t` given that the `3.14` build should work exactly by changing the ABI tag.
### Closed PRs
- merged - [numba#10294](https://github.com/numba/numba/pull/10294) - add renovate for dependency management
- [numba#10295](https://github.com/numba/numba/pull/10295) - chore(deps): pin conda-incubator/setup-miniconda action to 505e639 - autoclosed
- merged - [numba#10296](https://github.com/numba/numba/pull/10296) - chore(deps): update actions/checkout action to v4.3.0
- merged - [numba#10298](https://github.com/numba/numba/pull/10298) - Fix Gufunc leak when called from jit function
- [numba#10299](https://github.com/numba/numba/pull/10299) - chore(deps): update actions/download-artifact action to v4.3.0 - autoclosed
- [numba#10300](https://github.com/numba/numba/pull/10300) - chore(deps): update actions/setup-python action to v5.6.0 - autoclosed
- merged - [numba#10301](https://github.com/numba/numba/pull/10301) - chore(deps): update actions/stale action to v9.1.0
- merged - [numba#10302](https://github.com/numba/numba/pull/10302) - chore(deps): update actions/upload-artifact action to v4.6.2
- merged - [numba#10305](https://github.com/numba/numba/pull/10305) - Fix `np.unique` not supporting non-numeric types
- [numba#10306](https://github.com/numba/numba/pull/10306) - chore(deps): update conda-incubator/setup-miniconda action to v3.2.0 - autoclosed
- merged - [numba#10307](https://github.com/numba/numba/pull/10307) - Update dependency python to 3.14
- merged - [numba#10308](https://github.com/numba/numba/pull/10308) - Update dependency twitter-bootstrap to v3.4.1
- merged - [numba#10309](https://github.com/numba/numba/pull/10309) - Update pre-commit hook PyCQA/flake8 to v7.3.0
- merged - [numba#10310](https://github.com/numba/numba/pull/10310) - gha/update `setup-miniconda` action on workflows
- merged - [numba#10311](https://github.com/numba/numba/pull/10311) - ci/update add 'skip_release_notes' label to renovate.json
- merged - [numba#10314](https://github.com/numba/numba/pull/10314) - chore(deps): update actions/setup-python action to v6
- merged - [numba#10315](https://github.com/numba/numba/pull/10315) - chore(deps): update actions/stale action to v10
- merged - [numba#10317](https://github.com/numba/numba/pull/10317) - chore(deps): update dependency twitter-bootstrap to v5
- merged - [numba#10318](https://github.com/numba/numba/pull/10318) - chore(deps): update github artifact actions (major)
- merged - [llvmlite#1341](https://github.com/numba/llvmlite/pull/1341) - fix/ remove 'conda-remove-defaults' option from `setup-miniconda`
- merged - [llvmlite#1346](https://github.com/numba/llvmlite/pull/1346) - gha/ pin `miniconda` installers for manylinux builds