Skip to content
Siu Kwan Lam edited this page Apr 11, 2023 · 1 revision

Numba Meeting: 2023-04-04

Attendees: Jim Pivarski, Guilherme, Val, Andre, Siu Kwan Lam, Luk, Todd, Collison, Graham Markall, Stuart, Mingjie Wang, Kaustubh, Brandon Willard, Ianna Osborne

FPOC (last week): Stuart FPOC (incoming):

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

Please refer to this calendar for the next meeting date.

0. Discussion

New "Ready for Review" PRs

  • numba#8792 - Added towncrier as a github workflow

1. New Issues

  • numba#8859 - Update release notes for 0.57.0 RC1
  • numba#8860 - np.allclose implementation does not handle default arguments correctly.
  • numba#8865 - nopython rewrites don't account for variables that should raise "NameError"
  • numba#8873 - Generator test segfault on linux py3.11
  • numba#8874 - Bug (Doc) sessionization example has sync() inside if block
  • numba#8875 - numba 0.56.4 requires numpy<1.24,>=1.18, but you have numpy 1.24.2 which is incompatible.
  • numba#8878 - Empty list of lists crashes at runtime with njit

Closed Issues

  • numba#8867 - Test numba.cuda.tests.cudapy.test_debug.TestDebugOutput.test_dump_bytecode fails on Python 3.11

2. New PRs

  • numba#8854 - Updated mk_alloc to support Numba-Dpex compute follows data.
  • numba#8857 - Fix broken np.allclose, add np.isclose
  • numba#8861 - CUDA: Don't add device kwarg for jit registry
  • numba#8863 - Reflected dunder methods for jitclass
  • numba#8868 - adding generated changelog for 0.57.0
  • numba#8869 - Update CHANGE_LOG for 0.57.0rc1
  • numba#8871 - Don't return the function in CallConv.decorate_function()
  • numba#8872 - Debugging segfault in generators on py3.11
  • numba#8876 - Force disabling of vfork in multiproc testing
  • numba#8877 - Add support for keyword and default arguments during closure inlining.
  • llvmlite#930 - Update changelog for 0.40.0rc1

Closed PRs

  • merged - numba#8855 - DOC: pip into double backticks in installing.rst
  • merged - numba#8856 - Update TBB to use >= 2021.6 by default.
  • merged - numba#8858 - Update deprecation notice for objmode fallback RE @jit use.
  • numba#8862 - Reflected dunder methods for jitclass
  • merged - numba#8864 - Remove obsolete deprecation notices
  • merged - numba#8866 - Revise CUDA deprecation notices
  • merged - numba#8870 - Fix opcode "spelling" change since Python 3.11 in CUDA debug test.
  • merged - llvmlite#931 - Remove maximum Python version limit
  • merged - llvmlite#932 - Fix wheel builds
Clone this wiki locally