Skip to content
esc edited this page Jul 5, 2022 · 1 revision

Numba Meeting: 2022-07-05

Attendees: Amod, Andre Masella, Graham Markall, Nicholas Riasanovsky, stuart, Siu Kwan Lam, Benjamin Graham, Shannon Quinn, Val, Matthew Murray, LI Da, Jim Pivarski, Guilherme Leobas, Luk

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

Please refer to this calendar for the next meeting date.

0. Discussion

Marked issues/PRs: - #8209 and self-service board -

  • split typing and lowering - Guilherme

1. New Issues

  • #8210 - Compiling error with loop, works if there is a print statement though
  • #8213 - Numba changes behavior of np.flip when assigning flipped output back into input array
  • #8215 - literal_unroll leads to segfault on M1 when called with bool
  • #8218 - CUDA: Numerical differences between CPython / CPU target and the CUDA target in math.pow
  • #8222 - compilation error: expected expression when handling typeconv.cpp on mac

Closed Issues

  • #8204 - Numba 0.56.0rc1 Checklist
  • #8211 - Some trouble of using CUDA kernel function to calculate heap sort
  • #8214 - ConstantInferenceError in test_assert_1 on M1

2. New PRs

  • #8206 - Testing NumPy 1.23 on public CI.
  • #8208 - Attempt to ensure that all C++ files build as C++11
  • **** #8209 - Adds checklists for doing initial PR review.
  • #8216 - chore: Set permissions for GitHub actions
  • #8219 - Permit use of 'literal_unroll' via getattr on 'numba' module.
  • #8220 - Added the interval example as doctest

Closed PRs

  • #8205 - Pin llvmlite and NumPy on release branch.
  • #8207 - development tag should be in monofont
  • #8212 - release checklist: include a note to ping @RC_testers on discourse
  • #8217 - Fix syntax in docs
  • #8221 - CUDA stubs docstring: Replace illegal escape sequence

3. Next Release: Version 0.57.0/0.40.0. TBD

Clone this wiki locally