Skip to content

Commit 2bf9af3

Browse files
committed
add gh-170 and gh-171 to changelog
1 parent a723d85 commit 2bf9af3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ 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

77
## [dev] - YYYY-MM-DD
8+
### Added
9+
* 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)
10+
811
### Fixed
912
* Build with ICX compiler from 2026.0 release [gh-155](https://github.com/IntelPython/mkl_umath/pull/155)
13+
* `mkl_umath` now uses `intel_thread` for MKL threading to fix transient crashes during Python teardown when used in an environment with PyPI NumPy [gh-171](https://github.com/IntelPython/mkl_umath/pull/171)
14+
15+
### Deprecated
16+
* Deprecated `use_in_numpy` and `restore` patching functions, to be removed in a future version. Using `patch_numpy_umath` and `restore_numpy_umath` is recommended instead [gh-170](https://github.com/IntelPython/mkl_umath/pull/170)
1017

1118
### Removed
1219
* Dropped support for Python 3.9 [gh-125](https://github.com/IntelPython/mkl_umath/pull/125)

0 commit comments

Comments
 (0)