diff --git a/CHANGELOG.md b/CHANGELOG.md index fb25d58..c3c473e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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()` diff --git a/setup.py b/setup.py index ff4a557..48f480f 100644 --- a/setup.py +++ b/setup.py @@ -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 = 'cj59@nyu.edu' diff --git a/sparse_dot_mkl/__init__.py b/sparse_dot_mkl/__init__.py index dbff706..de4897d 100644 --- a/sparse_dot_mkl/__init__.py +++ b/sparse_dot_mkl/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.9.4' +__version__ = '0.9.5' from sparse_dot_mkl.sparse_dot import (