Skip to content

Commit 335866d

Browse files
authored
Merge pull request #185 from IntelPython/prepare-for-v2.7.0-release
Prepare for `v2.7.0` release
2 parents eb8784d + 47fe029 commit 335866d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
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/YYYY)
7+
## [2.7.0] (04/16/2026)
88

99
### Added
1010
* Added support for ISA constants `"avx10"` and `"avx512_e5"` and CNR constants `"avx10"` and `"avx10,strict"` [gh-175](https://github.com/IntelPython/mkl-service/pull/175)
@@ -23,15 +23,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
## [2.6.1] (11/25/2025)
2424

2525
### Fixed
26-
* Fixed the run-time dependencies of `mkl-service` package to explicitly depend on a non–free-threaded (GIL-enabled) Python [gh-111](github.com/IntelPython/mkl-service/pull/111)
26+
* Fixed the run-time dependencies of `mkl-service` package to explicitly depend on a non–free-threaded (GIL-enabled) Python [gh-111](https://github.com/IntelPython/mkl-service/pull/111)
2727

2828
## [2.6.0] (10/06/2025)
2929

3030
### Added
3131
* Enabled support of Python 3.14 [gh-100](https://github.com/IntelPython/mkl-service/pull/100)
3232

3333
### Changed
34-
* Used `GIT_DESCRIBE_TAG` and `GIT_DESCRIBE_NUMBER` in `meta.yaml` instead of manual stepping the numbers [gh-98](github.com/IntelPython/mkl-service/pull/98)
34+
* Used `GIT_DESCRIBE_TAG` and `GIT_DESCRIBE_NUMBER` in `meta.yaml` instead of manually stepping the numbers [gh-98](https://github.com/IntelPython/mkl-service/pull/98)
3535

3636
## [2.5.2] (07/01/2025)
3737

mkl/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.7.0dev3"
1+
__version__ = "2.7.0"

0 commit comments

Comments
 (0)