-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Minutes_2018_09_11
Stan Seibert edited this page Sep 18, 2018
·
1 revision
Attendees:
-
Release status?
-
Azure Pipelines: CI option?
- Mac/Win/Linux, 10 parallel jobs for open source projects
- https://azure.microsoft.com/en-us/services/devops/pipelines/
- Do not have to juggle between AppVeyor and Travis CI to cover the three major operating systems
- How fast are the workers? Could we enable full the full test suite on Windows?
- 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
-
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
===========================
- Experimental python mode blocks
- Refactored threadpool interface
- AMD GPU backend
- Parallel diagnostics
- Usual collection of bug fixes