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
20
20
* Clarified description of ` xp ` keyword in docstring of ` dpnp.interp ` [ #2506 ] ( https://github.com/IntelPython/dpnp/pull/2506 )
21
21
* Updated existing GitHub workflows to add testing with Python 3.13 [ #2510 ] ( https://github.com/IntelPython/dpnp/pull/2510 )
22
22
* 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 )
23
24
24
25
### Deprecated
25
26
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ if(_use_onemath)
183
183
FetchContent_Declare (
184
184
onemath_library
185
185
GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
186
- GIT_TAG 20ba6fd7ae4af6ed693246cfd22c343e6522edbe # v0.7
186
+ GIT_TAG 5c7e1e7a710556e51f70ecc8dd26dfd04e3abf41 # v0.8
187
187
)
188
188
endif ()
189
189
You can’t perform that action at this time.
0 commit comments