Skip to content
Siu Kwan Lam edited this page Jun 11, 2019 · 1 revision

Attendees: Val, Stan, Siu, Ehsan, Todd

0. Feature Discussion

  • Typed List status
    • basic list ops in C
    • compiling bindings are in
    • PR coming soon
  • Caching
    • Short PR #4132 to avoid segfault situation with cached functions
    • need to use add_dynamic_address() when embedding constant pointer
    • inttoptr OK for dynamic pointers

1. New issues

  • #4136 - driver missing function: cuInit
    • Siu will respond. Should not set env var.
  • #4135 - numba fails to compile ray casting function
    • Waiting for more user information
  • **** #4134 - ParallelAccelerator error for array of dt64 min()
    • Siu wants to understand why
  • **** #4133 - Overload of Numpy ufuncs doesn't work
    • have PR to fix this, ready to review
  • **** #4131 - Inplace operator error for arrays
    • Siu thinks this is 1 line bug, working on fix
  • **** #4130 - Extend __cuda_array_interface__ to support masked arrays
    • Stan will respond
  • #4127 - Support signature kwarg in dispatcher .inspect_types method
    • Good first issue
  • #4125 - ndarray.max() method in nopython is order-dependent with NaN
    • Need to figure out what NumPy is "supposed" to do
  • #4124 - Weird behaviour with uint64
    • Siu should investigate
    • May need to add documentation about literal width and signedness

Already Closed

2. Open PRs

  • #4148 - Call branch pruning in inline_closure_call()

  • #4147 - fix docstring for DictType iterables

  • #4145 - Use callable instead of checking module

  • #4138 - Remove tbb before Azure test only on Python 3, since it was already removed for Python 2

  • #4137 - CUDA - Fix round Builtin

    • Siu reviewed
  • #4132 - Reduce usage of inttoptr

    • Stan will review
  • #4129 - Support contains for range

    • Under review
  • #4128 - [WIP] Add np.cross support

    • Stan will respond with more clear guidance on what we should support
  • **** #4126 - Support for count() method for string

Already merged

Old Active

4. Next Release: Version 0.45, RC=July 5, Final=July 12

  • Type List
  • 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
Clone this wiki locally