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

Numba Meeting: 2021-11-16

Attendees: Val, Siu Kwan Lam, Graham Markall, Jim Pivarski, Nick Riassanovsky, stuart, Todd A. Anderson, Guilherme Leobas

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

0. Feature Discussion

  • Python 3.10
    • centralized issue at #7562
    • one last failing test with generators
  • llvmlite PRs + merge party
    • CI on numba in llvmlite will give us more confidence.
  • #7566
    • opt for consistency
    • impl3 should behave like impl[1,2]
  • python 3.10 debrief and future
    • 1.5 mo from Python release and still don't have all deps
    • release note does not contain all bytecode changes
    • at least 2-3mo from python release announcement to Numba support and generally aim for X.Y.1 release time (max of the two)
    • numba-hatchery will help us get a early start

1. New Issues

  • #7545 - LiteralStrKeyDict incorrectly handles missing const-key at compile time.
  • #7550 - njit on f2py wrapped code
  • #7553 - List.insert() crashes for Numpy arrays
  • #7558 - No correct way to write a vectorized cuda kernel
  • #7562 - Numba support for Python 3.10
  • #7565 - Frozenset support

Closed Issues

  • #7549 - support for axis argument in mean, max, median, nanmean, nanmax, etc
  • #7555 - Unknown attribute 'to_device' module 'numba.cuda'
  • #7559 - I have a problem with copy_to_host() ?

2. New PRs

  • #7546 - Fix handling of missing const key in LiteralStrKeyDict
  • #7551 - Fixes to random.multinomial
  • #7552 - Prepend the inlined function name to inlined variables.
  • #7554 - [CI TEST] Wip/pr7544 flow looplift fix
  • #7556 - Testhound/fp16 comparison
  • #7557 - Python3.10 v2
  • #7560 - Refactor with detection py310
  • #7561 - fix a typo
  • #7563 - Exp/python310+withlogic+numpy121 v2
  • #7564 - Update Windows and OSX CI images.

Closed PRs

  • #7547 - Remove 32bit linux scipy installation.
  • #7548 - Correct evaluation order in assert statement

3. Next Release: Version 0.55.0/0.38.0, RC=Dec 1st

Clone this wiki locally