File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 99project = "mkl_random"
1010copyright = "2017-2025, Intel Corp."
1111author = "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
Original file line number Diff line number Diff line change 1- __version__ = "1.4.0 "
1+ __version__ = "1.4.1 "
You can’t perform that action at this time.
0 commit comments