Skip to content

Commit 7982db0

Browse files
authored
Update history for v3.0.1 (#468)
1 parent 8267fb9 commit 7982db0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

HISTORY.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
History
33
=======
44

5+
3.0.1 (2023-11-02)
6+
------------------
7+
8+
This new bugfix release of ``unyt`` fixes a few bugs since the v3.0.0 release.
9+
10+
* Fix an issue where array functions would raise ``UnitConsistencyError`` on
11+
``unyt_array`` objects using non-default unit registries
12+
(`PR #463 <https://github.com/yt-project/unyt/pull/463>`_). Thank you to
13+
Clément Robert (@neutrinoceros on GitHub) for the contribution.
14+
15+
* Fix an issue where array functions would crash (``AttributeError``) when passed
16+
non-``ndarray`` array-like objects (e.g. Python lists)
17+
(`PR #464 <https://github.com/yt-project/unyt/pull/464>`_). Thank you to
18+
Clément Robert (@neutrinoceros on GitHub) for the contribution.
19+
20+
* Fix backward compatibility for calling ``numpy.histogram`` with implicit
21+
range units (`PR #466 <https://github.com/yt-project/unyt/pull/466>`_). Thank
22+
you to Clément Robert (@neutrinoceros on GitHub) for the contribution.
23+
524
3.0.0 (2023-11-01)
625
------------------
726

0 commit comments

Comments
 (0)