Skip to content
Siu Kwan Lam edited this page Mar 26, 2019 · 1 revision

Attendees: Stuart, Ehsan, Stan, Siu,

0. Feature Discussion

  • Should we do a 0.43.1 release?

    • Fixes for NumPy 1.16
    • Fixes for branch pruning that causes incorrect behavior
    • Fixes for llvm long label bug
    • Bump type inference for dicts
  • Discussion notes:

    • stricter IR; assertion checks
  • deprecate object mode

    • warn pending deprecation in 0.44
    • announce on mailinglist + twitter
    • ACTION: make an issue for this

1. New issues

  • #3882 - test_record_arg_transform tests fail with 0.43.0 on openSUSE/Tumbleweed
  • #3880 - Dict.get(k,default) is a little fussy about the type of default
  • #3879 - is None branch incorrectly pruned in numba 0.43!
  • #3878 - Add support for NumPy insert
  • #3877 - support bytes as key_type in typed Dict
  • #3876 - LLVM verify error: Terminator found in the middle of a basic block
  • #3875 - Function calls slow if default keyword arg is False
  • #3874 - Incorrect value in np.interp
  • #3873 - (i)python randomly crashes when calling compiled function on non-homogeneous list argument
  • #3872 - Strange error using a function in a class with jitclass
  • #3870 - numba list type undecided
  • #3868 - Raise error directly from typing template
  • #3866 - Raise DeprecationWarning when list or set is unboxed
  • #3865 - candlestick2_ohlc
  • #3860 - automatic wrapper or function to wrap complex values returned from C-ABI functions

Already Closed

  • #3864 - help for tuple Invalid use of Function(<class 'tuple'>) with argument(s) of type(s): (list(([unichr x 35], float32, int64, float32)))
  • #3858 - Numba 0.43.0 release checklist

2. Open PRs

  • #3885 - Updates for llvmlite 0.29
  • #3884 - Prevent mutation of objmode fallback IR.
  • #3883 - Rewrite pruned conditionals as their evaluated constants.
  • #3881 - fix preparfor dtype transform for datetime64
  • #3871 - [WIP] Add assert to ir.py to help enforce correct structuring
  • #3867 - [WIP] Code repository map
  • #3859 - Testing labels... do not merge!
    • Closed
  • #3857 - [WIP] Rewrite refcount pruning

already merged

  • #3869 - fixes flake8 after merge
  • #3863 - Comments out the appveyor badge
  • #3862 - Correct boolean reinterpretation of data
  • #3861 - Continuation of PR #3730
  • #3856 - NP 1.16 fixes.

Old Active

See https://github.com/numba/numba/projects/10

4. Next Release: Version 0.44, RC=ASAP, Final=ASAP+1 week

Clone this wiki locally