File python-ml-dtypes.changes of Package python-ml-dtypes
-------------------------------------------------------------------
Tue Dec 16 13:31:06 UTC 2025 - Sarah Kriesch <sarah.kriesch@opensuse.org>
- Adopt URL with %{version}
-------------------------------------------------------------------
Mon Dec 15 12:14:12 UTC 2025 - Sarah Kriesch <sarah.kriesch@opensuse.org>
- update to 0.5.4:
* register casts from int2 and int4 to all of the custom float types,
except float6_e2m3fn and float8_e8m0fnu
* Custom floats may now be constructed from Python integers
* Fixed bug in byte-swap operation for custom floats
* Wheels now support Python 3.14 free threading on Windows
* required for onnx on s390x: bsc#1215337
-------------------------------------------------------------------
Sun Sep 21 14:42:38 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.5.3:
* NPY_NEEDS_PYAPI was removed from the dtype flags. This should
improve the speed of array operations, but it does mean
that values pickled using previous versions of ml_dtypes are
incompatible with the current release and should be regenerated
with the current release.
* Fixed GCC compilation issues related to ambiguous casts.
* Fixed sign bit handling for float4 and float6 types.
* Wheels now support Python 3.13 free-threading.
* Wheels now support the Power architecture.
-------------------------------------------------------------------
Wed Nov 20 11:50:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
- Initial package (0.5.0)