jax-ml / ml_dtypes

A stand-alone implementation of several NumPy dtype extensions used in machine learning.
Apache License 2.0
191 stars 25 forks source link

Bump version to 0.4.0b1 #138

Closed jakevdp closed 6 months ago

jakevdp commented 6 months ago

We build the release candidate wheels against NumPy 2.0.0b1. The build artifacts should remain compatible with all supported NumPy versions.

The eventual final 0.4.0 release will be built against NumPy 2.0.0rc1, so that ml_dtypes will have a NumPy 2.0-compatible release by the time NumPy 2.0 is released.

jakevdp commented 6 months ago

Thanks - I'll wait for tests to be green then merge and publish the release.