Releases: IntelPython/mkl-service
Releases · IntelPython/mkl-service
v2.4.2
v2.4.1
Transition from nose
to unittest
and then to pytest
to enable support for Python 3.12. Added Github Actions CI. Removed six
as a dependency.
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.