ratoaq2 / knowit

Know better your media files
MIT License
28 stars 5 forks source link

Bump pint from 0.21.1 to 0.23 #170

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps pint from 0.21.1 to 0.23.

Changelog

Sourced from pint's changelog.

0.23 (2023-12-08)

  • 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 (PR #1862)
  • Add codspeed github action.
  • Move benchmarks to pytest-benchmarks.
  • Support pytest on python 3.12 wrt Fraction formatting change (#1818)
  • Fixed Transformation type protocol. (PR #1805, PR #1832)
  • Documented to_preferred and created added an autoautoconvert_to_preferred registry option. (PR #1803)
  • Enable Pint to parse uncertainty numbers. (See #1611, #1614)
  • Optimize matplotlib unit conversion for Quantity arrays (PR #1819)
  • Add numpy.linalg.norm implementation. (PR #1251)

0.22 (2023-05-25)

  • Drop Python 3.8 compatability following NEP-29.
  • Drop NumPy < 1.21 following NEP-29.
  • Improved typing experience.
  • Migrated fully to pyproject.toml.
  • Migrated to ruff.
  • In order to make static typing possible as required by mypy and similar tools, the way to subclass the registry has been changed.
  • Allow non-quantity atol parameters for isclose and allclose. (PR #1783)

0.21 (2023-05-01)

  • Add PEP621/631 support. (Issue #1647)
  • Exposed matplotlib unit formatter (PR #1703)
  • Fix error when when re-registering a formatter.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 weeks ago

Looks like pint is no longer updatable, so this is no longer needed.