Skip to content

Commit f07b915

Browse files
author
Vahid Tavanashad
committed
update CHANGELOG
1 parent 920dfa3 commit f07b915

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

CHANGELOG.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,51 @@
1-
`mkl-service` changelog
2-
=======================
1+
# changelog
2+
All notable changes to this project will be documented in this file.
33

4-
[dev] (MM/DD/YY)
5-
================
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
Migrated from `setup.py` to `pyproject.toml`
7+
## [dev] (MM/DD/YY)
88

9-
Added support for python 3.13
9+
### Added
10+
* Added support for python 3.13 [gh-72](github.com/IntelPython/mkl-service/pull/72)
1011

11-
2.3.0
12-
=====
12+
### Changed
13+
* Migrated from `setup.py` to `pyproject.toml` [gh-66](github.com/IntelPython/mkl-service/pull/66)
14+
15+
16+
## [2.3.0]
1317

1418
Fixed CI to actually execute tests. Populated CBWR constants to match MKL headers.
1519

1620
Added tests checking that `cbwr_set` and `cbwr_get` round-trip.
1721

18-
2.2.0
19-
=====
22+
## [2.2.0]
2023

2124
Closed issues #8, #7 and #5.
2225

2326
Extended `mkl.cbwr_set` to recognize `'avx512_e1'`, `'avx512_mic_e1'`, as as strict conditional numerical reproducibility, supported via `'avx2,strict'`, `'avx512,strict'` (see [issue/8](http://github.com/IntelPython/mkl-service/issues/8)).
2427

2528
Extended `mkl.cbwrt_get()` to mean `mkl.cbwr('all')`.
2629

27-
2.1.0
28-
=====
30+
## [2.1.0]
2931

3032
Change in setup script to not use `numpy.distutils` thus removing numpy as build-time dependency.
3133

3234
Change in conda-recipe to allow conda build to build the recipe, but ignoring run export on mkl-service coming from mkl-devel metadata.
3335

34-
2.0.2
35-
=====
36+
## [2.0.2]
3637

3738
Correction to `setup.py` to not require Cython at the installation time.
3839

39-
2.0.1
40-
=====
40+
## [2.0.1]
4141

4242
Re-release, with some changes necessary for public CI builds to work.
4343

44-
2.0.0
45-
=====
44+
## [2.0.0]
4645

4746
Work-around for VS 9.0 not having `inline` keyword, allowing the package to build on Windows for Python 2.7
4847

49-
2.0.0
50-
=====
48+
## [2.0.0]
5149

5250
Rerelease of `mkl-service` package with version bumped to 2.0.0 to avoid version clash with `mkl-service` package from Anaconda.
5351

@@ -57,7 +55,6 @@ Loading the package with `import mkl` initializes Intel(R) MKL library to use LP
5755

5856
The choice of threading layer can be controlled with environment variable `MKL_THREADING_LAYER`. However the unset variable is interpreted differently that in Intel(R) MKL itself. If `mkl-service` detects that Gnu OpenMP has been loaded in Python space, the threading layer of Intle(R) MKL will be set to Gnu OpenMP, instead of Intel(R) OpenMP.
5957

60-
1.0.0
61-
=====
58+
## [1.0.0]
6259

6360
Initial release of `mkl-service` package.

0 commit comments

Comments
 (0)