Skip to content
luk-f-a edited this page Mar 17, 2021 · 2 revisions

Numba Meeting: 2021-03-16

Attendees: kalyan, Ehsan, Todd, Jim P., Graham, Stuart, Siu, Val, Guilherme

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

0. Feature Discussion/admin

1. New Issues

  • #6825 - reflected list behaves differently on Python 3.7 and 3.8
    • likely array comprehension bug
  • #6824 - Array contains non-contiguous buffer error even after using np.ascontiguousarray
    • legit bug
  • #6821 - REGRESSION: guvectorized functions can no longer be pickled in numba 0.53
    • will need a 0.53.1 release
    • fix is probably quite small
  • #6819 - RuntimeWarning: invalid value when disabling AVX2
    • error-model not propagated
    • LLVM optimization moves instruction ignoring FP-flags
  • #6812 - NumPy 1.20 numerical regressions
    • caused by a change in np1.20

Closed Issues

  • #6823 - REGRESSIOIN: LoweringError when importing pynndescent
  • #6820 - declaring the type for numba jit is slower than not?
  • #6815 - If condition against an integer fails

2. New PRs

Closed PRs

  • #6816 - Update changelog for 0.53.0 final
  • #6811 - CUDA: Remove test of runtime being a supported version
  • #6810 - Fix tiny formatting error in ROC kernel docs
  • #6809 - #3203 additional info in cuda detect

3. Next Release: Version 0.54.0/0.37.0, RC=May 2021

4. Upcoming tasks

Clone this wiki locally