Skip to content
stuartarchibald edited this page Sep 27, 2022 · 2 revisions

Numba Meeting: 2022-09-27

Attendees: Graham Markall, Guilherme, Ianna Osborne, kc611, LI Da, Shannon Quinn, stuart, Todd A. Anderson, Siu Kwan Lam, Andre Masella, Val, brandon willard FPOC (last week): Andre

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

Please refer to this calendar for the next meeting date.

0. Discussion

1. New Issues

  • #8451 - np.std gives a different result in Numba when the input is an empty array
  • #8452 - Documentation doesn't explain how to run tests
  • #8453 - Reproducible bug in parallel mode when prange loop contains a condition on an optional argument
  • #8455 - pythonapi function for PyBytes_AsStringAndSize?
  • #8456 - Entries in record arrays cannot be flexibly set to zero
  • #8457 - Heap corruption detected when using prange
  • #8459 - Support averaging across axis in np.average
  • #8460 - OSError: Could not load shared object file: libllvmlite.so
  • #8461 - Call to exp with float32 values using numba does not produce the same result as using numpy
  • #8463 - Add more LLVM build info to numba -s
  • #8464 - NumPy 1.24 support
  • #8465 - Tasks for deprecating/removing "fallback" compilation pipelines from the default @jit behaviour.
  • #8466 - Consider deprecating numba.generated_jit

llvmlite:

  • #881 - Support opaque pointers

Closed Issues

2. New PRs

  • #8454 - Add string comparison operators from the numpy.char module.
  • #8458 - Testhound/cuda array reshape 7528
  • #8462 - Add PyBytes_AsString and PyBytes_AsStringAndSize
  • #8467 - Convert implementations using generated_jit to overload

Closed PRs

3. Next Release: Version 0.57.0/0.40.0, RC Jan 2023

Clone this wiki locally