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

Numba Meeting: 2018-02-01

Attendees: Ehsan, Oscar, Stefan, Todd, Siu

1. New/outstanding issues

  • numba#2711: Type Inference Change between 0.35 and 0.36?
    • bug in inliner
  • numba#2710: Duplication on attempt_nocopy_reshape logic
    • just marking a need for refactor
  • numba#2705: prange fails when returning tuple of numpy arrays
    • related to numba#2537.
    • can't reproduce on master.

3. Open PRs

  • numba#2707: Fix regression: cuda test submodules not loading properly in runtests
    • Merged this morning
  • numba#2606: Workaround for unexpected warp divergence due to exception raising code
    • Merged this morning
  • numba#2709: Proposed changes to enable vectorization for parfors
  • numba#2708: Patch for issue #1907
  • numba#2702: Make DummyArray do High Dimensional Reshapes
  • numba#2694: Avoid type inference failure due to a typing template rejection
    • test_to_fixed_tuple is failing
  • numba#2672 : Add ascontiguousarray
    • Status? (sklam: PR is ready)
  • numba#2668: Fix empty_like from readonly array
    • Needs tests, not sure if submitter will add them, so @stuartarchibald will add commits to PR
  • numba#2660: Support bools from cffi in nopython
    • Needs additional testing. @stuartarchibald will give submitter feedback for additional test scenarios.

4. Feature Discussion

5. Next Release: Version 0.37, RC=Feb 7, 2018, Final=Feb 14, 2018

  • Focus on bug fixes / refactoring
  • Small features
  • Prep for more feature development in Version 0.38

6. Action Items

  • Add badges for CI, CodeCov

  • OLD Pipeline refactor question.

Clone this wiki locally