Skip to content

Commit f656f18

Browse files
author
The ml_dtypes Authors
committed
Merge pull request #250 from hawkinsp:release
PiperOrigin-RevId: 712716270
2 parents e65a353 + 974b95d commit f656f18

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build wheels
5050
run: python -m cibuildwheel --output-dir wheelhouse
5151
env:
52-
CIBW_ARCHS_LINUX: auto aarch64 ppc64le
52+
CIBW_ARCHS_LINUX: auto aarch64
5353
CIBW_ARCHS_MACOS: universal2
5454
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-* cp313t-*
5555
CIBW_FREE_THREADED_SUPPORT: True

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323

2424
## [Unreleased]
2525

26+
## [0.5.2] - 2025-01-06
27+
28+
* Dropped support for Power wheels again. These turned out to cause problems in
29+
our release process. We will consider readding these if NumPy ships Power
30+
wheels.
31+
2632
## [0.5.1] - 2025-01-06
2733

2834
* Fixed sign bit handling for float4 and float6 types.
@@ -87,6 +93,7 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
8793
* Initial release
8894

8995
[Unreleased]: https://github.com/jax-ml/ml_dtypes/compare/v0.5.1...HEAD
96+
[0.5.2]: https://github.com/jax-ml/ml_dtypes/compare/v0.5.1....v0.5.2
9097
[0.5.1]: https://github.com/jax-ml/ml_dtypes/compare/v0.5.0....v0.5.1
9198
[0.5.0]: https://github.com/jax-ml/ml_dtypes/compare/v0.4.0....v0.5.0
9299
[0.4.1]: https://github.com/jax-ml/ml_dtypes/compare/v0.4.0....v0.4.1

0 commit comments

Comments
 (0)