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

Numba Meeting: 2022-07-12

Attendees: Siu Kwan Lam, LI Da, Nicholas Riasanovsky, Benjamin Graham, Shannon Quinn, stuart, Andre Masella, Val, Kaustubh Chaudhari, Guilherme Leobas, brandon willard

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

Please refer to this calendar for the next meeting date.

0. Discussion

1. New Issues

  • #8223 - Numba interfers with Pytest causing Python to crash on windows.
  • #8225 - np.arange with kwargs not supported when parallel=True
  • #8230 - Refactor tasks: remove mk_unique_var
  • #8231 - Using vectorize with nopython argument raises error when used without decorator syntax
  • #8236 - call_conv holds a reference to a different CPUContext object
  • #8237 - global name 'range_iter_len' is not defined when using Numba for Image Manipulation

Closed Issues

  • #8224 - Repository still tagged rocm
  • #8227 - vectorize docstring example has incorrect identity
  • #8233 - "ImportError: Numba needs NumPy 1.22 or less" only on RTD build while using Numba 0.55.2

2. New PRs

  • #8226 - Support kwargs for np.arange in parallel=True
  • #8232 - Support for Numpy BitGenerators PR#6: Removing precision adjustments made for floating point contractions
  • #8234 - Replace @overload_glue by @overload for 20 NumPy functions
  • #8235 - Make the NRT stats counters optional.
  • #8238 - Advanced Indexing Support #1
  • #8239 - Add decorator to run a test in a subprocess.

Closed PRs

  • #8228 - Fix typo in @vectorize docstring and a NumPy spelling.
  • #8229 - Remove mk_unique_var in inline_closurecall.py

3. Next Release: Version 0.57.0/0.40.0. TBD

Clone this wiki locally