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

Attendees: Stuart, Ehsan, Stan, Siu

0. Feature Discussion

  • minor py27 broken explanation
  • plan for code restructuring after the release
  • Next dev cycle:
    • try to move del-insertion pass further down in the compiler pipeline (just before lowering).

1. New issues

  • #3776 - min/max on iterables
  • #3774 - Add alias analysis information to parallel diagnostics reporting.
  • #3772 - Set freezes
  • #3770 - Feature request: branching hints
  • #3769 - Feature request: support prefetching
  • #3767 - [1] During: resolving callee type: Function(<built-in function max>)
  • #3766 - Inline overload implementation IR during typing
  • #3765 - NotDefinedError: Failed in object mode pipeline (step: analyzing bytecode) Variable '$34.2' is not defined.
  • #3763 - Support view method on scalars
  • #3762 - DOC: add where to get dev builds from to FAQ
  • #3761 - Crash when using AOT compiled code containing namedtuples
  • #3759 - LinkError using np.arctan2 in AOT compilation on Windows

Already Closed

  • #3764 - NotDefinedError: Failed in object mode pipeline (step: analyzing bytecode)

2. Open PRs

  • #3777 - Implement compiler support for dictionary
  • #3775 - Support overloading operator.delitem
  • #3773 - Adapt library search to accommodate multiple locations
  • #3771 - fix a few typos
  • #3768 - WIP: Add support for cache and AOT use of hash()
  • #3760 - Overloadable operator.setitem
  • #3758 - Fix target definition update in inlining

Old Active

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

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

4. Next Release: Version 0.43, RC=Feb 26?, Final=March 5?

  • Initial dictionary support
  • ???
Clone this wiki locally