Skip to content

Comments

Bump ml-dtypes from 0.4.0 to 0.5.1#513

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/ml-dtypes-0.5.1
Jan 7, 2025
Merged

Bump ml-dtypes from 0.4.0 to 0.5.1#513
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/ml-dtypes-0.5.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps ml-dtypes from 0.4.0 to 0.5.1.

Release notes

Sourced from ml-dtypes's releases.

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
Changelog

Sourced from ml-dtypes's changelog.

[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
Commits
  • 560866c Merge pull request #249 from hawkinsp:release
  • c26c582 Update changelog and version numbers for v0.5.1 release.
  • 47ac443 Merge pull request #248 from hawkinsp:ft
  • 19eea4d Enable free-threaded wheels in wheel builds.
  • 4da8594 Merge pull request #230 from sandeepgupta12:main
  • ee65f44 Merge pull request #247 from jax-ml:dependabot/github_actions/actions/upload-...
  • a09b65f PR #19096: Add F4E2M1FN and F8E8M0FNU types
  • 30c059a Bump actions/upload-artifact from 4.4.3 to 4.5.0
  • 986e373 PR #19096: Add F4E2M1FN and F8E8M0FNU types
  • 215c9f0 [XLA] Start adding S1 and U1 as data types
  • 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 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)

Bumps [ml-dtypes](https://github.com/jax-ml/ml_dtypes) from 0.4.0 to 0.5.1.
- [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.4.0...v0.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 7, 2025
@github-actions github-actions bot merged commit 864e2df into main Jan 7, 2025
1 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/ml-dtypes-0.5.1 branch January 7, 2025 13:35
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants