Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pint requirement from >=0.17,<0.19 to >=0.17,<0.22 #184

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Updates the requirements on pint to permit the latest version.

Changelog

Sourced from pint's changelog.

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. (PR #1629)
  • Add new SI prefixes: ronna-, ronto-, quetta-, quecto-. (PR #1652)
  • Fix unit check with atol using np.allclose & np.isclose. (Issue #1658)
  • Implementation for numpy.positive added for Quantity. (PR #1663)
  • Changed frequency to angular frequency in the docs. (PR #1668)
  • Remove deprecated alen numpy function (PR #1678)
  • Updated URLs for log and offset unit errors. (PR #1727)
  • Patched TYPE_CHECKING import regression. (PR #1686)
  • Parse '°' along with previous text, rather than adding a space, allowing, eg 'Δ°C' as a unit. (PR #1729)
  • Improved escaping of special characters for LaTeX format (PR #1712)
  • Avoid addition of spurious trailing zeros when converting units and non-int-type is Decimal (PR #1625).
  • Implementation for numpy.delete added for Quantity. (PR #1669)
  • Fixed Quantity type returned from __dask_postcompute__. (PR #1722)
  • Added Townsend unit (PR #1738)
  • Fix get_compatible_units() in dynamically added units. (Issue #1725)
  • Fix pint-convert script (Issue #1646)
  • Honor non_int_type when dividing. (Issue #1505)
  • Fix trapz, dot, and cross to work properly with non-multiplicative units (Issue #1593)

Breaking Changes

  • Support percent and ppm units. Support the % symbol. (Issue #1277)
  • Fix error when parsing subtraction operator followed by white space. (PR #1701)

... (truncated)

Commits
  • ef3a6ec Preparing release 0.21
  • e4a0cbf Add zest releaser to setup.cfg
  • 9875438 Improved MANIFEST.in
  • f3f2158 Merge pull request #1762 from jules-ch/fix-upcast-types
  • f7da980 fix(upcast): Fix upcast function
  • 87fb9d7 Merge pull request #1594 from dopplershift/fix-trapz-temp
  • 1d65a3f Merge pull request #1760 from jules-ch/test-all-close
  • 9c7648c Merge pull request #1608 from dopplershift/fix-1584
  • c7f8868 Pin dependency in dask test in Python 3.8
  • 9fbd2ed Fix dependency in dask test
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [pint](https://github.com/hgrecco/pint) to permit the latest version.
- [Release notes](https://github.com/hgrecco/pint/releases)
- [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES)
- [Commits](hgrecco/pint@0.17...0.21)

---
updated-dependencies:
- dependency-name: pint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2023
@rozyczko rozyczko closed this Mar 12, 2024
@rozyczko rozyczko deleted the dependabot/pip/develop/pint-gte-0.17-and-lt-0.22 branch March 12, 2024 12:27
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant