Skip to content
Valentin Haenel edited this page Nov 9, 2021 · 1 revision

Numba Meeting: 2021-11-09

Attendees: Siu Kwan Lam, Graham Markall, Jim Pivarski, Nick Riasanovsky, stuart, val, Luk, Todd Anderson, brandon willard

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

0. Feature Discussion

1. New Issues

  • #7526 - Implement np.shape for nestedarray
  • #7527 - Incorrect result of info locals and info args commands when debugging w/ GDB
  • #7528 - Implement array reshape for CUDA
  • #7530 - Reminder to postpone deprecation of eager compilation of CUDA device functions.
  • #7531 - NumbaWarning: The TBB threading layer requires TBB version 2021 update 1 or later i.e., TBB_INTERFACE_VERSION >= 12010. Found TBB_INTERFACE_VERSION = 11102. The TBB threading layer is disabled. warnings.warn(problem)
  • #7532 - numba-core-cpu-importing-stuff-from-numba-experimental
  • #7533 - Missed optimization on typed lists
  • #7534 - Include non-temporal JIT annotations to speed up memory-bound codes filling big arrays
  • #7535 - Slower string manipulation performance than CPython
  • #7536 - from numba.core.typeconv import _typeconv
    • Suggest to document this and all the reasons for why it can happen. The reason why people are suggesting to install 0.47.0 is because this is the last version, before we refactored everything into core.
      • this can happen if old and new versions of Numba become conflated
      • this can also happen....
  • #7540 - [Docs] Jitclass support for type annotation not documented on main page
  • #7541 - [Idea] A less verbose @jitclass interface with type hints
  • #7542 - [Docs] Wrong link to np_shape source code in docs

Closed Issues

2. New PRs

  • #7524 - Added overload methods for Numpy's ufunc.reduce
  • #7529 - Exp/3.10+new with detection
  • #7537 - Add chrome tracing
  • #7538 - Fix @overload_glue performance regression.
  • #7539 - Fix str decode issue from merge #7525/#7506
  • #7543 - Support for all modes in np.correlate and np.convolve
  • #7544 - Exp/3.10+new with+np121

Closed PRs

  • #7525 - Make sure demangle() returns str type.

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

Clone this wiki locally