File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
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
+
5
24
3.0.0 (2023-11-01)
6
25
------------------
7
26
You can’t perform that action at this time.
0 commit comments