From 3cdf8cb9b466be048489fb56a9a78987b031e3df2e37b5c446cd4f97ff482958 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 18 Sep 2020 11:01:24 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-Pint?expand=0&rev=17 --- Pint-0.14.tar.gz | 3 --- Pint-0.15.tar.gz | 3 +++ python-Pint.changes | 15 +++++++++++++++ python-Pint.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 Pint-0.14.tar.gz create mode 100644 Pint-0.15.tar.gz 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