Skip to content
esc edited this page May 22, 2024 · 1 revision

Numba Meeting: 2024-05-14

Attendees: FPOC (last week): Guilherme FPOC (incoming): Graham

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#9564 - Numba conflict with vectorbt
  • numba#9571 - Different type hints will result in TypingError when using overload
  • numba#9573 - Incrementing array location with rank 0 array
  • numba#9574 - LLVM objmode compilation error: Instruction does not dominate all uses
  • llvmlite#1048 - LLVM update plan?

Closed Issues

2. New PRs

  • numba#9562 - Support non-complex values in cmath
  • numba#9563 - Extend cache invalidation to include changes in other files (Continued)
  • numba#9565 - [WIP] better control of compilation of jitclass members
  • numba#9566 - Add no_wrapper jit option to disable independent compilation and delay codegen
  • numba#9567 - Added fancy indexing support
  • numba#9572 - set annotation as empty in OverloadFunctionTemplate
  • llvmlite#1051 - Roundtrip llvmlite.binding.TypeRef back into llvmlite.ir.Type

Closed PRs

  • merged - numba#9561 - Release branch pins for 0.60
  • merged - numba#9568 - fix sigabrt in parfors tests
  • merged - numba#9569 - update release date after delay
  • numba#9570 - [investigate] Missed vectorization opportunities
  • merged - llvmlite#1047 - Added changelog for 0.43.0
  • merged - llvmlite#1049 - update release date after delay
  • merged - llvmlite#1050 - Add conda-forge pre-tag testing to release checklist

3. Short-term Roadmap

2024-gantt: https://github.com/numba/numba/issues/9540

Clone this wiki locally