Skip to content

Commit

Permalink
Merge pull request #250 from hawkinsp:release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 712716270
  • Loading branch information
The ml_dtypes Authors committed Jan 7, 2025
2 parents e65a353 + 974b95d commit f656f18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS_LINUX: auto aarch64 ppc64le
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: universal2
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-* cp313t-*
CIBW_FREE_THREADED_SUPPORT: True
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

## [Unreleased]

## [0.5.2] - 2025-01-06

* Dropped support for Power wheels again. These turned out to cause problems in
our release process. We will consider readding these if NumPy ships Power
wheels.

## [0.5.1] - 2025-01-06

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

[Unreleased]: https://github.com/jax-ml/ml_dtypes/compare/v0.5.1...HEAD
[0.5.2]: https://github.com/jax-ml/ml_dtypes/compare/v0.5.1....v0.5.2
[0.5.1]: https://github.com/jax-ml/ml_dtypes/compare/v0.5.0....v0.5.1
[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
Expand Down

0 comments on commit f656f18

Please sign in to comment.