Skip to content

Releases: samuelstjean/spams-python

v2.6.8

10 Oct 07:53
05ea0b5
Compare
Choose a tag to compare
  • Add python 3.12 wheels
  • New pkgconfig stuff for finding openblas

v2.6.7

16 May 10:50
c5daf66
Compare
Choose a tag to compare
  • New build for mac arm64 processors

v2.6.6

17 Apr 14:28
6e05e23
Compare
Choose a tag to compare
  • Fix an undefined behavior bug when passing numthread = 0 to the openmp inner backend.

Newer wrapper

15 Feb 11:28
df84cec
Compare
Choose a tag to compare

Some build updates to work on the latest platforms and stuff

Build for windows

09 Sep 08:56
1dc3de5
Compare
Choose a tag to compare

New shiny openblas builds for windows

Python 3.9 support release

19 Mar 10:14
15fe88e
Compare
Choose a tag to compare
v2.6.3

tag 2.6.3

The real pypi release

21 Oct 12:04
6834078
Compare
Choose a tag to compare
  • 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

15 Oct 23:27
9924bdd
Compare
Choose a tag to compare
  • now available in pypi, just use pip install spams-bin to get the compiled files for your platform.

Spams v2.6 - newer builds

29 Jun 20:38
58e03d3
Compare
Choose a tag to compare
  • A revamped build system
  • Binaries for all platforms this time
  • Still no openmp on mac, but if you build it yourself if should 'work'
  • Also you'll need your own mkl libs on windows
  • And the linux version is using centos 6 openblas libs (released around 2010)
    • so you might want to build from source and link to a newer version for speed.

spams v2.6

08 Aug 20:21
Compare
Choose a tag to compare

This is a copy of the upstream repo with some additional patches for numpy 1.12/1.13 which are not released currently. Also, openmp support is disabled by default on mac since it is not available currently out of the box without installing a compiler.

The wheel files for mac osx should work out of the box with openmp enabled without needing anything else.