Skip to content

Commit d61fd07

Browse files
committed
update changelog
1 parent ae59e65 commit d61fd07

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,42 @@
11
# changelog
22
All notable changes to this project will be documented in this file.
33

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4+
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/YY)
7+
## [dev] (MM/DD/YYYY)
88

99
### Added
1010
* Added support for python 3.13 [gh-72](github.com/IntelPython/mkl-service/pull/72)
1111

1212
### Changed
1313
* Migrated from `setup.py` to `pyproject.toml` [gh-66](github.com/IntelPython/mkl-service/pull/66)
1414

15+
## [2.4.2] (10/12/2024)
16+
17+
Tests checking library version moved to the end of the test suite, as after it is run, the state of the library is finalized, and tests that modify that state may fail.
18+
19+
Updated installation instructions.
20+
21+
## [2.4.1]
22+
23+
Transition from `nose` to `unittest` and then to `pytest` to enable support for Python 3.12.
24+
25+
Added Github Actions CI.
26+
27+
Removed `six` as a dependency.
28+
29+
## [2.4.0.post1]
30+
31+
Update description for PyPI package installation
32+
33+
## [2.4.0]
34+
35+
Fixed issue [#14](https://github.com/IntelPython/mkl-service/issues/14).
36+
37+
Added [`mkl.set_num_stripes`](https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/support-functions/threading-control/mkl-set-num-stripes.html) and [`mkl.get_num_stripes`](https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/support-functions/threading-control/mkl-get-num-stripes.html)
38+
39+
Also expanded support `isa` keyword argument values in `mkl.enable_instructions(isa=isa)` function per recent [Intel(R) oneMKL](https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/support-functions/miscellaneous/mkl-enable-instructions.html) support.
1540

1641
## [2.3.0]
1742

0 commit comments

Comments
 (0)