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

Numba Meeting: 2020-11-17

Attendees: Hameer, Siu, Stuart, Guilherme, Todd, Graham, Juan

0. Feature Discussion

1. New Issues

  • #6485 - Numba fails to install on python3.6.9
  • #6484 - Cannot convert unicode or char dtype to longer fixed size
  • #6482 - Set maximum Python version for numba and llvmlite sdists?
  • #6481 - slicing c-contiguous array in row-major way yields non-c-contiguous array in numba (though not in numpy)
    • Probably a bug in the code that parses the types for the reshape().
  • #6479 - Update canonical_url configuration in docs
    • Needs fixing
  • #6478 - Array analysis error for constant float tuple creation
    • Is there any place where a float in a tuple would degrade to an int?
  • **** #6475 - MLIR based backend for Numba
    • Is interesting, but will need a closer look, 6 month time frame, highly experimental
  • #6473 - Array assignment to a structure's nested array
    • Unhelpful error messages, fix those first, then fix the problem
  • #6465 - PPC lowering error from changes on optimization passes
    • Problem with PowerPC, IBM staffer is looking at it
    • Most targets have issue
  • #6462 - Feature request: bytes.decode
    • Two weeks of typing
    • Beyond good second issue, know what you are doing after 1 year of practice and then one to two weeks of typing

Closed Issues

  • #6483 - for loop does not stop when the index exceeds the limit of a np array
  • #6471 - Double free or corruption on numba import w/ icc-rt

2. New PRs

  • #6486 - fix abstract base class import
    • File was excluded from flake8
    • Maybe we need a similar test as Fastparquet
  • #6469 - Add address space in pointer type
  • #6468 - Access replace_functions_map via PreParforPass instance
  • #6467 - Access ufunc_db via context

Closed PRs

  • #6480 - Update changelog for 0.52.0rc3
  • #6477 - Preparing for 0.52.0rc3
  • #6476 - [CANCELED] Add subtree numba-dppy
  • #6474 - Add skip on PPC64LE for tests causing SIGABRT in LLVM.
  • #6472 - Document numba.extending.is_jitted
  • #6470 - Adding PyCon Sweden 2020 talk on numba
  • #6466 - Remove the misspelling of finalize_dynamic_globals
  • #6464 - Fix/readme
  • #6463 - Bump llvmlite to 0.36 series

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

  • Relase branch: mid-Jan

4. Upcoming tasks

Clone this wiki locally