Skip to content

Releases: JuliaSparse/MKLSparse.jl

v3.0.0

20 Jan 20:03
78eeaac
Compare
Choose a tag to compare

MKLSparse v3.0.0

Diff since v2.1.1

Breaking changes

  • Drop support for x86 architectures

Merged pull requests:

v2.1.1

13 Jan 10:00
8f67d95
Compare
Choose a tag to compare

MKLSparse v2.1.1

Diff since v2.1.0

Merged pull requests:

v2.1.0

03 Jan 22:35
fec49ef
Compare
Choose a tag to compare

MKLSparse v2.1.0

Diff since v2.0.0

Merged pull requests:

  • Vec * SparseMat & Mat * SparseMat support and other improvements (#30) (@alyst)
  • Cleanup Wrappers and Tests (#37) (@alyst)
  • Add coverage badge to README.md (#49) (@andreasnoack)
  • More sparse operations support (#50) (@alyst)
  • Remove wrappers of uppercase libmklsparse functions (#51) (@alyst)
  • Limit the lifetime of the matrix handle to MKLSparse call (#52) (@alyst)
  • Bump codecov/codecov-action from 4 to 5 (#54) (@dependabot[bot])

Closed issues:

  • Bug when using MKLSparse following use of MKL (#36)
  • Update the token for coverage (#48)

v2.0.0

07 Jul 23:04
14867a1
Compare
Choose a tag to compare

MKLSparse v2.0.0

Diff since v1.1.0

Merged pull requests:

Closed issues:

  • Can't install MKLSparse on Windows (#14)
  • Migrate to new API (#17)
  • How to control number of threads? (#26)
  • Are sparse matrix-matrix multiplications implemented? (#27)
  • The speed ratio of matrix multiplication using MKLSparse stop to grow while number of of threads >= 8. (#29)
  • Different type matrices does not use multi-thread (#35)
  • Error on macOS (#38)
  • TagBot trigger issue (#42)

v1.1.0

15 Sep 13:17
e14fda2
Compare
Choose a tag to compare

MKLSparse v1.1.0

Diff since v1.0.0

Closed issues:

  • Julia 1.0 Support? (#15)
  • Add dependency on MKL_jll.jl (#18)
  • 5-argument mul! has different signature than in stdlib (#19)

Merged pull requests:

Version 1.0.0

10 Jan 09:23
3957a66
Compare
Choose a tag to compare
Merge pull request #16 from JuliaSparse/an/07

Updates for Julia 0.7

v0.1.0

22 Apr 19:10
Compare
Choose a tag to compare
fix compat