Skip to content

Commit

Permalink
Merge pull request #8553 from stuartarchibald/wip/change_log_056_4
Browse files Browse the repository at this point in the history
Update CHANGE_LOG for 0.56.4
  • Loading branch information
sklam committed Nov 1, 2022
2 parents 217dee0 + 06b976b commit bdb2384
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGE_LOG
@@ -1,3 +1,21 @@
Version 0.56.4 (03 November, 2022)
----------------------------------

This is a bugfix release to fix a regression in the CUDA target in relation to
the ``.view()`` method on CUDA device arrays that is present when using NumPy
version 1.23.0 or later.

Pull-Requests:

* PR `#8537 <https://github.com/numba/numba/pull/8537>`_: Make ol_compatible_view accessible on all targets (`gmarkall <https://github.com/gmarkall>`_)
* PR `#8552 <https://github.com/numba/numba/pull/8552>`_: Update version support table for 0.56.4. (`stuartarchibald <https://github.com/stuartarchibald>`_)
* PR `#8553 <https://github.com/numba/numba/pull/8553>`_: Update CHANGE_LOG for 0.56.4 (`stuartarchibald <https://github.com/stuartarchibald>`_)

Authors:

* `gmarkall <https://github.com/gmarkall>`_
* `stuartarchibald <https://github.com/stuartarchibald>`_

Version 0.56.3 (13 October, 2022)
---------------------------------

Expand Down

0 comments on commit bdb2384

Please sign in to comment.