Skip to content
Siu Kwan Lam edited this page Apr 23, 2019 · 1 revision

Attendees: Stuart, Stan, Todd, Siu, Ehsan

0. Feature Discussion

  • Resolving meetings running out of time?
    • suggestion, have one meeting for dealing with day-to-day running of Numba, another for more discussion like topics
    • agreed. Start doing this next week.
  • LLVM 8 status
    • windows--
      • update windows builder compilers
      • try msvc 2017
    • everything else seems ok
    • Polly...
  • Optimizing the Test Suite
    • Siu has some work to produce a small testsuite subset that has the same coverage as the full testsuite.
    • Val is looking at the test runner:
      • A lot of time spent waiting for slow test to finish in each parallel test group.
      • Put serial tests back to parallel

1. New issues

  • #3980 - Performance hit with local temporary variables
  • #3979 - SSA for loop variables
  • #3977 - Wikipedia page on Numba
  • #3976 - SSA error for common string code pattern
  • #3974 - numba -s unknown locale error
  • #3972 - optional type does not work for arrays in njit
  • #3971 - numpy isin
  • #3968 - exception: access violation reading 0xFFFFFFFFFFFFFFFF
    • ACTION: investigate status of boundchecks
  • #3966 - String interning optimization
  • #3965 - Short String Optimization (SSO)
  • #3961 - Segmentation fault with cffi external module and njit parallel=True
  • #3960 - Remove deprecated use of inspect.getargspec
  • #3958 - Meta issue for variable naming and user-annotation dict getting out-of-sync

Already Closed

  • #3970 - Portable numba-cudatoolkit installation
  • #3963 - CudaDriverError: driver missing function: cuInit.

2. Open PRs

  • #3978 - zfill operation implementation
  • #3975 - Add handler for unknown locale to numba -s
  • #3973 - Raise exception for Optional type in use in array expr ufunc
  • #3964 - Unicode split algo versioning
  • #3962 - Fix bug in alignment computation of Record.make_c_struct
  • #3959 - Create a view for string slicing to avoid extra allocations

already merged

  • #3967 - Fix error with pickling unicode

Old Active

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

4. Next Release: Version 0.44, RC=May 20, Final=May 27 week

  • LLVM 8
    • fixes twine bug
    • fixes common symbol bug
  • Type-inferred Dict
  • Caching improvements requirement gathering
    • transitive dependency
    • bug related to storing runtime-only info
    • may punt on jitclasses
    • may punt on issues of (g)ufunc
    • future: pre-filled/package-able cache
      • open questions:
        • numba version pinning(?)
        • regen cache for different numba versions
        • regen at post-install
  • Add deprecation warnings
    • objmode
    • list/set reflection
Clone this wiki locally