Skip to content

Commit 0634e07

Browse files
REL: v2.2.0
1 parent f0d923f commit 0634e07

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,18 @@ Re-release, with some changes necessary for public CI builds to work.
3434

3535
Correction to `setup.py` to not require Cython at the installation time.
3636

37-
2.1,9
37+
2.1.0
3838
=====
3939

4040
Change in setup script to not use `numpy.distutils` thus removing numpy as build-time dependency.
4141

4242
Change in conda-recipe to allow conda build to build the recipe, but ignoring run export on mkl-service coming from mkl-devel metadata.
43+
44+
2.2.0
45+
=====
46+
47+
Closed issues #8, #7 and #5.
48+
49+
Extended `mkl.cbwr_set` to recognize `'avx512_e1'`, `'avx512_mic_e1'`, as as strict conditional numerical reproducibility, supported via `'avx2,strict'`, `'avx512,strict'` (see [issue/8](http://github.com/IntelPython/mkl-service/issues/8)).
50+
51+
Extended `mkl.cbwrt_get()` to mean `mkl.cbwr('all')`.

mkl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def __exit__(self, *args):
5454
from ._py_mkl_service import *
5555

5656

57-
__version__ = '2.1.0'
57+
__version__ = '2.2.0'

0 commit comments

Comments
 (0)