Skip to content

Commit

Permalink
v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Oct 3, 2024
1 parent d12521d commit dfd6eb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 0.9.5

* Add wrapper for MKL pardiso solver in `sparse_dot.solvers`

### Version 0.9.4

* Replace deprecated scipy `spmatrix.A` calls with `spmatrix.todense()`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

DISTNAME = 'sparse_dot_mkl'
VERSION = '0.9.4'
VERSION = '0.9.5'
DESCRIPTION = "Intel MKL wrapper for sparse matrix multiplication"
MAINTAINER = 'Chris Jackson'
MAINTAINER_EMAIL = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion sparse_dot_mkl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.9.4'
__version__ = '0.9.5'


from sparse_dot_mkl.sparse_dot import (
Expand Down

0 comments on commit dfd6eb8

Please sign in to comment.