Skip to content

Commit 5d2dc64

Browse files
authored
Backport gh-2655 (#2692)
This PR backports of #2687 from development branch to `maintenance/0.19.x`.
1 parent 57cab0c commit 5d2dc64

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)