From 2b28d461026fdab1b88a7a14e88526d2bd693e89 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Mon, 29 Sep 2025 19:39:22 +0200 Subject: [PATCH 1/2] Add release summary to the changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ad67edf49e..2dc40d19e0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.19.0] - 2025-MM-DD +This release introduces a set of new `dpnp.ndarray` methods and SciPy-compatible functions to improve CuPy compatibility.. +It also enhances the performance of existing functions and improves documentation completeness. +Additionally, it extend support for building `dpnp` from the source for NVIDIA GPUs, with optional architecture selection. +This release is compatible with NumPy 2.3.3. + ### Added * 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) From e73078baa1f1334c2f35a968bbe22d908a287d05 Mon Sep 17 00:00:00 2001 From: Anton <100830759+antonwolfy@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:27:17 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: vlad-perevezentsev --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc40d19e0b7..9efb9fba777d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.19.0] - 2025-MM-DD -This release introduces a set of new `dpnp.ndarray` methods and SciPy-compatible functions to improve CuPy compatibility.. +This release introduces a set of new `dpnp.ndarray` methods and SciPy-compatible functions to improve CuPy compatibility. It also enhances the performance of existing functions and improves documentation completeness. -Additionally, it extend support for building `dpnp` from the source for NVIDIA GPUs, with optional architecture selection. +Additionally, it extends support for building `dpnp` from the source for NVIDIA GPUs, with optional architecture selection. This release is compatible with NumPy 2.3.3. ### Added