Overview
Request 1146658 accepted
- Update to 3.0.1
* BUG: fix backward compatibility for calling np.histogram with
implicit range units by @neutrinoceros in #466
* BUG: fix an issue where array functions would raise
UnitConsistencyError on unyt arrays using non-default unit
registries by @neutrinoceros in #463
* TST: minimize build time in tox runs by @neutrinoceros in #426
* BUG: fix an issue where array functions would crash
(AttributeError) when passed non-ndarray array like objects
(e.g. Python lists) by @neutrinoceros in #464
- Release 3.0.0
* This new major release of unyt fixes a number of issues and
adds a number of new features. Major contributions include:
* Support for Python 3.8 has been dropped.
* Support for Python 3.12 has been added.
* Support for NumPy <1.19.3 has been dropped.
* Support for SymPy <1.7 has been dropped.
* NEP 18 support
* A new unyt_dask_array class, which implements a subclass of
standard dask arrays with units attached, has been added (PR
#185). See :ref:`dask` for more details. Thank you to Chris
Havlin (@chrishavlin on Github) for the contribution.
* A number of new metric and non-metric units have been added in
PR #441. Thank you to John ZuHone (@jzuhone on GitHub) for the
contribution.
* A number of common values for the solar metallicity found in
the literature have been added as new metallicity units (PR
#315). See :ref:`metal_conversions` for more details. Thank you
to John ZuHone (@jzuhone on GitHub) for the contribution.
* The "liter" unit has been added (PR #305). Thank you to Nathan
- Created by bnavigator
- In state accepted
Request History
bnavigator created request
- Update to 3.0.1
* BUG: fix backward compatibility for calling np.histogram with
implicit range units by @neutrinoceros in #466
* BUG: fix an issue where array functions would raise
UnitConsistencyError on unyt arrays using non-default unit
registries by @neutrinoceros in #463
* TST: minimize build time in tox runs by @neutrinoceros in #426
* BUG: fix an issue where array functions would crash
(AttributeError) when passed non-ndarray array like objects
(e.g. Python lists) by @neutrinoceros in #464
- Release 3.0.0
* This new major release of unyt fixes a number of issues and
adds a number of new features. Major contributions include:
* Support for Python 3.8 has been dropped.
* Support for Python 3.12 has been added.
* Support for NumPy <1.19.3 has been dropped.
* Support for SymPy <1.7 has been dropped.
* NEP 18 support
* A new unyt_dask_array class, which implements a subclass of
standard dask arrays with units attached, has been added (PR
#185). See :ref:`dask` for more details. Thank you to Chris
Havlin (@chrishavlin on Github) for the contribution.
* A number of new metric and non-metric units have been added in
PR #441. Thank you to John ZuHone (@jzuhone on GitHub) for the
contribution.
* A number of common values for the solar metallicity found in
the literature have been added as new metallicity units (PR
#315). See :ref:`metal_conversions` for more details. Thank you
to John ZuHone (@jzuhone on GitHub) for the contribution.
* The "liter" unit has been added (PR #305). Thank you to Nathan
mcepl accepted request