Skip to content
esc edited this page Oct 11, 2023 · 1 revision

Numba Meeting: 2023-10-03

Attendees: stuart, Siu Kwan Lam, Da Li, dipto, Graham, Guilherme, Jim Pivarski, Todd A. Anderson FPOC (last week): Stu FPOC (incoming): Val

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

Please refer to this calendar for the next meeting date.

0. Discussion

Triage topics:

  • talked about turning some of "public meeting" into "office hour"
    • also a good time to switch away from Zoom
  • py3.12 is released
  • 0.58.1 planning:
    • numpy1.26 has unusual numerical accuracy problem; maybe due to build system changes in NumPy.
    • cuda flags refactor PR

Public meeting topics:

1. New Issues

  • numba#9215 - Static method attribute missing from jitclasses inside jitted functions
    • @staticmethod on jitclass classes is not implemented yet.
  • numba#9216 - numba cannot find libnvvm.so <OSError: libnvvm.so: cannot open shared object file: No such file or directory>
  • numba#9217 - Report error when use np.sum on a specified dimension(setting axis parameters)
  • numba#9219 - Negative binomial distribution for float n
  • llvmlite#995 - llvmlite 0.41.0 fails to build on conda-forge

Closed Issues

2. New PRs

  • numba#9220 - Support passing arbitrary flags to NVVM
  • numba#9221 - Add support for Chebyshev class from np.polynomial.chebyshev

Closed PRs

3. Short-term Roadmap

gantt: https://github.com/numba/numba/issues/8971

Clone this wiki locally