File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments