Releases: explosion/cython-blis
v1.0.1: Restore MacOS ARM wheels
MacOS and Linux ARM wheels were missing from the v1.0.0 release, as we've migrated to a more streamlined process to build wheels using only Github-hosted Actions runners. This release restores support for MacOS ARM wheels. Support for Linux ARM runners is coming soon, but currently only available for private repos. Unfortunately QEMU emulation is too slow for the build.
v1.0.0: Depend (and build against) numpy 2.0
Depend on numpy v2, instead of v1. This introduces binary incompatibilities, so libraries won't easily be able to depend across this version and previous. There's therefore no other changes.
Incrementing to 1.0 as we've been stable a while, so no reason to be 0.x.
v1.0.0a1: Prerelease of numpy dependency bump
Depend on numpy v2, instead of v1. This introduces binary incompatibilities, so libraries won't easily be able to depend across this version and previous. There's therefore no other changes.
Incrementing to 1.0 as we've been stable a while, so no reason to be 0.x.
v0.7.11
- Package updates and binary wheels for python 3.12.
v0.7.10
- Restrict build to Cython 0.29.x due to issues with Cython 3 for windows.
v0.7.9
- Package updates and binary wheels for python 3.11.
v0.9.1
v0.7.8
v0.9.0
- Update to BLIS v0.9.0
- Add
cdef nogil
sgemm
andsaxpy
functions (#70)
v0.7.7
- Add support for Windows
generic
target.
Thanks to @nsait-linaro for this contribution!