Skip to content

Commit 8deb701

Browse files
author
Vahid Tavanashad
committed
add CHANGELOG.md
1 parent 51c24fa commit 8deb701

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [dev] (MM/DD/YY)
8+
9+
### 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+
12+
### Changed
13+
* Migrated from `setup.py` to `pyproject toml` [gh-63](https://github.com/IntelPython/mkl_umath/pull/63)
14+
15+
### Fixed
16+
* Fixed a bug for `mkl_umath.is_patched` function [gh-66](https://github.com/IntelPython/mkl_umath/pull/66)
17+
18+
19+
## [0.1.5] (04/09/2025)
20+
21+
### Fixed
22+
* Fixed failures to import `mkl_umath` from virtual environment on Linux
23+
24+
## [0.1.4] (04/09/2025)
25+
26+
### Added
27+
* Added support for `mkl_umath` out-of-the-box in virtual environments on Windows
28+
29+
### Fixed
30+
* Fixed a bug in in-place addition with negative zeros
31+
32+
## [0.1.2] (10/11/2024)
33+
34+
### Added
35+
* Added support for building with NumPy 2.0 and older
36+
37+
### Changed
38+
* Updated build system from removed NumPy distutils to scikit-build, gain ability to build with Intel LLVM compiler ICX

0 commit comments

Comments
 (0)