Skip to content

Commit e76a550

Browse files
author
Vahid Tavanashad
committed
update changelog
1 parent f97cb04 commit e76a550

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +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] (MM/DD/YY)
8+
This release updates `mkl_umath` to be aligned with both numpy-1.26.x and numpy-2.x.x.
89

910
### Added
10-
* `mkl_umath` is now aligned with both numpy-1.26,x and numpy-2.x.x [gh-65](https://github.com/IntelPython/mkl_umath/pull/65)
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)
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)
1113

1214
### Changed
1315
* 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)
1417

1518
### Fixed
1619
* Fixed a bug for `mkl_umath.is_patched` function [gh-66](https://github.com/IntelPython/mkl_umath/pull/66)

0 commit comments

Comments
 (0)