File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020* Clarified description of ` xp ` keyword in docstring of ` dpnp.interp ` [ #2506 ] ( https://github.com/IntelPython/dpnp/pull/2506 )
2121* Updated existing GitHub workflows to add testing with Python 3.13 [ #2510 ] ( https://github.com/IntelPython/dpnp/pull/2510 )
2222* Aligned the license expression with ` PEP-639 ` [ #2511 ] ( https://github.com/IntelPython/dpnp/pull/2511 )
23+ * Bumped oneMKL version up to ` v0.8 ` [ #2514 ] ( https://github.com/IntelPython/dpnp/pull/2514 )
2324
2425### Deprecated
2526
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments