Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps pint from 0.25 to 0.25.2.

Changelog

Sourced from pint's changelog.

0.25.2 (2025-11-06)

  • Revert typing change in pint.Unit

0.25.1 (2025-11-01)

  • Fix raising exception in Quantity.from_tuple with invalid units (#2199)
  • Several unit definition fixes.
  • Add devcontainer.json to add GitHub Codespace support (#2208)
  • Add support for numpy.geomspace (#2206)
  • Add support for linalg.diagonal, linalg.matrix_transpose, diag, tril, triu, linalg.eigvals, linalg.eigvalsh, linalg.matrix_norm and linalg.vector_norm (#2210)
  • An example of performing currency conversions that change over time has been added to the docs. (#2240)
  • Add support for pint.Quantity being used as Generic. (#2231)
  • Add a typing and IDE autocomplete page to the documentation. (#2243)
  • Fixed nan/nan to return nan rather than 1 in unit conversion (#2228)

0.25.0 (2025-08-25)

  • Bump minimum Python version to 3.11.
  • Upgrade code to Python 3.11.
  • Move to pixi/uv/ruff.
  • Refactor compat to make it easier to test.
  • Implemented several pixi environment and tasks to simplify development.
  • Add docs to the functions in pint.testing (PR #2070)
  • Fix round function returning float instead of int (#2081)
  • Fix return type of PlainQuantity.to (#2088)
  • Update constants to CODATA 2022 recommended values. (#2049)
  • Fixed issue with .to_compact and Magnitudes with uncertainties / Quantities with units (PR #2069, issue #2044)
  • Fixed issue in unit conversion which led to loss of precision when using decimal. (#2107)
  • Add conductivity dimension. (#2112)
  • Add absorbance unit and dimension. (#2114)
  • Add membrane filtration flux and permeability dimensionality, and shorthand "LMH". (#2116)
  • Fix find_shortest_path to use breadth first search (#2146)
  • Fix typo in pyproject.toml: rename AS_MIP to HAS_MIP so that MIP support is correctly detected. (#2152)
  • Fix handling of extra arguments in conversion with enabled contexts (#2172)
  • Fix swapped left and right arguments in interp (#2187)
  • Fix formatted scientific notation bug in Python 3.13 (#2168)
  • Fix ability to add dB units, and to add dB (dimensionless) to referenced dB units, such as dBm or dBW (#1160)
  • Improve pressure unit definitions in default definition file (#2186)
  • Avoid and document known issues with MIP during install, testing and runtime (#2188 and #2121)
  • Fix issue with Dask by restricting its version to < 2025.3.0 (#2188 and Dask #1016)
  • Skip false xfail tests linked to a known numpy issue (#2188 and #1776)
  • Improve Contributing documentation (#2188)
  • Add Quantity.to_unprefixed and ito_unprefixed methods that remove SI prefixes without converting to base units. (#2201)

... (truncated)

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch backward compatible bug fixes python Pull requests that update Python code labels Nov 10, 2025
@github-actions
Copy link

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_workflow/dependabot/pip/pint-0.25.2

@liamhuber
Copy link
Member

  Warning: error    libmamba Could not solve for environment specs
      The following packages are incompatible
      ├─ pint =0.25.2 * is requested and can be installed;
      └─ semantikon =0.0.22 * is not installable because it requires
         └─ pint >=0.23,<=0.25.0 *, which conflicts with any installable versions previously reported.

Update is held up by our semantikon pin, which almost certainly requires actual work to update.

Bumps [pint](https://github.com/hgrecco/pint) from 0.25 to 0.25.2.
- [Changelog](https://github.com/hgrecco/pint/blob/0.25.2/CHANGES)
- [Commits](hgrecco/pint@0.25...0.25.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pint-0.25.2 branch from ff925da to beda4ea Compare November 17, 2025 15:32
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 patch backward compatible bug fixes python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants