Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2021

Bumps pint from 0.17 to 0.18.

Changelog

Sourced from pint's changelog.

0.18 (2021-10-26)

Release Manager: jules-cheron

  • Implement use of Quantity in the Quantity constructor (convert to specified units). (Issue #1231)
  • Rename .readthedocs.yml to .readthedocs.yaml, update MANIFEST.in (Issue #1311)
  • Fix a few small typos. (Issue #1308)
  • Fix babel format for Unit. (Issue #1085)
  • Fix handling of positional max/min arguments in clip function. (Issue #1244)
  • Fix string formatting of numpy array scalars.
  • Fix default format for Measurement class (Issue #1300)
  • Fix parsing of pretty units with same exponents but different sign. (Issue #1360)
  • Convert the application registry to a wrapper object (Issue #1365)
  • Add documentation for the string format options. (Issue #1357, #1375, thanks keewis)
  • Support custom units formats. (Issue #1371, thanks keewis)
  • Autoupdate pre-commit hooks.
  • Improved the application registry. (Issue #1366, thanks keewis)
  • Improved testing isolation using pytest fixtures.

Breaking Changes

  • pint no longer supports Python 3.6
  • Minimum Numpy version supported is 1.17+
  • Add supports for type hints for Quantity class. Quantity is now a Generic (PEP560).
  • Add support for PEP561 (Package Type information)
Commits
  • e99250d Preparing release 0.18
  • c9635d5 Updated CHANGES
  • 93c70be Merge pull request #1375 from keewis/format-docs
  • 425b56a Merge pull request #1371 from keewis/custom-formats
  • 85be4e3 Merge branch 'master' into format-docs
  • c99ed1f Merge pull request #1382 from hgrecco/pre-commit/autoupdate-0
  • c3332f1 pre-commit: autoupdate hook versions
  • df46fe8 Merge pull request #1384 from lebigot/patch-1
  • 76248cd Merge pull request #1315 from burmisha/fix-faq-links
  • 16b1385 Merge pull request #1366 from keewis/application_registry
  • Additional commits viewable in compare view

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

Bumps [pint](https://github.com/hgrecco/pint) from 0.17 to 0.18.
- [Release notes](https://github.com/hgrecco/pint/releases)
- [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES)
- [Commits](hgrecco/pint@0.17...0.18)

---
updated-dependencies:
- dependency-name: pint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov-commenter
Copy link

Codecov Report

Merging #226 (af9b0f5) into development (5c3dc9d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #226   +/-   ##
============================================
  Coverage        20.94%   20.94%           
============================================
  Files               15       15           
  Lines              659      659           
============================================
  Hits               138      138           
  Misses             521      521           
Flag Coverage Δ
unittests 20.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c3dc9d...af9b0f5. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 4, 2022

Superseded by #255.

@dependabot dependabot bot closed this Apr 4, 2022
@dependabot dependabot bot deleted the dependabot/pip/development/pint-0.18 branch April 4, 2022 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants