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

Numba Meeting: 2023-10-24

Attendees: Guilherme, Val, Siu, Dipto, Da Li, Graham Markall, Staurt, Todd A. Anderson, Jim Pivarski FPOC (last week): Guilherme FPOC (incoming): Siu

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

  • Should some of the core Numba folks request access to CF feedstocks for LLVM/llvmlite/Numba so as to be able to help with/fix issues more easily? Would it be helpful/make a difference to the turnaround for releasing the packages on CF?
    • Graham suggests we open a pull-request against CF repo as part of release process.
    • Val will work with Graham for the next release to run CF builds ahead of time.
  • Graham is away next Tuesday - still OK to FPOC?
    • Siu to swap with Graham

Public topics

  • [insert topics here]
  • Siu Show&Tell: multi-level dialect in Python, EGG rewrites, extensible inference

New "Ready for Review" PRs

1. New Issues

  • numba#9247 - Surveying explicit uses of nopython=False
    • We think the conclusion is that there's no issue with folks needing nopython=False. Most problems are miscommunication.
  • numba#9251 - Named argument parsing for jit decorated functions does not match Python 3.10
    • Fix for issue likely to be the same for all versions
    • Dipto presently looking into this and aiming to open a PR

Closed Issues

  • numba#9250 - Numba requires a maximum version of 3.12 and I have 3.12.0

2. New PRs

  • numba#9248 - Fix automatic unwrapping of optional type
  • numba#9249 - add support for checking dtypes equal
  • llvmlite#1005 - Remove suggestion that add_global_mapping() is unused

Closed PRs

3. Short-term Roadmap

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

Clone this wiki locally