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

Numba Meeting: 2021-11-23

Attendees: Siu Kwan Lam, Graham Markall, Val, Guilherme Leobas, Nick Riansanovsky, Todd A Anderson, stuart, brandon willard, Luk, Kaustubh Chaudhari

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

0. Feature Discussion

1. New Issues

  • #7566 - Support nested tuples as tuples of literal elements
  • #7568 - Using literally suppresses info in compilation failure traceback
  • #7569 - for-with-break construct fails on Pythons 3.7 and 3.8
  • #7571 - Documentation Cuda example wrong indentation
  • #7572 - Object mode code fails to load from cache
    • Yes please PR
  • #7573 - numba 0.54.1 casting IntEnum regression
  • #7574 - Add support for non-constant boundaries for numba.stencil
  • #7575 - cache missed for str arguments
  • #7576 - test_no_accidental_warnings (numba.tests.test_import.TestNumbaImport) fails on Python 3.9 Windows
    • PyWin32 latest version doesn't use imp
  • #7577 - values in a list become odd in nopython mode and no warning or error reported
    • Probably not to be fixed for reflected lists - mayybe support with reflected lists
    • Typed list can be either of type None or something else, but not mixing None and others
  • #7578 - Compilation with parallel=True gives garbage results for a very simply parallelizable function
  • #7579 - CUDA: Lowering error using character sequences in record types
  • #7585 - Support for len(dict.key()), len(dict.values()), len(dict.items())

Closed Issues

2. New PRs

  • #7580 - Fix #7507. catch NotImplementedError in .get_function()
  • #7581 - Add support for casting from int enums
  • #7582 - Make SetItem array both def and use.
  • #7584 - Export NRT_MemInfo_new
  • #7586 - Support for len on dict.keys, dict.values, and dict.itemes
  • #7588 - Fix casting of start/stop in linspace

Closed PRs

  • #7567 - Update docs to note meetings are public.
  • #7570 - Update the docs and error message for errors when importing Numba.
  • #7583 - Make numba.types.Optional str less verbose.
  • #7587 - [CI TEST] Revert "Fix linspace to use np.divide and clamp to stop."

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

Clone this wiki locally