Releases: IntelPython/mkl-service
v2.4.2
Incremental release.
Tests checking library version moved to the end of the test suite, as after it is run, the state of the library is finalized, and tests that modify that state may fail.
Updated installation instructions.
v2.4.1
v2.4.0.post1
- Update description for Pypi package installation
v2.4.0
Fixed issue #14.
Added mkl.set_num_stripes
and mkl.get_num_stripes
Also expanded support isa
keyword argument values in mkl.enable_instructions(isa=isa)
function per recent Intel(R) oneMKL support.
v2.3.0
Upgraded support for conditional numerical reproducibility, but adding support for strict variant added in MKL 2019.3, support CNR for AVX512, AVX512_E1 and MIC variants of these.
v2.1.0
Replaced use of numpy.distutils with use of setuptools.
v2.0.2
Corrected install_requires
keyword in setup.py. Cython is not required for installing this packages.
v2.0.1
Version 2.0.1 of mkl-service
package.