Skip to content

Commit

Permalink
REL: prep release 2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Feb 23, 2023
1 parent 2ab7b7b commit b2cf4c6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,25 @@
History
=======

2.9.5 (2023-02-22)
------------------

* Fix a regression where arrays elements with dtype ``'int8'`` would not compare to floats
as intended. See `PR #371 <https://github.com/yt-project/unyt/pull/371>`_. Thank you to
Clément Robert (@neutrinoceros on GitHub) and Nathan Goldbaum (@ngoldbaum on GitHub) for
the contribution.

* Raise an error in case an array element is assigned to a new value with incompatible
units. See `PR #375 <https://github.com/yt-project/unyt/pull/375>`_. Thank you to Nathan
Goldbaum (@ngoldbaum on GitHub) for the contribution.


2.9.4 (2023-02-06)
------------------

* Make ``unyt_quantity.from_string`` parse ints.
See `PR #278 <https://github.com/yt-project/unyt/pull/278>`_.
Thank you to Nahan Goldbaum (@ngoldbaum on GitHub) for the contribution.
Thank you to Nathan Goldbaum (@ngoldbaum on GitHub) for the contribution.
* TST: migrate from tox-pyenv to tox-gh-actions #344
See `PR #344 <https://github.com/yt-project/unyt/pull/344>`_.
Thank you to Clément Robert (@neutrinoceros on GitHub) for the contribution.
Expand Down

0 comments on commit b2cf4c6

Please sign in to comment.