Releases: samuelstjean/spams-python
Releases · samuelstjean/spams-python
v2.6.10
v2.6.9
- Support for numpy 2.0
- Drop support for python 3.8
- Some updated builds (mac os 14 for arm64, mac os 12 for x64, glibc 2.28 for linux) to use newer openblas
- on mac, homebrew is now used for openblas/openmp instead of the version compiled for scipy. This might change to apple's accelerate someday
v2.6.8
- Add python 3.12 wheels
- New pkgconfig stuff for finding openblas
v2.6.7
- New build for mac arm64 processors
v2.6.6
- Fix an undefined behavior bug when passing numthread = 0 to the openmp inner backend.
Newer wrapper
Some build updates to work on the latest platforms and stuff
Build for windows
New shiny openblas builds for windows
Python 3.9 support release
v2.6.3 tag 2.6.3
The real pypi release
- now available in pypi, just use
pip install spams-bin
to get the compiled files for your platform or the source used here to build those platforms if you wish to change the blas backend.
binary wheels release
- now available in pypi, just use
pip install spams-bin
to get the compiled files for your platform.