Skip to content
Valentin Haenel edited this page Dec 2, 2020 · 1 revision

Numba Meeting: 2020-12-01

Attendees: Siu, Stu, Todd, Guilherme, Val, Hameer

0. Feature Discussion

1. New Issues

  • #6526 - Wrong results using Numba and astype() compared to pure Numpy
    • impl needs fixing
  • #6523 - typed.List.extend returns self in some cases
    • impl needs fixing, PR at #6524
  • #6522 - Caching a function that takes in a jitclass instance
    • known jitclass problem
  • #6520 - typeguard fail for numba.tests.test_jitclasses.TestJitClass
  • #6518 - LiteralStrKeyDict error for non-identifier key names

Closed Issues

  • #6525 - inconsistency in assignment to global variables

2. New PRs

  • #6527 - setup.py: fix py version guard
  • #6524 - Fix typed.List return value
  • #6521 - Skip annotated jitclass test if typeguard is running.
  • #6515 - CUDA: Add support for the jit_module function
  • #6514 - Catch user code with compound type use and offer advice.

Closed PRs

  • #6519 - Avoid unnecessary ir.Del generation and removal
  • #6517 - CUDA: Add NVVM test of all 8-bit characters
  • #6516 - Fix RTD build by using conda.

3. Next Release: Version 0.53.0, RC=Q1 2021

  • Relase branch: mid-Jan

4. Upcoming tasks

Clone this wiki locally