Skip to content

Update ml-dtypes requirement from >=0.5.0 to >=0.5.4 in /python#3114

Merged
hunhoffe merged 1 commit into
mainfrom
dependabot/pip/python/ml-dtypes-gte-0.5.4
May 26, 2026
Merged

Update ml-dtypes requirement from >=0.5.0 to >=0.5.4 in /python#3114
hunhoffe merged 1 commit into
mainfrom
dependabot/pip/python/ml-dtypes-gte-0.5.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Updates the requirements on ml-dtypes to permit the latest version.

Release notes

Sourced from ml-dtypes's releases.

v0.5.4

  • We now register casts from int2 and int4 to all of the custom float types, except float6_e2m3fn and float8_e8m0fnu.
  • Custom floats may now be constructed from Python integers (#317)
  • Fixed bug in byte-swap operation for custom floats (#311)
  • Wheels now support Python 3.14 free threading on Windows.
Changelog

Sourced from ml-dtypes's changelog.

[0.5.4] - 2025-11-17

  • We now register casts from int2 and int4 to all of the custom float types, except float6_e2m3fn and float8_e8m0fnu.
  • Custom floats may now be constructed from Python integers (#317)
  • Fixed bug in byte-swap operation for custom floats (#311)
  • Wheels now support Python 3.14 free threading on Windows.

[0.5.3] - 2025-07-29

  • NPY_NEEDS_PYAPI was removed from the dtype flags. This should improve the speed of array operations, but it does mean that values pickled using previous versions of ml_dtypes are incompatible with the current release and should be regenerated with the current release.
  • Wheels now support Python 3.14.
  • Wheels now support Windows 11 ARM.

[0.5.2] - 2025-01-31

  • Dropped support for Power wheels again. These turned out to cause problems in our release process. We will consider readding these if NumPy ships Power wheels.
  • Fixed GCC compilation issues related to ambiguous casts.

[0.5.1] - 2025-01-06

  • Fixed sign bit handling for float4 and float6 types.
  • Wheels now support Python 3.13 free-threading.
  • Wheels now support the Power architecture.

[0.5.0] - 2024-09-13

  • Added new 8-bit float types following IEEE 754 convention: ml_dtypes.float8_e4m3, ml_dtypes.float8_e3m4
  • Added the 8-bit floating point type ml_dtypes.float8_e8m0fnu, which is the OpenCompute MX scale format.
  • Added new 4-bit and 6-bit float types: ml_dtypes.float4_e2m1fn, ml_dtypes.float6_e2m3fn and ml_dtypes.float6_e3m2fn.
  • Fix outputs of float divmod and floor_divide when denominator is zero.

[0.4.1] - 2024-09-13

  • Updates build requirements to use NumPy 2.0 release

[0.4.0] - 2024-04-1

  • Updates ml_dtypes for compatibility with future NumPy 2.0 release.
  • Wheels are built against NumPy 2.0.0rc1.

[0.4.0b1] - 2024-03-12

... (truncated)

Commits
  • 9fd1a48 Merge pull request #336 from jakevdp:prep-for-release
  • 95bbfb9 Prepare for v0.5.4 release
  • 375033e Merge pull request #334 from jakevdp:del-review-workflow
  • 02d5092 Remove broken add-label workflow
  • 02f89fe Merge pull request #333 from hawkinsp:ft2
  • 18e482d Enable more free threading configurations in tests and wheel builds.
  • fd45a2e Merge pull request #314 from jax-ml:dependabot/github_actions/pypa/gh-action-...
  • b2ee71e Merge pull request #297 from jax-ml:dependabot/pip/setuptools-approx-eq-80.9.0
  • 8223781 Merge pull request #330 from jakevdp:pull-ready-bot
  • 59d9139 Merge pull request #328 from jax-ml:dependabot/github_actions/actions/upload-...
  • 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 [ml-dtypes](https://github.com/jax-ml/ml_dtypes) to permit the latest version.
- [Release notes](https://github.com/jax-ml/ml_dtypes/releases)
- [Changelog](https://github.com/jax-ml/ml_dtypes/blob/main/CHANGELOG.md)
- [Commits](jax-ml/ml_dtypes@v0.5.0...v0.5.4)

---
updated-dependencies:
- dependency-name: ml-dtypes
  dependency-version: 0.5.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 May 26, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 26, 2026
@hunhoffe hunhoffe added this pull request to the merge queue May 26, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks May 26, 2026
@hunhoffe hunhoffe added this pull request to the merge queue May 26, 2026
Merged via the queue into main with commit 805e026 May 26, 2026
71 checks passed
@hunhoffe hunhoffe deleted the dependabot/pip/python/ml-dtypes-gte-0.5.4 branch May 26, 2026 14:00
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.

1 participant