# Numba Meeting: 2024-11-26 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~~ (no signup) ## Discussion - Release update - packages are out - pypi wheels sdist uploaded - announcement pending review ## New "Ready for Review" PRs ## 1. New Issues - [numba#9801](https://github.com/numba/numba/issues/9801) - Can't run numba example functions due to typing issue - This is a feature request and not a bug - [numba#9802](https://github.com/numba/numba/issues/9802) - IR is not SSA - It is after all, will be closed by Graham - [numba#9803](https://github.com/numba/numba/issues/9803) - Integration with Cython C++ classes - Might be a summer project for an intern - [numba#9808](https://github.com/numba/numba/issues/9808) - numba fail - [numba#9809](https://github.com/numba/numba/issues/9809) - issue with np.argmin with njit(parallel=True), "AssertionError: key already in dictionary: '$np_g_var.1' " - [numba#9811](https://github.com/numba/numba/issues/9811) - Issue using overload_method ### Closed Issues - [numba#9810](https://github.com/numba/numba/issues/9810) - None ## 2. New PRs - [numba#9805](https://github.com/numba/numba/pull/9805) - Handle empty arrays in np.median implementation and add datetime check - [numba#9806](https://github.com/numba/numba/pull/9806) - [test] only refresh target_context if objmode is used - [numba#9807](https://github.com/numba/numba/pull/9807) - Resolve mutable default argument problems - `MappingProxyType` should only be used on the public interfaces - Rebase to not use emojis, windows - Use tuples instead of lists - [llvmlite#1103](https://github.com/numba/llvmlite/pull/1103) - Add target attributes to LLVM IR Module getting optimized ### Closed PRs - merged - [numba#9800](https://github.com/numba/numba/pull/9800) - Added changelog for `0.61.0` and updated release versioning table - merged - [numba#9804](https://github.com/numba/numba/pull/9804) - Release branch pins for 0.61 ## Short-term Roadmap 2024-gantt: https://github.com/numba/numba/issues/9540