- update to 0.20.1:

* Reorganized code into facets.
  * The definition parser is now completely appart, making it easy to try other formats.
  * Extra requires for optional packages are now explicit in setup.cfg
  * Parse both Greek mu and micro Unicode points without error.
  * Added angular frequency documentation page.
  * Move ASV benchmarks to dedicated folder. (Issue #1542)
  * Implement `numpy.broadcast_arrays` (#1607)
  * An ndim attribute has been added to Quantity and DataFrame has been added to upcast
    types for pint-pandas compatibility. (#1596)
  * Fix a recursion error that would be raised when passing quantities to `cond` and `x`.
  * Update test_non_int tests for pytest.
  * Create NaN-value quantities of appropriate non-int-type (Issue #1570).
  * New documentation format and organization!
  * Better support for pandas and dask.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-Pint?expand=0&rev=27
This commit is contained in:
2023-01-04 20:07:50 +00:00
committed by Git OBS Bridge
parent f115af598b
commit 2e4f639bfa
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1d4989ff510b378dad64f91711e7bdabe5ca78d75b06a18569ac454678c4baf
size 292044

3
Pint-0.20.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:387cf04078dc7dfe4a708033baad54ab61d82ab06c4ee3d4922b1e45d5626067
size 316180

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jan 4 20:05:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.20.1:
* Reorganized code into facets.
* The definition parser is now completely appart, making it easy to try other formats.
* Extra requires for optional packages are now explicit in setup.cfg
* Parse both Greek mu and micro Unicode points without error.
* Added angular frequency documentation page.
* Move ASV benchmarks to dedicated folder. (Issue #1542)
* Implement `numpy.broadcast_arrays` (#1607)
* An ndim attribute has been added to Quantity and DataFrame has been added to upcast
types for pint-pandas compatibility. (#1596)
* Fix a recursion error that would be raised when passing quantities to `cond` and `x`.
* Update test_non_int tests for pytest.
* Create NaN-value quantities of appropriate non-int-type (Issue #1570).
* New documentation format and organization!
* Better support for pandas and dask.
-------------------------------------------------------------------
Tue May 31 03:00:36 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Pint
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-Pint
Version: 0.19.2
Version: 0.20.1
Release: 0
Summary: Physical quantities module
License: BSD-3-Clause