Skip to content

Commit d2a6a2d

Browse files
authored
Merge pull request #128 from IntelPython/prepare-for-1.4.1-release
Prepare for 1.4.1 release
2 parents 7dcdf3e + 2edd455 commit d2a6a2d

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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] (05/11/2026)
8+
9+
### Fixed
10+
* Removed `mkl` as runtime dependency to avoid possible `pip check` failures [gh-126](https://github.com/IntelPython/mkl_random/pull/126)
11+
712
## [1.4.0] (04/16/2026)
813

914
### Added

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "mkl_random"
1010
copyright = "2017-2025, Intel Corp."
1111
author = "Intel Corp."
12-
release = "1.4.0"
12+
release = "1.4.1"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

mkl_random/_version.py

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

0 commit comments

Comments
 (0)