You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [0.19.0] - 2025-MM-DD
8
8
9
+
This release introduces a set of new `dpnp.ndarray` methods and SciPy-compatible functions to improve CuPy compatibility.
10
+
It also enhances the performance of existing functions and improves documentation completeness.
11
+
Additionally, it extends support for building `dpnp` from the source for NVIDIA GPUs, with optional architecture selection.
12
+
This release is compatible with NumPy 2.3.3.
13
+
9
14
### Added
10
15
11
16
* Added `--target-cuda[=ARCH]` option to replace the deprecated `--target=cuda`, allowing users to build for CUDA devices with optional architecture selection using [CodePlay oneAPI plug-in](https://developer.codeplay.com/products/oneapi/nvidia/home/)[#2478](https://github.com/IntelPython/dpnp/pull/2478)
0 commit comments