Skip to content

Commit

Permalink
Merge pull request #198 from jakevdp:fix-changelog
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674449663
  • Loading branch information
The ml_dtypes Authors committed Sep 13, 2024
2 parents f802a63 + 041213c commit ef3710e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

## [0.5.0] - 2024-09-13

**Note: due to an unintentional workflow issue, v0.5.0 is linux-only: see [#196](https://github.com/jax-ml/ml_dtypes/issues/196).**

* 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
Expand All @@ -33,6 +35,10 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
`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.
Expand Down Expand Up @@ -78,6 +84,7 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

[Unreleased]: https://github.com/jax-ml/ml_dtypes/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/jax-ml/ml_dtypes/compare/v0.4.0....v0.5.0
[0.4.1]: https://github.com/jax-ml/ml_dtypes/compare/v0.4.0....v0.4.1
[0.4.0]: https://github.com/jax-ml/ml_dtypes/compare/v0.4.0b1....v0.4.0
[0.4.0b1]: https://github.com/jax-ml/ml_dtypes/compare/v0.3.2...v0.4.0b1
[0.3.2]: https://github.com/jax-ml/ml_dtypes/compare/v0.3.1...v0.3.2
Expand Down

0 comments on commit ef3710e

Please sign in to comment.