Skip to content
Siu Kwan Lam edited this page Mar 21, 2023 · 1 revision

Numba Meeting: 2023-02-28

Attendees: Siu Kwan Lam, Andre Masella, brandon willard, collison, Garham Markall, Ianna Osborne, Kaustubh Chaudhari, stuart, Todd A. Anderson, Val, Guilherme FPOC (last week): Kaust/stuart FPOC (incoming): Guilherme

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

Please refer to this calendar for the next meeting date.

0. Discussion

  • [stuart] GH Actions stale bot needs updating,
  • Town crier
    • Takes release note snippets for all PRs merged for a release and generates release notes
    • All PRs to require release note snippets, unless marked as not requiring release notes by the reviewer
    • Used by NumPy
  • Numba 0.57 release
    • Should happen in a few weeks.
    • After release, Numba will focus its efforts to its new MVP

New "Ready for Review" PRs

1. New Issues

  • numba#8774 - numba deals wrong with nonexistent elements of np array
  • numba#8777 - Numba TBB threading layer doesnt work when libtbb is installed before installing tbb
  • numba#8784 - Combining regular numba.jit / njit with CUDA array interface?
  • numba#8785 - array setitem failed with heterogeneous tuple

Closed Issues

2. New PRs

  • numba#8776 - Fix test suite
  • numba#8779 - Refactored Numpy documentation to follow numpy user reference
  • numba#8781 - Ensure gc.collect() is called before checking refcount in tests.
  • numba#8783 - Add support for NamedTuple casting and constructor default arguments
  • llvmlite#909 - Add support for compiler-rt inclusion

Closed PRs

  • merged - numba#8775 - Revert PR#8751 for buildfarm stability
  • merged - numba#8780 - Improved documentation for Atomic CAS
  • merged - numba#8782 - Changed wording of the escape error

(last numba: 8773; llvmlite 908)

3. Next Release: Version 0.57.0/0.40.0, RC Jan 2023

Clone this wiki locally