# Numba Meeting: 2024-11-19
Attendees:
FPOC (last week): Stu
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~~
(no signup)
## Discussion
* https://github.com/numba/llvmlite/pull/1098 - bugfix
* llvmlite / Numba RC status
* when to "retire" expired deprecation notices
* Keep deprecation notice for version of release and one subsequent release
* Remove deprecation notices for releases more than 1 release back.
* e.g. generated_jit removed in 0.59, delete deprecation notice in 0.61 docs
* Hows opaque pointers + numba looking ?
* Generally works well - Numba test suite passes
* CUDA target is one issue, requires NVPTX support
* WIP, getting to 100% test coverage
* Going into Numba and numba-cuda
* Other issue is test suite - some subprocess tests using typed pointers
* Need to troubleshoot this, not looked far into yet
* conda-forge llvmlite RC: https://github.com/conda-forge/llvmlite-feedstock/pull/95
* All builds succeeded, apart from Python 3.9 ones (which should be removed)
## New "Ready for Review" PRs
## 1. New Issues
- [numba#9795](https://github.com/numba/numba/issues/9795) - possible regression in typing
### Closed Issues
- [numba#9798](https://github.com/numba/numba/issues/9798) - Python 3.13 support
## 2. New PRs
- [numba#9793](https://github.com/numba/numba/pull/9793) - Improve UX: `numba.jit` and `numba.njit`
- [numba#9794](https://github.com/numba/numba/pull/9794) - Add missing `config.DISABLE_PERFORMANCE_WARNINGS` checks
- [numba#9797](https://github.com/numba/numba/pull/9797) - Implement mergesort for array sort
- [numba#9799](https://github.com/numba/numba/pull/9799) - Fix regression in exception handling against 0.60.
- [llvmlite#1102](https://github.com/numba/llvmlite/pull/1102) - port tests from azure-pipelines to gh-actions
### Closed PRs
- [numba#9796](https://github.com/numba/numba/pull/9796) - Skip nvdisasm test on win64
- merged - [llvmlite#1099](https://github.com/numba/llvmlite/pull/1099) - Fix manylinux wheel builds
- merged - [llvmlite#1100](https://github.com/numba/llvmlite/pull/1100) - Backport #1099 to release branch: Fix manylinux wheel builds
- merged - [llvmlite#1101](https://github.com/numba/llvmlite/pull/1101) - Updated date and llvm versioning for 0.44.0rc1
(last numba: 9799; llvmlite 1102)
## Short-term Roadmap
2024-gantt: https://github.com/numba/numba/issues/9540