All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
patch_numpy_umathandrestore_numpy_umathfunctions for patching NumPy, and improved the patching implementation gh-170
- Import ufuncs explicitly in
__init__.pyand add__all__to module gh-177 - Made conda recipe dependency on numpy configurable through
USE_NUMPY_BASEenvironment variable gh-181 - Removed
mkl-serviceas a dependency in favor ofmkl, asmkl-serviceis not used inmkl_umathdirectly gh-188
- Build with ICX compiler from 2026.0 release gh-155
mkl_umathnow usesintel_threadfor MKL threading to fix transient crashes during Python teardown when used in an environment with PyPI NumPy gh-171
- Deprecated
use_in_numpyandrestorepatching functions, to be removed in a future version. Usingpatch_numpy_umathandrestore_numpy_umathis recommended instead gh-170
- Dropped support for Python 3.9 gh-125
- Enabled support of Python 3.14 gh-119
- Added mkl implementation for floating point data-types of
exp2,log2,fabs,copysign,nextafter,fmax,fminandremainderfunctions gh-81 - Added mkl implementation for complex data-types of
conjugateandabsolutefunctions gh-86 - Enabled support of Python 3.13 gh-101
- Added mkl implementation for complex data-types of
add,subtract,multiplyanddividefunctions gh-102
- Dropped support for
maximumandminimumgh-104 - Disabled
-fast-mathby default gh-105 - Used a common umath loop for
log2function to match NumPy gh-109 - Dropped support for
remainderfunction gh-110
This release updates mkl_umath to be aligned with both numpy-1.26.x and numpy-2.x.x.
- The definition of
signfunction for complex floating point data types is updated to match numpy-2.x.x gh-65 ldexpfunction is updated to allowint64explicitly similar to numpy-2.x.x behavior gh-73
- Migrated from
setup.pytopyproject tomlgh-63 - Changed to dynamic linking and added interface and threading layers gh-72
- Fixed a bug for
mkl_umath.is_patchedfunction gh-66
- Fixed failures to import
mkl_umathfrom virtual environment on Linux
- Added support for
mkl_umathout-of-the-box in virtual environments on Windows
- Fixed a bug in in-place addition with negative zeros
- Added support for building with NumPy 2.0 and older
- Updated build system from removed NumPy distutils to scikit-build, gain ability to build with Intel LLVM compiler ICX