Revisions of python-Pint

buildservice-autocommit accepted request 1225327 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 43)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 41)
- update to 0.24.4:
  * add error for prefixed non multi units (#1998)
  * build: typing_extensions version
  * build: switch from appdirs to platformdirs
  * fix GenericPlainRegistry getattr type (#2045)
  * Replace references to the deprecated
    `UnitRegistry.default_format` (#2058)
  * fix: upgrade to flexparser>=0.4, exceptions are no longer
    dataclasses.
- drop support-python-313.patch (upstream)
buildservice-autocommit accepted request 1220380 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 40)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 39)
- Add patch support-python-313.patch:
  * Do not mix frozen and non-frozen dataclasses.
buildservice-autocommit accepted request 1191755 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 37)
- update to 0.24.3:
  * Fix the default behaviour for pint-convert (cli) for
    importing uncertainties package (PR #2032, Issue #2016)
  * Added mu and mc as alternatives for SI micro prefix
  * Added ℓ as alternative for liter
  * Support permille units and `‰` symbol (PR #2033, Issue #1963)
buildservice-autocommit accepted request 1187422 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 36)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 35)
- Update to 0.24.1:
  * Fix custom formatter needing the registry object.
  * Support python 3.9 following difficulties installing with NumPy 2.
  * Fix default formatting of dimensionless unit issue.
  * Fix bug preventing custom formatters with modifiers working.
  * Fix detection of invalid conversion between offset and delta units.
  * Added dBW, decibel Watts, which is used in RF high power applications.
  * NumPy 2.0 support
  * Implement numpy roll (Related to issue #981)
  * Implement numpy correlate
  * Add `dim_sort` function to _formatter_helpers.
  * Add `dim_order` and `default_sort_func` properties to FullFormatter.
  * Fixed bug causing operations between arrays of quantity scalars and
    quantity holding array resulting in incorrect units.
  * Fix LaTeX siuntix formatting when using non_int_type=decimal.Decimal.
  * Added refractive index units.
  * Fix converting to offset units of higher dimension e.g. gauge pressure
  * Fix unhandled TypeError when auto_reduce_dimensions=True and
    non_int_type=Decimal
  * Improved error message in `get_dimensionality()` when non existent units
    are passed.
buildservice-autocommit accepted request 1143987 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 33)
- update to 0.23:
  * Add _get_conversion_factor to registry with cache.
  * Homogenize input and ouput of internal regitry functions to
    facility typing, subclassing and wrapping.
    (_yield_unit_triplets, )
  * Generated downstream_status page to track the
    state of downstream projects.
  * Improve typing annotation.
  * Updated to flexparser 0.2.
  * Faster wraps
  * Add codspeed github action.
  * Move benchmarks to pytest-benchmarks.
  * Support pytest on python 3.12 wrt Fraction formatting change
  * Fixed Transformation type protocol.
  * Documented to_preferred and created added an
    autoautoconvert_to_preferred registry option.
  * Enable Pint to parse uncertainty numbers.
  * Optimize matplotlib unit conversion for Quantity arrays
  * Add numpy.linalg.norm implementation.
  * Better support for pandas and dask.
  * Implements a first benchmark suite in airspeed velocity (asv).
  - Improved behaviour in ScaleConverter, OffsetConverter
  - Reimplemented loading of default definitions to allow Pint in
  - Added UnitRegistry () operator to parse
buildservice-autocommit accepted request 1135595 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1135499 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 31)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit accepted request 1101983 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1101969 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 29)
- Update to 0.22
  * Add PEP621/631 support.
  * Exposed matplotlib unit formatter
  * Add new SI prefixes: ronna-, ronto-, quetta-, quecto-.
  * multiple numpy compat fixes
  * Parse '°' along with previous text, rather than adding a space,
    allowing, eg 'Δ°C' as a unit.
  * Drop Python 3.8 compatability following NEP-29.
  * Drop NumPy < 1.21 following NEP-29.
  * Migrated fully to pyproject.toml.
buildservice-autocommit accepted request 1057861 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- 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.
buildservice-autocommit accepted request 980050 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 26)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 979983 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 25)
update to latest version
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 934307 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 24)
update to latest version
Displaying revisions 1 - 20 of 43
openSUSE Build Service is sponsored by