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

Update minimum NumPy version to v1.26.4. #156

Closed hawkinsp closed 3 weeks ago

hawkinsp commented 2 months ago

Remove code to handle NumPy 2.0 prereleases.

hawkinsp commented 2 months ago

Is there any cost to us in continuing to support older NumPy versions? If not I'd lean towards keeping support for older versions for now.

Nothing other than following NEP 29 (and its successor).

hawkinsp commented 3 weeks ago

Closing since we decided we'd not upgrade so aggressively.