Skip to content

Commit

Permalink
update changelog and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jun 29, 2020
1 parent 20cc2ec commit 25100c0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ Contributors
* Kacper Kowalik <[email protected]>
* Nathan Musoke <[email protected]>
* Andrew Myers <[email protected]>
* Simon Schopferer <[email protected]>
* Sam Skillman <[email protected]>
* Britton Smith <[email protected]>
* Josh Soref
* Kyle Sunden <[email protected]>
* Ben Thompson
* Matthew Turk <[email protected]>
* Miguel de Val-Borro <[email protected]>
* John ZuHone <[email protected]>

This library was adapted from `dimensionful
Expand Down
25 changes: 25 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
History
=======

2.7.2 (2020-06-29)
------------------

* The ``unyt.returns`` and ``unyt.accepts`` decorators now work correctly for
functions that accept or return data with dimensionless units. See `PR #146
<https://github.com/yt-project/unyt/pull/146>`_. Thank you to Simon Schopferer
(@simfinite on GitHub) for the initial bug report and fix.
* Data used in the tests are packaged with the source distribution and
``unyt.test()`` is now itself run as part of unyt's continuous integration
tests. See `PR #149 <https://github.com/yt-project/unyt/pull/149>`_ and `PR
#150 <https://github.com/yt-project/unyt/pull/150>`_. Thank you to Miguel de
Val-Borro (@migueldvb on GitHub) for the initial bug report and fix.
* The ``degC`` and ``degF`` units now render as ``°C`` and ``°F`` by default,
``°C`` and ``°F`` are now recognized as valid unit names as well. Thank you to
Lee Johnston (@l-johnston on GitHub) for the contribution.
* Use a more canonical representation of the micro symbol when printing units
with the micro prefix, avoiding issues with displaying unit names in
Matplotlib plot labels. See `PR #153
<https://github.com/yt-project/unyt/pull/153>`_. Thank you to Matthew Turk
(@matthewturk on GitHub) for the bug report and fix.
* Add more alternative spellings for solar units. See `PR #155
<https://github.com/yt-project/unyt/pull/155>`_. Thank you to Clément Robert
(@neutrinoceros on GitHub) for the initial bug report.


2.7.1 (2020-02-17)
------------------

Expand Down

0 comments on commit 25100c0

Please sign in to comment.