Skip to content
esc edited this page Jan 26, 2022 · 1 revision

Numba Meeting: 2022-01-25

Attendees: Siu Kwan Lam, Val, Graham Markall, stuart, Todd A. Anderson, brandon willard, 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

1. New Issues

  • #7751 - numba 0.55 breaks compatibility with coverage
  • #7753 - performance regression with enumerate since 0.49
  • #7754 - NumPy 1.22 support
  • #7756 - ufunc did not contain a loop with signature matching types error with NumPy 1.22
  • #7757 - return type must be specified for object mode with NumPy 1.22
  • #7758 - Overload for deprecated np.MachAr causes test fail with NumPy 1.22
  • #7759 - test_gitdiff fails with NumPy 1.22
  • #7760 - Some parallel backend tests failing with NumPy 1.22
  • #7761 - Typing difference
  • #7762 - Remove duplication of run_cmd function, make it a utility.
  • #7766 - Function compiled with parallel=True consumes more CPU but does not run faster
  • #7767 - Partial support only for np.ndarray.sort / support np.ndarray.sort(axis=...)
  • #7768 - numba fails with UNKNOWN CUDA ERROR, what is the cuda toolkit that is suitable to the latest numba 0.55.x?
  • #7769 - A problem of fails with UNKNOWN CUDA ERROR
  • #7770 - Review deprecations for 0.56
  • #7773 - Object mode fall back control flow issue, hits opcode RERAISE
  • #7774 - inconsistent array order for bare and qualified jit decorator
  • #7775 - Fix DI generation for array exprs

Closed Issues

2. New PRs

  • #7749 - Refactor threading layer priority tests to not use stdout/stderr
  • #7750 - "Iteration" over empty containers
  • #7752 - Fix #7751: Use original filename for array exprs
  • #7755 - CUDA: Deprecate support for CC < 5.3 and CTK < 10.2
  • #7763 - Update Read the Docs configuration (automatic)
  • #7764 - Add dbg_optnone and dbg_extend_lifetimes flags
  • #7765 - Updated versioneer to enable Python 3.11
  • #7771 - Move function unique ID to abi-tags
  • #7772 - CUDA: Add Support to Creating StructModel Array
  • #7776 - Updates coverage.py config
  • #7777 - Remove reference existing issue from GH template.
  • #7778 - Remove long deprecated flags from the CLI.

Closed PRs

  • #7748 - Fix #7713: Ensure _prng_random_hash return has correct bitwidth

3. Next Release: Version 0.55.0/0.38.0, Final

Clone this wiki locally