You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
This release updates `mkl_umath` to be aligned with both numpy-1.26.x and numpy-2.x.x.
9
9
10
10
### Added
11
-
* The definition of `sign` function for complex floating dtypes is updated to match numpy-2.x.x [gh-65](https://github.com/IntelPython/mkl_umath/pull/65)
11
+
* The definition of `sign` function for complex floating point data types is updated to match numpy-2.x.x [gh-65](https://github.com/IntelPython/mkl_umath/pull/65)
12
12
*`ldexp` function is updated to allow `int64` explicitly similar to numpy-2.x.x behavior [gh-73](https://github.com/IntelPython/mkl_umath/pull/73)
13
13
14
14
### Changed
15
15
* Migrated from `setup.py` to `pyproject toml`[gh-63](https://github.com/IntelPython/mkl_umath/pull/63)
16
-
* Changed to dynamic linking and add interface and threading layers [gh-72](https://github.com/IntelPython/mkl_umath/pull/72)
16
+
* Changed to dynamic linking and added interface and threading layers [gh-72](https://github.com/IntelPython/mkl_umath/pull/72)
17
17
18
18
### Fixed
19
19
* Fixed a bug for `mkl_umath.is_patched` function [gh-66](https://github.com/IntelPython/mkl_umath/pull/66)
0 commit comments