Skip to content

Update quantities requirement from >=0.14.1 to >=0.16.4#68

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/quantities-gte-0.16.4
Open

Update quantities requirement from >=0.14.1 to >=0.16.4#68
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/quantities-gte-0.16.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown

Updates the requirements on quantities to permit the latest version.

Changelog

Sourced from quantities's changelog.

0.16.4

  • Fix problems with v0.16.3: deepcopy was not copying all necessary attributes of UnitQuantity; in-place arithmetic didn't handle multiplying by scalars

0.16.3

  • Fix broken deepcopy behaviour when using quantities with NumPy 2.x (PR#257 <https://github.com/python-quantities/python-quantities/pull/257>_)
  • Fixes for assorted breakages that appear with recent NumPy versions (PR#262 <https://github.com/python-quantities/python-quantities/pull/262>, PR#267 <<https://github.com/python-quantities/python-quantities/pull/267>)
  • Revert to previous behaviour where spaces around units were allowed (PR#270 <https://github.com/python-quantities/python-quantities/pull/270>_)
  • Fix broken in-place arithmetic when using quantities with NumPy 2.x (PR#271 <https://github.com/python-quantities/python-quantities/pull/271>_)
  • Add CI testing for Python 3.13 and 3.14, drop support for Python 3.9
  • Add CI testing for NumPy versions 2.1 to 2.4, drop support for NumPy 1.22 and 1.23.

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

... (truncated)

Commits
  • 66762fd Fix some problems with v0.16.3: deepcopy was not copying all necessary attrib...
  • 1f00997 Update download URL in codemeta.json
  • 4a2fa38 Release 0.16.3
  • fc80ed9 Fix #264; add scipy as an optional dependency
  • 276789d Merge pull request #271 from apdavison/fix-inplace
  • 0bb68ee avoid unecessary copies
  • b218368 Merge pull request #257 from JakobKai/master
  • 529fce6 Fix for failure to handle units when performing in-place multiplication and d...
  • aec1f81 Added unit test for in-place multiplication, division and power, based on exa...
  • cb64663 Merge pull request #270 from apdavison/issue259
  • 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.4)

---
updated-dependencies:
- dependency-name: quantities
  dependency-version: 0.16.4
  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 Jun 24, 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