Skip to content

Commit ac0e478

Browse files
authored
add new MKL vm functions (#81)
* add new vm functions * address comments
1 parent 8436bd6 commit ac0e478

File tree

3 files changed

+227
-95
lines changed

3 files changed

+227
-95
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
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

7+
## [dev] (MM/DD/YYYY)
8+
9+
### Added
10+
* Added mkl implementation for floating point data-types of `exp2`, `log2`, `fabs`, `copysign`, `nextafter`, `fmax`, `fmin` and `remainder` functions [gh-81](https://github.com/IntelPython/mkl_umath/pull/81)
11+
712
## [0.2.0] (06/DD/2025)
813
This release updates `mkl_umath` to be aligned with both numpy-1.26.x and numpy-2.x.x.
914

0 commit comments

Comments
 (0)