Skip to content

Commit a520941

Browse files
authored
Merge pull request #204 from IntelPython/prepare-for-0.4.1-release
Prepare for 0.4.1 release
2 parents f172f04 + 2d92e30 commit a520941

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.4.1] - 2026-05-11
8+
9+
### Fixed
10+
* Removed `mkl` as runtime dependency to avoid possible `pip check` failures [gh-202](https://github.com/IntelPython/mkl_umath/pull/202)
11+
712
## [0.4.0] - 2026-04-16
13+
814
### Added
915
* 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)
1016

@@ -56,7 +62,6 @@ This release updates `mkl_umath` to be aligned with both numpy-1.26.x and numpy-
5662
### Fixed
5763
* Fixed a bug for `mkl_umath.is_patched` function [gh-66](https://github.com/IntelPython/mkl_umath/pull/66)
5864

59-
6065
## [0.1.5] - 2025-04-09
6166

6267
### Fixed

conda-recipe-cf/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.4.0" %}
1+
{% set version = "0.4.1" %}
22
{% set buildnumber = 0 %}
33

44
package:

mkl_umath/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)