From 4cf65e9ce96ed6a487b18ea647628893e6268779 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Mon, 11 May 2026 14:28:19 -0700 Subject: [PATCH 1/2] Backport 0.4.1 changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f44034..2d50323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [1.4.1] - 2026-05-11 + +### Fixed +* Removed `mkl` as runtime dependency to avoid possible `pip check` failures [gh-202](https://github.com/IntelPython/mkl_umath/pull/202) + ## [0.4.0] - 2026-04-16 + ### Added * Added `patch_numpy_umath` and `restore_numpy_umath` functions for patching NumPy, and improved the patching implementation [gh-170](https://github.com/IntelPython/mkl_umath/pull/170) @@ -64,7 +70,6 @@ This release updates `mkl_umath` to be aligned with both numpy-1.26.x and numpy- ### Fixed * Fixed a bug for `mkl_umath.is_patched` function [gh-66](https://github.com/IntelPython/mkl_umath/pull/66) - ## [0.1.5] - 2025-04-09 ### Fixed From f19d5411531d74caf73c20c703a1bc657b75f7dd Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Mon, 11 May 2026 14:29:33 -0700 Subject: [PATCH 2/2] Fix a typo in version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d50323..5785b8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -## [1.4.1] - 2026-05-11 +## [0.4.1] - 2026-05-11 ### Fixed * Removed `mkl` as runtime dependency to avoid possible `pip check` failures [gh-202](https://github.com/IntelPython/mkl_umath/pull/202)