Skip to content

Commit

Permalink
Merge pull request #4682 from sklam/misc/changelog
Browse files Browse the repository at this point in the history
Update changelog for 0.46 final release
  • Loading branch information
sklam committed Oct 9, 2019
2 parents 02188e5 + 3b6d9a0 commit bdd8e31
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGE_LOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Numba-using projects to automatically have their Numba JIT compilable functions
discovered. There were also a number of other related compiler toolkit
enhancement added along with some more NumPy features and a lot of bug fixes.

This release has updated the CUDA Array Interface specification to version 2,
which clarifies the `strides` attribute for C-contiguous arrays and specifies
the treatment for zero-size arrays. The implementation in Numba has been
changed and may affect downstream packages relying on the old behavior
(see issue #4661).

Enhancements from user contributed PRs (with thanks!):

* Aaron Meurer fixed some Python issues in the code base in #4345 and #4341.
Expand Down Expand Up @@ -69,7 +75,7 @@ Fixes:
* PR #4305: Don't allow the allocation of mutable objects written into a
container to be hoisted.
* PR #4311: Avoid deprecated use of inspect.getargspec
* PR #4328: Replace GC macro with function call
* PR #4328: Replace GC macro with function call
* PR #4330: Loosen up typed container casting checks
* PR #4341: Fix some coding lines at the top of some files (utf8 -> utf-8)
* PR #4345: Replace "import \*" with explicit imports in numba/types
Expand Down Expand Up @@ -110,6 +116,7 @@ CUDA Enhancements/Fixes:
sharedmem
* PR #4609: Update CUDA Array Interface & Enforce Numba compliance
* PR #4619: Implement math.{degrees, radians} for the CUDA target.
* PR #4675: Bump cuda array interface to version 2

Documentation Updates:

Expand Down

0 comments on commit bdd8e31

Please sign in to comment.