Skip to content

Commit 8592575

Browse files
authored
Merge branch 'master' into syrk
2 parents 5898507 + eb4e73c commit 8592575

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
* Clarified description of `xp` keyword in docstring of `dpnp.interp` [#2506](https://github.com/IntelPython/dpnp/pull/2506)
2222
* Updated existing GitHub workflows to add testing with Python 3.13 [#2510](https://github.com/IntelPython/dpnp/pull/2510)
2323
* Aligned the license expression with `PEP-639` [#2511](https://github.com/IntelPython/dpnp/pull/2511)
24+
* Bumped oneMKL version up to `v0.8` [#2514](https://github.com/IntelPython/dpnp/pull/2514)
2425

2526
### Deprecated
2627

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ if(_use_onemath)
183183
FetchContent_Declare(
184184
onemath_library
185185
GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
186-
GIT_TAG 20ba6fd7ae4af6ed693246cfd22c343e6522edbe # v0.7
186+
GIT_TAG 5c7e1e7a710556e51f70ecc8dd26dfd04e3abf41 # v0.8
187187
)
188188
endif()
189189

0 commit comments

Comments
 (0)