From faf5d8a83a11b2acd55ee81944f07f650318016a Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Thu, 16 Apr 2026 19:20:22 +0200 Subject: [PATCH 1/4] Set the version to 2.7.0 --- mkl/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkl/_version.py b/mkl/_version.py index 667c97e..2614ce9 100644 --- a/mkl/_version.py +++ b/mkl/_version.py @@ -1 +1 @@ -__version__ = "2.7.0dev3" +__version__ = "2.7.0" From cbf72a7c78d1c58b19f065d7df95f0c396c985f9 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Thu, 16 Apr 2026 19:21:24 +0200 Subject: [PATCH 2/4] Set release date into the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64cf7df..c2d6041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [dev] (MM/DD/YYYY) +## [2.7.0] (04/16/2026) ### Added * 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) From e1d720b2bcf8feba8d4a72cce333e51227075152 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Thu, 16 Apr 2026 19:41:47 +0200 Subject: [PATCH 3/4] Fix broken PR links --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d6041..ab8675d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.6.1] (11/25/2025) ### Fixed -* 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) +* 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) ## [2.6.0] (10/06/2025) @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Enabled support of Python 3.14 [gh-100](https://github.com/IntelPython/mkl-service/pull/100) ### Changed -* 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) +* Used `GIT_DESCRIBE_TAG` and `GIT_DESCRIBE_NUMBER` in `meta.yaml` instead of manual stepping the numbers [gh-98](https://github.com/IntelPython/mkl-service/pull/98) ## [2.5.2] (07/01/2025) From 47fe02995da2196da4fa23b43ed28893e01788b5 Mon Sep 17 00:00:00 2001 From: Anton <100830759+antonwolfy@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:40:29 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md Co-authored-by: ndgrigorian <46709016+ndgrigorian@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8675d..17086a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Enabled support of Python 3.14 [gh-100](https://github.com/IntelPython/mkl-service/pull/100) ### Changed -* Used `GIT_DESCRIBE_TAG` and `GIT_DESCRIBE_NUMBER` in `meta.yaml` instead of manual stepping the numbers [gh-98](https://github.com/IntelPython/mkl-service/pull/98) +* 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) ## [2.5.2] (07/01/2025)