[PR #1662] [MERGED] deps(mlsysim): update pint requirement from >=0.23 to >=0.24.4 in /mlsysim #22608

Closed
opened 2026-06-04 22:25:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1662
Author: @dependabot[bot]
Created: 5/4/2026
Status: Merged
Merged: 5/4/2026
Merged by: @profvjreddi

Base: devHead: dependabot/pip/mlsysim/dev/pint-gte-0.24.4


📝 Commits (1)

  • a7c5773 deps(mlsysim): update pint requirement in /mlsysim

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 mlsysim/pyproject.toml (+1 -1)

📄 Description

Updates the requirements on pint to permit the latest version.

Changelog

Sourced from pint's changelog.

0.24.4 (2024-11-07)

  • add error for prefixed non multi units (#1998)
  • build: typing_extensions version
  • build: switch from appdirs to platformdirs
  • fix GenericPlainRegistry getattr type (#2045)
  • Replace references to the deprecated UnitRegistry.default_format (#2058)
  • fix: upgrade to flexparser>=0.4, exceptions are no longer dataclasses. (required for Python 3.13)

0.24.2 (2024-07-28)

  • Fix the default behaviour for pint-convert (cli) for importing uncertainties package (PR #2032, Issue #2016)
  • Added mu and mc as alternatives for SI micro prefix
  • Added ℓ as alternative for liter
  • Support permille units and symbol (PR #2033, Issue #1963)
  • Switch from appdirs to platformdirs.
  • Fixes issues related to GenericPlainRegistry.getattr type (PR #2038, Issues #1946 and #1804)
  • Removed deprecated references in documentation and tests (PR #2058, Issue #2057)

0.24.1 (2024-06-24)

  • Fix custom formatter needing the registry object. (PR #2011)
  • Support python 3.9 following difficulties installing with NumPy 2. (PR #2019)
  • Fix default formatting of dimensionless unit issue. (PR #2012)
  • Fix bug preventing custom formatters with modifiers working. (PR #2021)

0.24 (2024-06-07)

  • Fix detection of invalid conversion between offset and delta units. (PR #1905)
  • Added dBW, decibel Watts, which is used in RF high power applications
  • NumPy 2.0 support (PR #1985, #1971)
  • Implement numpy roll (Related to issue #981)
  • Implement numpy correlate (PR #1990)
  • Add dim_sort function to _formatter_helpers.
  • Add dim_order and default_sort_func properties to FullFormatter. (PR #1926, fixes Issue #1841)
  • Minimum version requirement added for typing_extensions>=4.0.0. (PR #1996)
  • Documented packages using pint. (PR #1960)

... (truncated)

Commits
  • b6a6f68 Preparing for release 0.24.4
  • 82801b3 Preparing for release 0.24.3
  • a8bcb6e ci: add Python 3.13 to github ci
  • d592aff fix: upgrade to flexparser>=0.4, exceptions are no longer dataclasses
  • 2839f6e Replace references to the deprecated UnitRegistry.default_format (#2058)
  • 8f12bb9 fix GenericPlainRegistry getattr type (#2045)
  • 0b0ae61 build: switch from appdirs to platformdirs
  • 67303b8 build: typing_extensions version
  • 0faac07 add error for prefixed non multi units (#1998)
  • 5f2a76a [DOC] Update changelog (#2034)
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1662 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/4/2026 **Status:** ✅ Merged **Merged:** 5/4/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `dependabot/pip/mlsysim/dev/pint-gte-0.24.4` --- ### 📝 Commits (1) - [`a7c5773`](https://github.com/harvard-edge/cs249r_book/commit/a7c5773facdf93e4f17197f49b50a7333677122a) deps(mlsysim): update pint requirement in /mlsysim ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `mlsysim/pyproject.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [pint](https://github.com/hgrecco/pint) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hgrecco/pint/blob/master/CHANGES">pint's changelog</a>.</em></p> <blockquote> <h2>0.24.4 (2024-11-07)</h2> <ul> <li>add error for prefixed non multi units (<a href="https://redirect.github.com/hgrecco/pint/issues/1998">#1998</a>)</li> <li>build: typing_extensions version</li> <li>build: switch from appdirs to platformdirs</li> <li>fix GenericPlainRegistry getattr type (<a href="https://redirect.github.com/hgrecco/pint/issues/2045">#2045</a>)</li> <li>Replace references to the deprecated <code>UnitRegistry.default_format</code> (<a href="https://redirect.github.com/hgrecco/pint/issues/2058">#2058</a>)</li> <li>fix: upgrade to flexparser&gt;=0.4, exceptions are no longer dataclasses. (required for Python 3.13)</li> </ul> <h2>0.24.2 (2024-07-28)</h2> <ul> <li>Fix the default behaviour for pint-convert (cli) for importing uncertainties package (PR <a href="https://redirect.github.com/hgrecco/pint/issues/2032">#2032</a>, Issue <a href="https://redirect.github.com/hgrecco/pint/issues/2016">#2016</a>)</li> <li>Added mu and mc as alternatives for SI micro prefix</li> <li>Added ℓ as alternative for liter</li> <li>Support permille units and <code>‰</code> symbol (PR <a href="https://redirect.github.com/hgrecco/pint/issues/2033">#2033</a>, Issue <a href="https://redirect.github.com/hgrecco/pint/issues/1963">#1963</a>)</li> <li>Switch from appdirs to platformdirs.</li> <li>Fixes issues related to GenericPlainRegistry.<strong>getattr</strong> type (PR <a href="https://redirect.github.com/hgrecco/pint/issues/2038">#2038</a>, Issues <a href="https://redirect.github.com/hgrecco/pint/issues/1946">#1946</a> and <a href="https://redirect.github.com/hgrecco/pint/issues/1804">#1804</a>)</li> <li>Removed deprecated references in documentation and tests (PR <a href="https://redirect.github.com/hgrecco/pint/issues/2058">#2058</a>, Issue <a href="https://redirect.github.com/hgrecco/pint/issues/2057">#2057</a>)</li> </ul> <h2>0.24.1 (2024-06-24)</h2> <ul> <li>Fix custom formatter needing the registry object. (PR <a href="https://redirect.github.com/hgrecco/pint/issues/2011">#2011</a>)</li> <li>Support python 3.9 following difficulties installing with NumPy 2. (PR <a href="https://redirect.github.com/hgrecco/pint/issues/2019">#2019</a>)</li> <li>Fix default formatting of dimensionless unit issue. (PR <a href="https://redirect.github.com/hgrecco/pint/issues/2012">#2012</a>)</li> <li>Fix bug preventing custom formatters with modifiers working. (PR <a href="https://redirect.github.com/hgrecco/pint/issues/2021">#2021</a>)</li> </ul> <h2>0.24 (2024-06-07)</h2> <ul> <li>Fix detection of invalid conversion between offset and delta units. (PR <a href="https://redirect.github.com/hgrecco/pint/issues/1905">#1905</a>)</li> <li>Added dBW, decibel Watts, which is used in RF high power applications</li> <li>NumPy 2.0 support (PR <a href="https://redirect.github.com/hgrecco/pint/issues/1985">#1985</a>, <a href="https://redirect.github.com/hgrecco/pint/issues/1971">#1971</a>)</li> <li>Implement numpy roll (Related to issue <a href="https://redirect.github.com/hgrecco/pint/issues/981">#981</a>)</li> <li>Implement numpy correlate (PR <a href="https://redirect.github.com/hgrecco/pint/issues/1990">#1990</a>)</li> <li>Add <code>dim_sort</code> function to _formatter_helpers.</li> <li>Add <code>dim_order</code> and <code>default_sort_func</code> properties to FullFormatter. (PR <a href="https://redirect.github.com/hgrecco/pint/issues/1926">#1926</a>, fixes Issue <a href="https://redirect.github.com/hgrecco/pint/issues/1841">#1841</a>)</li> <li>Minimum version requirement added for typing_extensions&gt;=4.0.0. (PR <a href="https://redirect.github.com/hgrecco/pint/issues/1996">#1996</a>)</li> <li>Documented packages using pint. (PR <a href="https://redirect.github.com/hgrecco/pint/issues/1960">#1960</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hgrecco/pint/commit/b6a6f68faf55bc4635c1cc1bcd567858ce8c418d"><code>b6a6f68</code></a> Preparing for release 0.24.4</li> <li><a href="https://github.com/hgrecco/pint/commit/82801b3aa39528c62d20dbb834b51de42df9e03d"><code>82801b3</code></a> Preparing for release 0.24.3</li> <li><a href="https://github.com/hgrecco/pint/commit/a8bcb6ee1d0d61278bf17e332bc1aa473672e273"><code>a8bcb6e</code></a> ci: add Python 3.13 to github ci</li> <li><a href="https://github.com/hgrecco/pint/commit/d592aff209a0eeae9383042368906dfb5edc5f54"><code>d592aff</code></a> fix: upgrade to flexparser&gt;=0.4, exceptions are no longer dataclasses</li> <li><a href="https://github.com/hgrecco/pint/commit/2839f6e23f48dd393c375c44581574afec04ff43"><code>2839f6e</code></a> Replace references to the deprecated <code>UnitRegistry.default_format</code> (<a href="https://redirect.github.com/hgrecco/pint/issues/2058">#2058</a>)</li> <li><a href="https://github.com/hgrecco/pint/commit/8f12bb923adb69cf2a772c4f2cb10ee3ef9dd11a"><code>8f12bb9</code></a> fix GenericPlainRegistry getattr type (<a href="https://redirect.github.com/hgrecco/pint/issues/2045">#2045</a>)</li> <li><a href="https://github.com/hgrecco/pint/commit/0b0ae61cebe6c470dcc2edbb84fe717c664fc223"><code>0b0ae61</code></a> build: switch from appdirs to platformdirs</li> <li><a href="https://github.com/hgrecco/pint/commit/67303b8e20f1d4023bc5e0e7cb68f0c08855ba2c"><code>67303b8</code></a> build: typing_extensions version</li> <li><a href="https://github.com/hgrecco/pint/commit/0faac0760cf36a72d23463d5012644d751b4c8d7"><code>0faac07</code></a> add error for prefixed non multi units (<a href="https://redirect.github.com/hgrecco/pint/issues/1998">#1998</a>)</li> <li><a href="https://github.com/hgrecco/pint/commit/5f2a76a42c44f0077908be212c5445a657da639a"><code>5f2a76a</code></a> [DOC] Update changelog (<a href="https://redirect.github.com/hgrecco/pint/issues/2034">#2034</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hgrecco/pint/compare/0.23...0.24.4">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-04 22:25:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#22608