deanishe / alfred-convert

Convert between different units in Alfred
Other
722 stars 56 forks source link

Bump pint from 0.9 to 0.14 #70

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pint from 0.9 to 0.14.

Changelog

Sourced from pint's changelog.

0.14 (2020-07-01)

  • Changes required to support Pint-Pandas 0.1.

0.13 (2020-06-17)

  • Reinstated support for pickle protocol 0 and 1, which is required by pytables (Issue #1036, Thanks Guido Imperiale)
  • Fixed bug with multiplication of Quantity by dict (Issue #1032)
  • Bare zeros and NaNs (not wrapped by Quantity) are now gracefully accepted by all numpy operations; e.g. np.stack([Quantity([1, 2], "m"), [0, np.nan]) is now valid, whereas np.stack([Quantity([1, 2], "m"), [3, 4]) will continue raising DimensionalityError. (Issue #1050, Thanks Guido Imperiale)
  • NaN is now treated the same as zero in addition, subtraction, equality, and disequality (Issue #1051, Thanks Guido Imperiale)
  • Fixed issue where quantities with a very large magnitude would throw an IndexError when using to_compact()
  • Fixed crash when a Unit with prefix is declared for the first time while a Context containing unit redefinitions is active (Issues #1062 and #1097, Thanks Guido Imperiale)
  • New implementation of 'Lx' String Format Type Option The old implementation treated 'Lx' as 'S' as produced by 'uncertainties' package, but that is not fully compatible with SIunitx. The new code protects SIunitx by fixing what unceratinties produces. (Issue #814)
  • Added link to budding pint-xarray interface library to the docs, next to the link to pint-pandas. (Thanks Tom Nicholas.)
  • Removed outdated _dir attribute of UnitsRegistry, and added __iter__ method so that now list(ureg) returns a list of all units in registry. (Issue #1072, Thanks Tom Nicholas)
  • Replace pkg_resources.version to importlib.metadata.version. (Issue #1083)
  • Fix typo in docs for wraps example with optional arguments. (Issue #1088)
  • Add momentum as a dimension
  • Fixed a bug where unit exponents were only partially superscripted in HTML format
  • Multiple contexts containing the same redefinition can now be stacked (Issue #1108, Thanks Guido Imperiale)
  • Fixed crash when some specific combinations of contexts were enabled (Issue #1112, Thanks Guido Imperiale)
  • Added support for checking prefixed units using in keyword (Issue #1086)
  • Updated many examples in the documentation to reflect Pint's current behavior

0.12 (2020-05-29)

  • Add full support for Decimal and Fraction at the registry level. BREAKING CHANGE: use_decimal is deprecated. Use non_int_type=Decimal when instantiating
Commits
  • 222a1c8 Preparing release 0.14
  • c6df610 Merge #1127
  • 04439ea Support for Pint-Pandas 0.1
  • 85fe6d6 Fixed some doctests code block
  • 5152644 Moved pint-pandas to pip install
  • c639ab6 Updated doctest modifiers in some docs
  • b608bd5 Moved pint-pandas installation to requirements in doc testing
  • 6da2d66 Merge branch 'master' of github.com:hgrecco/pint
  • fb6eaa5 Update travis to pint-pandas
  • bff1e92 Changed pintpandas to pint_pandas
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #75.