diff --git a/Pint-0.14.tar.gz b/Pint-0.14.tar.gz deleted file mode 100644 index fba2874..0000000 --- a/Pint-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aa450ebb9d722ed03fa9a450104cfd16c479b49f862d547c6f77320de597f72 -size 251229 diff --git a/Pint-0.15.tar.gz b/Pint-0.15.tar.gz new file mode 100644 index 0000000..4033b2e --- /dev/null +++ b/Pint-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b517bc4e49d199eb8ae9ed49104d74a11e596849ad2330b58c09e1eb6f327d +size 255706 diff --git a/python-Pint.changes b/python-Pint.changes index 12fbfb4..86cb71b 100644 --- a/python-Pint.changes +++ b/python-Pint.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Sep 18 10:59:40 UTC 2020 - Dirk Mueller + +- update to 0.15: + - Change `Quantity` and `Unit` HTML (i.e., Jupyter notebook) repr away from LaTeX to a + simpler, more performant pretty-text and table based repr inspired by Sparse and Dask. + - Add `case_sensitive` option to registry for case (in)sensitive handling when parsing + - Implement Dask collection interface to support Pint Quantity wrapped Dask arrays. + - Started automatically testing examples in the documentation + - Fixed an exception generated when reducing dimensions with three or more + units of the same type + - Fixed right operand power for dimensionless Quantity to reflect numpy behavior. (Issue #1136) + - Eliminated warning when setting a masked value on an underlying MaskedArray. + - Add `sort` option to `formatting.formatter` to permit disabling sorting of component units in format string + ------------------------------------------------------------------- Tue Jul 7 10:45:45 UTC 2020 - Marketa Calabkova diff --git a/python-Pint.spec b/python-Pint.spec index f224249..d98cb91 100644 --- a/python-Pint.spec +++ b/python-Pint.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-Pint -Version: 0.14 +Version: 0.15 Release: 0 Summary: Physical quantities module License: BSD-3-Clause