File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments