Skip to content

Commit e5e5454

Browse files
author
Vahid Tavanashad
committed
fix typos
1 parent 65ce08d commit e5e5454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
This release updates `mkl_umath` to be aligned with both numpy-1.26.x and numpy-2.x.x.
99

1010
### 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)
1212
* `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)
1313

1414
### Changed
1515
* 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)
1717

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

0 commit comments

Comments
 (0)