Skip to content

Commit

Permalink
bump up version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Apr 21, 2019
1 parent 2c6751c commit fb1c25f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ Improved argument checking, which raises an informative error.
Loading the package with `import mkl` initializes Intel(R) MKL library to use LP64 interface (i.e. use of environment variable `MKL_INTERFACE` will not have effect).

The choice of threading layer can be controlled with environment variable `MKL_THREADING_LAYER`. However the unset variable is interpreted differently that in Intel(R) MKL itself. If `mkl-service` detects that Gnu OpenMP has been loaded in Python space, the threading layer of Intle(R) MKL will be set to Gnu OpenMP, instead of Intel(R) OpenMP.

2.0.0
====

Work-around for VS 9.0 not having `inline` keyword, allowing the package to build on Windows for Python 2.7
2 changes: 1 addition & 1 deletion mkl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ def __exit__(self, *args):
from ._py_mkl_service import *


__version__ = '2.0.0'
__version__ = '2.0.1'

0 comments on commit fb1c25f

Please sign in to comment.