From 041213cee4e7a5a13fd4721e9d88b31f3879d61d Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Fri, 13 Sep 2024 15:03:45 -0700 Subject: [PATCH] Update changelog for 0.4.1 & 0.5.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e208f2a0..7c964c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. @@ -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