Skip to content

Update quantities requirement from >=0.14.1 to >=0.16.2#66

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/quantities-gte-0.16.2
Open

Update quantities requirement from >=0.14.1 to >=0.16.2#66
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/quantities-gte-0.16.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Updates the requirements on quantities to permit the latest version.

Changelog

Sourced from quantities's changelog.

0.16.2

  • Added a property dimensionless_magnitude to the Quantity class ([PR#248 <https://github.com/python-quantities/python-quantities/pull/248>_])
  • Implemented an alternative approach to avoiding arbitrary evaluation of code when parsing strings as units, which fixes some bugs introduced in v0.16.1 ([PR#251 <https://github.com/python-quantities/python-quantities/pull/251>_])
  • Added the kilonewton

0.16.1

  • Fixed a couple of small bugs ([PR#238 <https://github.com/python-quantities/python-quantities/pull/238>] and [PR#242 <https://github.com/python-quantities/python-quantities/pull/242>])
  • Added umath funcs: maximum & minimum

0.16.0

  • Added support for NumPy 2.0, while maintaining support for older versions back to 1.22 [PR#235 <https://github.com/python-quantities/python-quantities/pull/235>_]. Many thanks to Björn Dahlgren and Zach McKenzie for this.
  • Fixed a potential security hole [PR#236 <https://github.com/python-quantities/python-quantities/pull/236>_]
  • Dropped support for Python 3.8

0.15.0

  • Quantities now has type stubs for all classes and functions. Many thanks to Peter Konradi and Takumasa Nakamura for this major effort.
  • Fixed a number of deprecations coming from NumPy (thanks to Zach McKenzie)
  • Dropped support for NumPy 1.19, added testing for Numpy 1.25 and 1.26, and for Python 3.12

0.14.1

  • Fixed a bug when scaling quantities with integer dtype [PR#216 <https://github.com/python-quantities/python-quantities/pull/216>_]

0.14.0

  • Added decimeter to list of supported units [PR#202 <https://github.com/python-quantities/python-quantities/pull/202>_]
  • Removed deprecated mb as symbol for millibar unit [PR#203 <https://github.com/python-quantities/python-quantities/pull/203>_]
  • Fixed failure to preserve dtype in rescale [PR#204 <https://github.com/python-quantities/python-quantities/pull/204>_]
  • Added exp2 as a supported ufunc
  • Fixed failure to handle units with floordiv [PR#207 <https://github.com/python-quantities/python-quantities/pull/207>_]
  • Added femtofarad (fF) to list of supported units
  • Dropped support for Python 3.7
  • Dropped support for NumPy versions older than 1.19
  • Converted the project packaging from setup.py-based to pyproject.toml-based

... (truncated)

Commits
  • 5015b5d updated changelog
  • d6bdce6 Update workflow config to use more recent versions of actions
  • 0955b51 Merge pull request #253 from apdavison/kilonewton
  • 6ad9e16 Add kilonewton
  • 7cc5dde Merge pull request #251 from apdavison/avoid-eval
  • 9f212e9 Add reference to Stack Overflow post
  • 45d8a2e remove ast.Num from whitelist as it is deprecated
  • b60a883 An alternative approach to avoiding arbitrary evaluation of code when parsing...
  • 93f44a3 Merge pull request #248 from wagenadl/plain
  • 966deea Added to test coverage for dimensionless_magnitude
  • 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 show <dependency name> 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)

Updates the requirements on [quantities](https://github.com/python-quantities/python-quantities) to permit the latest version.
- [Changelog](https://github.com/python-quantities/python-quantities/blob/master/CHANGES.txt)
- [Commits](python-quantities/python-quantities@v0.14.1...v0.16.2)

---
updated-dependencies:
- dependency-name: quantities
  dependency-version: 0.16.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 22, 2026
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants