Skip to content
esc edited this page Sep 7, 2022 · 1 revision

Numba Meeting: 2022-09-06

Attendees: FPOC (last week):

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

Please refer to this calendar for the next meeting date.

0. Discussion

ISSUES/PR

(numba: 8407 llvmlite: 877)

1. New Issues

  • #8408 - TypeError!
  • #8417 - Error flag NameError: global name 'length_of_iterator' is not defined with inline function

Closed Issues

  • #8416 - ImportError: cannot import name 'set_parallel_chunksize' from 'numba.np.ufunc'

2. New PRs

  • #8409 - fix compilation error on mac
    • Is it related to use of system (non-conda) compilers?
    • C++ compiler version?
    • Error messages when building with #8389?
  • #8410 - Remove old warning about imports after SVML init
  • #8415 - Refactor numba.np.arraymath methods from lower_builtins to overloads
  • #8418 - Fixes ravel failure on 1d arrays (#5229)
  • #8419 - increment version support table entry for 0.56.* to 0.56.2
  • #8420 - Refactor np.sum to use @overload decorator and support for axis > 3

Closed PRs

  • merged - #8411 - update version support table for 0.56.1
  • merged - #8412 - Create changelog for 0.56.1
  • merged - #8413 - Fix Azure CI for NumPy 1.23 and use conda-forge scipy
  • merged - #8414 - Hotfix for 0.56.2

llvmlite:

  • merged - #878 - Update change log for 0.39.1

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

Clone this wiki locally