File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ This release achieves `dpnp` compatibility with Python 3.14 and enables distribu
1212
1313* Enabled support of Python 3.14 [ #2631 ] ( https://github.com/IntelPython/dpnp/pull/2631 )
1414
15+ ### Changed
16+
17+ * Bumped oneMath version up to ` v0.9 ` [ #2655 ] ( https://github.com/IntelPython/dpnp/pull/2655 )
18+
1519### Fixed
1620
1721* Updated tests for erf functions to pass with ` scipy>=0.16.0 ` per each integer dtype [ #2669 ] ( https://github.com/IntelPython/dpnp/pull/2669 )
Original file line number Diff line number Diff line change @@ -182,8 +182,9 @@ if(_use_onemath)
182182 else ()
183183 FetchContent_Declare (
184184 onemath_library
185- GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
186- GIT_TAG 5c7e1e7a710556e51f70ecc8dd26dfd04e3abf41 # v0.8
185+ GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
186+ GIT_TAG
187+ 6ff3a43e555dbb20357017d48f0f6c6263259895 # v0.9
187188 )
188189 endif ()
189190
You can’t perform that action at this time.
0 commit comments