Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Aug 14, 2019
1 parent 3bf91a6 commit b779d0a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
History
=======

2.3.0 (2019-08-14)
------------------

* Added ``unyt.dimensions.accepts`` and ``unyt.dimensions.returns``, decorators
that can be used to ensure that data passed into a decorated function has
units that are dimensionally consistent with the function's expected
inputs. See `PR #98 <https://github.com/yt-project/unyt/pull/94>`_.
* Added ``unyt.allclose_units`` and improved documentation for writing tests for
code that uses ``unyt``. This is a wrapper for ``numpy.allclose`` that also
checks the units of the input arrays. See `PR #94
<https://github.com/yt-project/unyt/pull/94>`_.

2.2.2 (2019-07-03)
------------------

Expand Down

0 comments on commit b779d0a

Please sign in to comment.