jax-ml / ml_dtypes

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

CI: build against the most recent NumPy 2.X release #173

Closed jakevdp closed 2 months ago

jakevdp commented 2 months ago

Following the recommendations at https://github.com/numpy/numpy/issues/27265

Also mostly addresses concerns from #51. We're able to do this now because NumPy's ABI compatibility guarantees allow it post-2.0 cc/@daskol