Skip to content
esc edited this page Aug 31, 2022 · 1 revision

Numba Meeting: 2022-08-30

Attendees: Siu Kwan Lam, Andre Masella, Guilherme Leobas, Jim Pivarski, Kaustubh Chaudhari, Graham Markall, LI Da, Benjamin Graham, brandon willard, Val, Shannon Quinn, Todd A. Anderson, FPOC (last week): Siu

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

  • **** #8394 - PEP684 Subinterpreter support
  • #8395 - [-1] call to cuInit results in UNKNOWN_CUDA_ERROR
  • #8398 - 50% performance drop from py3.8/numba 0.51.2 to py3.9/numba 0.55.1
  • #8399 - please add np.min()/max() with augment:"axis"
  • #8400 - On target cuda, return type of function may not match type given in signature string
  • #8402 - Pretty-printed type annotation is broken
  • #8403 - Strange Result for np.nanstd in njit function
  • #8404 - llvmlite assertion when using deferred type as typed dict values
  • #8405 - Checks for function type casting erroneously assume compilation is always possible
  • #8406 - Numba 0.56.1 Checklist

llvmlite:

  • #877 - llvmlite 0.39.1 Checklist

Closed Issues

2. New PRs

  • #8387 - Add support for compute capability in IR Lowering
  • #8388 - Remove more references to the pycc binary.
  • #8389 - Make C++ extensions compile with correct compiler
  • #8390 - Use NumPy logic for lessthan in sort to move NaNs to the back.
  • #8391 - bug fixed: solving the issue in numpy 1.17
  • #8392 - Release0.56.1
  • #8396 - *** [WIP] Extend cache invalidation to include changes in other files (take 2)
  • #8401 - Remove Cuda toolkit version check
  • #8407 - Pin NumPy version to 1.18-1.24

llvmlite:

  • #875 - Release0.39.1
  • #876 - Remove llvmlite.llvmpy after deprecation

Closed PRs

  • #8393 - [DO NOT MERGE] Test c3i_test2::scipy
  • #8397 - Nimare fix

llvmlite:

  • merged - #874 - Adding zlib as dependency for aarch64

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

Clone this wiki locally