Skip to content
Valentin Haenel edited this page Jan 20, 2021 · 1 revision

Numba Meeting: 2021-01-19

Attendees: Siu, Stu, Jim P, Lucio, Alex, Ivan, Siu Chi, Todd, Guilherme, Val.

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

0. Feature Discussion/admin

Upcoming 0.53RC1 : do you have any open PRs that you would like us to consider as 'urgent'? Please make yourselves known.

Discussion topics:

1. New Issues

  • #6646 - np.cross gives error
    • actually a py3.9 problem
    • UnsupportedOPCode is eaten by TypingError
  • #6645 - Retrieve The Oldest and Newest Supported CUDA Versions
    • Will sort out for 0.53
  • #6644 - typed.List segfault, maybe from empty list.
    • Obvious missing reference somewhere!
  • #6643 - Provide a Method to Override Hardcoded 'reloc_model'
    • Hmmm
  • #6641 - Error Using Typed List in Function Signatures
    • Catch users supplying things which are not subclasses of numba.types.Type
  • #6640 - Nested dict-of-jitclass throws pickling error
    • May need some more debugging
  • #6638 - Numba error
  • #6633 - list not cast to numpy ndarray
    • Try and catch non-array or scalar as invalid input to vectorize.
  • #6632 - Support alternative spellings of dtypes in dtype kwarg of numpy array constructors
    • easy to fix
  • #6631 - Numpy does not support Enum / IntEnum

Closed Issues

  • #6637 - MKL Oversubscription in Cython if Numba njitted function is run first
  • #6634 - Cannot iterate over fields of record array
  • #6630 - Numba not getting installed in Python3.8 in centos

2. New PRs

  • #6647 - Support prefer_literal option for intrinsic decorator
  • #6642 - Testhound/cuda cuberoot

Closed PRs

  • #6639 - Fix/rtd numpydoc
  • #6636 - Adds llvm_lock event
  • #6635 - Try to resolve dynamic getitems as static post unroll transform.

3. Next Release: Version 0.53.0, RC=Q1 2021

  • Relase branch: mid-Jan

4. Upcoming tasks

Clone this wiki locally