Akkudoktor-EOS / EOS

Other
11 stars 5 forks source link

Bump ml-dtypes from 0.4.0 to 0.5.0 #22

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 3 days ago

Bumps ml-dtypes from 0.4.0 to 0.5.0.

Release notes

Sourced from ml-dtypes's releases.

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.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
  • f802a63 Merge pull request #194 from jakevdp:v5-update
  • 6692e56 Bump version to 0.5.0 for release
  • 7fab9cd Merge pull request #191 from jakevdp:no-multithread
  • abe1d89 Temporarily disable free-threading build & multithread tests
  • b39b73c Merge pull request #187 from jakevdp:test-fix
  • 74daa1a tests: ignore one more error
  • 4893435 Merge pull request #186 from jakevdp:fix-tests
  • 517573a Tests: ignore several NaN warnings for new dtypes
  • d581b6f Merge pull request #166 from graphcore-research:add-e8m0-datatype
  • b6d3659 Add float8_e8m0_fnu (E8M0) OCP MX scale format
  • 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 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)