Skip to content
esc edited this page Feb 20, 2024 · 1 revision

Numba Meeting: 2024-02-13

Attendees: FPOC (last week): Kaustubh FPOC (incoming):

NOTE: All communication is subject to the Numba Code of Conduct.

Please refer to this calendar for the next meeting date.

0. Discussion

New "Ready for Review" PRs

1. New Issues

  • numba#9424 - Support math.nextafter in nopython mode
  • numba#9426 - Update changelog script to account for missing author info on github.
  • numba#9427 - searchsorted with dtype datetime64 stopped working in njit mode going from 0.58.1 to 0.59
  • numba#9429 - GPU target doesn't emit compile events
  • numba#9431 - explicit specialization does not respect caching
  • numba#9432 - Bug: (regression) cooperative grid sync w/ cache=True - working in 0.58.1, not working in 0.59.0
  • numba#9433 - np.median raises AssertionError for empty arrays while numpy returns nan
  • numba#9434 - Integrate ZLUDA for AMD CUDA
  • numba#9435 - nextafter (via both math and numpy) missing for CUDA

Closed Issues

2. New PRs

  • numba#9428 - Optimize range() to enable more auto-vectorization
  • numba#9430 - Type system implementation #2: Added builtins support for the new type system.

Closed PRs

(last numba: 9435; llvmlite 1032)

3. Short-term Roadmap

2024-gantt: TBD 2023-gantt: https://github.com/numba/numba/issues/8971

Clone this wiki locally