Skip to content

Bump ml-dtypes from 0.2.0 to 0.5.4 - #37

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ml-dtypes-0.5.4
Open

Bump ml-dtypes from 0.2.0 to 0.5.4#37
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ml-dtypes-0.5.4

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps ml-dtypes from 0.2.0 to 0.5.4.

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.

v0.5.3

  • 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.

v0.5.2 release

This is a minor change over v0.5.1. This release reverts the addition of Power wheels, which caused problems with our wheel release process.

Due to an oversight during the release process, the wheels from this release report themselves as v0.5.1. The only difference between the two is the lack of Power wheels.

v0.5.1 release

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

v0.5.0 release

  • 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.

v0.4.1 release

  • Updates build requirements to use NumPy 2.0 release

v0.4.0 release

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

v0.4.0b1 pre-release

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

Version 0.3.2 release

  • Fixed spurious invalid value warnings when casting between floating point types on Mac ARM.
  • Remove pybind11 build requirement
  • Update C++ sources for compatibility with NumPy 2.0

v0.3.1 release

  • Added support for int4 casting to wider integers such as int8

... (truncated)

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

Bumps [ml-dtypes](https://github.com/jax-ml/ml_dtypes) from 0.2.0 to 0.5.4.
- [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.2.0...v0.5.4)

---
updated-dependencies:
- dependency-name: ml-dtypes
  dependency-version: 0.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 1, 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