From 7028f3221a5b4ddda65745e028e1c77c316e3252 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Thu, 3 Jul 2025 14:28:19 -0500 Subject: [PATCH 1/2] Bump oneMath version to v0.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e0a3183f936..943388ad5b0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,7 +183,7 @@ if(_use_onemath) FetchContent_Declare( onemath_library GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git - GIT_TAG 20ba6fd7ae4af6ed693246cfd22c343e6522edbe # v0.7 + GIT_TAG 5c7e1e7a710556e51f70ecc8dd26dfd04e3abf41 # v0.8 ) endif() From 763d4953dabbabbc94279cebd59a7a6b62f64b5f Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Thu, 3 Jul 2025 14:30:04 -0500 Subject: [PATCH 2/2] Add PR to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c811c73ae49..b73e53543e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Clarified description of `xp` keyword in docstring of `dpnp.interp` [#2506](https://github.com/IntelPython/dpnp/pull/2506) * Updated existing GitHub workflows to add testing with Python 3.13 [#2510](https://github.com/IntelPython/dpnp/pull/2510) * Aligned the license expression with `PEP-639` [#2511](https://github.com/IntelPython/dpnp/pull/2511) +* Bumped oneMKL version up to `v0.8` [#2514](https://github.com/IntelPython/dpnp/pull/2514) ### Deprecated