Skip to content
Valentin Haenel edited this page Jun 16, 2021 · 1 revision

Numba Meeting: 2021-06-15

Attendees: Siu Kwan Lam, Todd A Anderson, Brandon Willard, Graham Markall, Stuart, Valentin Haenel

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

0. Feature Discussion

1. New Issues

  • #7112 - NumPy Ufuncs on scalar values don't work in CUDA
  • #7111 - Using @overload with types.Callable fails to find compiled implementation at Lowering
  • #7110 - numpy.delete optional argument 'axis' support
  • #7109 - Second update to nonlocal variable is ignored
  • #7108 - Mutating a typed dict whilst iterating is not handled correctly
  • #7105 - Array returned from prange loop is wrong unless that array is read before the function returns.
  • #7104 - CUDA on WSL2 Support
  • #7103 - GDB doesn't show the values of variables when it hits breakpoint the first time
  • #7101 - segmentation fault when calling np.all in ipython
  • #7099 - NamedTuple Optional np.ndarray field type does not compile
  • #7095 - numba build fails with TBB
  • #7093 - CUDA: Make typing and target contexts singletons
  • #7091 - Numba causes crash when using python climate-indices package in terminal

Closed Issues

  • #7102 - installation error
  • #7090 - Cuda local.array life time problems

2. New PRs

  • #7114 - CUDA: Deprecate eager deprecation of device functions
  • #7107 - CUDA: Fold the device dispatcher into the kernel dispatcher
  • #7106 - Use correct CUDA driver library on WSL
  • #7100 - Replace deprecated call to cuDeviceComputeCapability
  • #7098 - [TESTING ONLY] Temp/wip/dispstack alt2
  • #7096 - Ddof support for nanvar nanstd

Closed PRs

  • #7113 - Temporarily disable debug env export.
  • #7097 - CI testing, do not merge
  • #7094 - Testing CI
  • #7092 - [TESTING ONLY] Temp/enh/arrayallocapi 2

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

Clone this wiki locally