Skip to content

Commit

Permalink
Merge pull request #365 from neutrinoceros/fixup_changelog
Browse files Browse the repository at this point in the history
DOC: fixup markup in HISTORY.rst
  • Loading branch information
neutrinoceros committed Feb 6, 2023
2 parents 6ee21e2 + b07699e commit cdf3d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ History
See `PR #358 <https://github.com/yt-project/unyt/pull/358>`_.
Thank you to Clément Robert (@neutrinoceros on GitHub) for the contribution.
* Multiple fixes for ``unyt_quantity.from_string``

- fix a bug where ``unyt_quantity.from_string`` would drop part of the unit expression
- fix a bug where ``unyt_quantity.from_string`` would choke on unit expressions starting with ``'*'`` or ``'/'``
- fix a bug where ``unyt_quantity.from_string`` would choke on space-separated unit expressions
- fix roundtrip for ``unyt_quantity.from_string`` and ``unyt_quantity.to_string`` methods
- simplify unit regexp (``'**/2'`` isn't a valid exponent)
- fix a bug where malformed string input would be incorrectly parsed by ``unyt_quantity.from_string``

See `PR #362 <https://github.com/yt-project/unyt/pull/362>`_.
Thank you to Clément Robert (@neutrinoceros on GitHub) for the contribution,
and to Chris Byrohl (@cbyrohl on GitHub) for the report.
Expand Down

0 comments on commit cdf3d78

Please sign in to comment.