Skip to content

Commit

Permalink
Update history for v3.0.1 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Nov 2, 2023
1 parent 8267fb9 commit 7982db0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
History
=======

3.0.1 (2023-11-02)
------------------

This new bugfix release of ``unyt`` fixes a few bugs since the v3.0.0 release.

* Fix an issue where array functions would raise ``UnitConsistencyError`` on
``unyt_array`` objects using non-default unit registries
(`PR #463 <https://github.com/yt-project/unyt/pull/463>`_). Thank you to
Clément Robert (@neutrinoceros on GitHub) for the contribution.

* Fix an issue where array functions would crash (``AttributeError``) when passed
non-``ndarray`` array-like objects (e.g. Python lists)
(`PR #464 <https://github.com/yt-project/unyt/pull/464>`_). Thank you to
Clément Robert (@neutrinoceros on GitHub) for the contribution.

* Fix backward compatibility for calling ``numpy.histogram`` with implicit
range units (`PR #466 <https://github.com/yt-project/unyt/pull/466>`_). Thank
you to Clément Robert (@neutrinoceros on GitHub) for the contribution.

3.0.0 (2023-11-01)
------------------

Expand Down

0 comments on commit 7982db0

Please sign in to comment.