Skip to content
Siu Kwan Lam edited this page May 3, 2022 · 1 revision

Numba Meeting: 2022-04-19

Attendees: stuart, Andre Masella, Ehsan Totoni, Graham Markall, LI Da, Nick Riasanovsky, Shannon Quinn, Jim Pivarski

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

Please refer to this calendar for the next meeting date.

0. Feature Discussion

  • Public CI on main line is broken
    • probably relates to a new build of libz
  • Collected comments from core developers for the mission statement for use in the next revision
  • Siu TODO: start draft PR for "core developer" membership document for discussion on 3rd May
    • Stu: amount of sustained effort to maintain the membership

1. New Issues

  • #7981 - ppc64le OpenMP threading backend issue with omp_set_max_active_levels
  • #7982 - np.full ignores keyword argument names
  • #7983 - vectorized ufunc doesn't support default arguments
  • #7984 - Parallel vs sequential for loop different results
    • requires atomic op
  • #7985 - Rename Registry.register
  • #7987 - numba cov() does not support aweights parameter.

Closed Issues

2. New PRs

  • #7979 - Add support of np.geomspace
  • #7980 - Fix: optional array index
  • #7986 - Small caching refactor to support target cache implementations
  • #7989 - [DO NOT MERGE] Testing fix
  • #7990 - Stop patching error
  • #7991 - Support default args in ufunc call

Closed PRs

  • #7988 - Create setup.py

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

Clone this wiki locally