Skip to content

Commit cc2889b

Browse files
antonwolfyvtavana
andauthored
Backport gh-2041 (#2043)
* Fix failing test for `dpnp.append` when no fp64 for device (#2034) * Fix test for dpnp.append with was failing with no fp64 support * Update docstring for dpnp.append and dpnp.asarray_chkfinite --------- Co-authored-by: vtavana <[email protected]> * Update CHANGELOG * Use Pybind11 2.13.6 to build dpnp (#2041) Co-authored-by: vtavana <[email protected]> * Update CHANGELOG --------- Co-authored-by: vtavana <[email protected]>
1 parent 9fa9077 commit cc2889b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ In addition, this release completes implementation of `dpnp.fft` module and adds
9999
* Add `COMPILER_VERSION_2025_OR_LATER` flag to be able to run `dpnp.fft` module with both 2024.2 and 2025.0 versions of the compiler [#2025](https://github.com/IntelPython/dpnp/pull/2025)
100100
* Cleaned up an implementation of `dpnp.gradient` by removing obsolete TODO which is not going to be done [#2032](https://github.com/IntelPython/dpnp/pull/2032)
101101
* Updated `Array Manipulation Routines` page in documentation to add missing functions and to remove duplicate entries [#2033](https://github.com/IntelPython/dpnp/pull/2033)
102+
* `dpnp` uses pybind11 2.13.6 [#2041](https://github.com/IntelPython/dpnp/pull/2041)
102103

103104
### Fixed
104105

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ include(GNUInstallDirs)
5858
include(FetchContent)
5959
FetchContent_Declare(
6060
pybind11
61-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz
62-
URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
61+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
62+
URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
6363
)
6464
FetchContent_MakeAvailable(pybind11)
6565

0 commit comments

Comments
 (0)