# Numba Meeting: 2025-08-12
Attendees: Todd, Siu, Val, Guilherme, Stuart, Kaustubh, Swapnil, Graham
FPOC (last week): Todd
FPOC (incoming): Val
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.
## Planned discussion for NumbaCC
- Paper: https://github.com/scipy-conference/scipy_proceedings/pull/1094
- Slides: https://github.com/scipy-conference/scipy_proceedings/pull/1126
- "Kaledioscope" tutorial/book: https://numba.pydata.org/numba-prototypes/sealir_tutorials/index.html
## Discussion
- `is` type-safe check? https://github.com/numba/numba/pull/10159#issuecomment-3176984136
- Concluded: do pure pointer value check
- resume [prev](https://hackmd.io/96-LdPNIRFaZMHkfsgvKZQ) discussion on
> investigation to older python and older numpy
- numpy stats this year: [link](https://clickpy.clickhouse.com/dashboard/numpy?min_date=2024-12-30&max_date=2025-08-12)
- numba stats this year: [link](https://clickpy.clickhouse.com/dashboard/numba?min_date=2024-12-30&max_date=2025-08-12)
- notes:
- Don't drop py3.10 according to download data and numba is a major depedency in the numeric stack
- Won't re-introduce py3.9 due to massive work.
- Future deprecation schedule needs to be data driven
- should we build next releases for osx-64 -- given that Anaconda will stop building packages for this platform on Friday 15th August...? (Val)
## New "Ready for Review" PRs
## 1. New Issues
- [numba#10166](https://github.com/numba/numba/issues/10166) - GeForce Game Ready Driver version 580.88 is breaking Numba
- [numba#10170](https://github.com/numba/numba/issues/10170) - Numba 0.62.0-rc1 Checklist
- [llvmlite#1254](https://github.com/numba/llvmlite/issues/1254) - llvmlite 0.45.0-rc1 Checklist
### Closed Issues
- [numba#10168](https://github.com/numba/numba/issues/10168) - New type system breaks fstring printing
- [numba#10169](https://github.com/numba/numba/issues/10169) - ERROR: failed to open nvvm
## 2. New PRs
- [numba#10171](https://github.com/numba/numba/pull/10171) - fix/handle curly braces paths
- [llvmlite#1250](https://github.com/numba/llvmlite/pull/1250) - Fix pass timing logic to stop printing to stdout.
- [llvmlite#1252](https://github.com/numba/llvmlite/pull/1252) - Move llvmlite to solely CMake based build system.
- [llvmlite#1253](https://github.com/numba/llvmlite/pull/1253) - Update pre-commit hook pre-commit/pre-commit-hooks to v6
- [llvmlite#1255](https://github.com/numba/llvmlite/pull/1255) - Update actions/checkout action to v4.3.0
- [llvmlite#1256](https://github.com/numba/llvmlite/pull/1256) - Update actions/checkout action to v5
- [llvmlite#1257](https://github.com/numba/llvmlite/pull/1257) - remove code climate integration
### Closed PRs
- merged - [numba#10167](https://github.com/numba/numba/pull/10167) - Fix Azure failure by reducing memory use.
- merged - [llvmlite#1248](https://github.com/numba/llvmlite/pull/1248) - Update actions/download-artifact action to v5 - autoclosed
- merged - [llvmlite#1249](https://github.com/numba/llvmlite/pull/1249) - gha/update PR path triggers to include conda recipes
- merged - [llvmlite#1251](https://github.com/numba/llvmlite/pull/1251) - Fix various C++ issues and a linkage issue.