Skip to content
Stan Seibert edited this page Sep 18, 2018 · 1 revision

Numba Meeting: 2018-09-11

Attendees:

0. Feature Discussion

1. New issues

  • 3301 - Unbox does not check array type mismatch bug
  • 3300 - BUG: enumerate over 2d numpy array
  • 3299 - Numba 0.40.0 RC Checklist
  • 3298 - issue with np.newaxis or trying to create a new axis when slicing
  • 3297 - Feature req: Fast, generic nan check
  • 3293 - Numba compilation error
  • 3290 - Catch assertions in the pipeline and translate into bug report requests
  • 3289 - AssertionError with list comprehension and loop

2. Open PRs

New

  • 3302 - Fix error due to mismatching dtype
  • 3296 -Changelog for 0.40

Old

  • 3228 - Reduce redundant module linking
    • Stuart will review
  • 3162 Support constant dtype string in nopython mode in functions like numpy.empty.
    • Need to resolve #3195
  • 3160 First attempt at parallel diagnostics
    • Stuart will implement Todd's suggestion
  • 3134 [WIP] Cfunc x86 abi
    • Needs re-review
  • 3124 Fix 3119, raise for 0d arrays in reductions
    • Stuart needs to implement feedback
  • 3093 [WIP] Singledispatch overload support for cuda array interface.
    • Sent feedback to authors
  • 3046 Pairwise sum implementation.
  • #2999 Support LowLevelCallable
  • #2983 [WIP] invert mapping b/w binop operators and the operator module
  • #2950 Fix dispatcher to only consider contiguous-ness.
  • #2942 Fix linkage nature (declspec(dllexport)) of some test functions
  • #2894: [WIP] Implement jitclass default constructor arguments.
  • #2817: [WIP] Emit LLVM optimization remarks

===========================

4. Next Release: Version 0.40, RC=ASAP, Final=Sept 17, 2018

  • Experimental python mode blocks
  • Refactored threadpool interface
  • AMD GPU backend
  • Parallel diagnostics
  • Usual collection of bug fixes
Clone this wiki locally