Skip to content

Commit 9e9c446

Browse files
authored
Add release summary to the changelog (#2600)
The PR add a summary for upcoming `0.19.0` release.
1 parent 93ccb91 commit 9e9c446

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [0.19.0] - 2025-MM-DD
88

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+
914
### Added
1015

1116
* 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

Comments
 (0)