Skip to content
esc edited this page Mar 16, 2022 · 1 revision

Numba Meeting: 2022-03-15

Attendees: Andre Masella, Benjamin Graham, brandon willard, Guilherme Leobas, Jim Pivarski, Nick Riasanovsky, stuart, Todd A. Anderson, Siu Kwan Lam, Val

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

Please refer to this calendar for the next meeting date.

0. Feature Discussion

1. New Issues

  • #7891 - numba.tests.test_builtins.TestIsinstanceBuiltin.test_experimental_warning fail on main
  • *** #7894 - Limit in Constant Dictionary Size with Python 3.10
    • TODO: add note about initial-value of dictionary
  • #7896 - cfunc unable to compile UDF with record dtype that accesses a record attribute
  • #7897 - Enable setting of kernel attributes via cuFuncSetAttribute
  • #7903 - error from getitem with optional array
  • #7906 - TypingError: Failed in nopython mode pipeline (step: nopython frontend)
  • #7907 - Debugging: strange behavior info locals

Closed Issues

  • #7899 - Error importing numba (I think as part of importing librosa)

2. New PRs

  • #7892 - Add support for default rcond=None in np.linalg.lstsq
  • #7893 - Use uuid.uuid4() as the key in serialization.
  • #7895 - Remove use of llvmlite.llvmpy
  • #7898 - Skip test_ptds under cuda-memcheck
  • #7900 - Added Support for Numpy BitGenerators
  • #7901 - Pyston compatibility for the test suite
  • #7902 - Update np.random.random_sample and aliases to handle size=None
  • #7904 - Support m1
  • #7905 - Implement floordiv reduction in parfors.

Closed PRs

3. Next Release: Version 0.56.0/0.39.0, RC,

Clone this wiki locally