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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [dev] - YYYY-MM-DD
7
+
## [dev] (MM/DD/YYYY)
8
+
9
+
### Added
10
+
* Enabled support of Python 3.14 [gh-119](https://github.com/IntelPython/mkl_umath/pull/119)
11
+
12
+
### Removed
13
+
* Dropped support for Python 3.9 [gh-125](https://github.com/IntelPython/mkl_umath/pull/125)
14
+
15
+
## [0.3.0] - 2025-10-06
8
16
9
17
### Added
10
18
* 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)
@@ -14,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
22
15
23
### Changed
16
24
* Dropped support for `maximum` and `minimum`[gh-104](https://github.com/IntelPython/mkl_umath/pull/104)
25
+
* Disabled `-fast-math` by default [gh-105](https://github.com/IntelPython/mkl_umath/pull/105)
17
26
* Used a common umath loop for `log2` function to match NumPy [gh-109](https://github.com/IntelPython/mkl_umath/pull/109)
18
27
* Dropped support for `remainder` function [gh-110](https://github.com/IntelPython/mkl_umath/pull/110)
0 commit comments