cp2k / cp2k-input-tools

Fully validating pure-python CP2K input file tools including preprocessing capabilities
MIT License
47 stars 10 forks source link

build(deps): update pint requirement from >=0.15,<0.23 to >=0.15,<0.24 #96

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 11 months ago

Updates the requirements on pint to permit the latest version.

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


You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.