Skip to content
Valentin Haenel edited this page Jul 22, 2021 · 2 revisions

Numba Meeting: 2021-07-20

Attendees: Todd A. Anderson, brandon willard, Graham Markall, Jim Pivarski, stuart, Valentin Haenel, Siu Kwan Lam

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

0. Feature Discussion

  • RC2 Released - Request for testing!
    • conda & wheels packages are available
    • aarch64 testing encouraged
  • Request for 0.55

1. New Issues

  • #7218 - Compiler not found: /tmp/tmp bug
  • **** #7217 - Regression: SSA scope check assertion error
    • Graham suggests this would be a warning instead
  • #7215 - incorrect result on Python 3.7
  • #7214 - cuda segfault nvvm with opt+debug
  • #7213 - parfors lowering error from missing entry in varmap
  • #7212 - nonlocal value is not updated correctly
  • #7210 - Memory leak bugs in module init functions with PyObject_SetAttrString
  • #7207 - How to check whether numpy function supported in numba?
  • #7206 - Numba 0.54.0 rc2 | llvmlite 0.37.0 rc2 | Checklist
  • #7205 - CUDA incorrect print output
  • #7201 - Setting array elements in parallel after increment fails silently

Closed Issues

  • #7200 - Pin 0.54 to NumPy <=1.20.x

2. New PRs

  • #7208 - Fix unicode encoding error in debug metadata in llvmlite.
  • #7204 - Adding implementation of isinstance.
  • #7203 - remove duplicate changelog entries
  • #7202 - Initial implementation of np.take_along_axis

Closed PRs

  • #7216 - Update CHANGE_LOG for 0.54.0rc2
  • #7211 - RC2 patches for release0.54 branch
  • #7209 - Clamp numpy

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

Clone this wiki locally