Skip to content
Valentin Haenel edited this page Jul 13, 2021 · 1 revision

Numba Meeting: 2021-07-13

Attendees: Siu Kwan Lam, Todd A. Anderson, stuart, Valentin Haenel

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

0. Feature Discussion

1. New Issues

  • #7199 - ValueError: unable to broadcast argument 1 to output array
  • #7191 - types.NPDatetime raises AttributeError when used in types.Dict with jitclass
  • #7188 - CUDA: cuda.cudadrv.libs.detect() doesn't give the location of libcuda.so

(last week's)

  • #7183 - error_model target option not working with cfunc (and maybe other target options?)
  • #7180 - CUDA: Managed alloc test fail on Jetson AGX Xavier
  • #7179 - Support jit decorator flags in cc.export (e.g. fastmath)
  • #7178 - CUDA: IPC tests run and fail when IPC is unsupported
  • #7176 - NumPy 1.21 support tracker
  • #7175 - Ufunc method incompatibility with Numpy 1.21
  • #7174 - operator.eq with Bytes selects Numpy_rules_ufunc template's signature
  • #7172 - Prune 0.54.0 RC1 Changelog
  • #7170 - Parallel optimization breaks results in a very bad way
  • **** #7169 - CUDA: debug=True conflates checking for exceptions and generating debug info
  • #7168 - Impact of flags in function selection/recompilation

Closed Issues

  • #7198 - Request for supporting np.pad and np.argpartition
  • #7194 - Unexpected Numba Warnings
  • #7187 - cuda can't init [802] Call to cuInit results in UNKNOWN_CUDA_ERROR

2. New PRs

  • #7196 - Fixes for lineinfo emission
  • #7195 - [WIP] Improve flake8 compliance and code style
  • #7192 - Fix missing import in array.argsort impl and add more tests.
  • #7190 - CUDA: Fix test_pinned on Jetson
  • #7189 - CUDA: Skip IPC tests on ARM
  • #7186 - Add support for np.logspace.
  • #7185 - Add get_impl_key as abstract method to types.Callable

Closed PRs

  • #7197 - don't post to python announce on the first RC
  • #7193 - DEBUG RTD take 2

3. Next Release: Version 0.55.0/0.38.0, RC=TBD

Clone this wiki locally