From 2f916ec65c788063eefab5611e45767400b2b0dc Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Fri, 23 May 2025 10:55:23 +0200 Subject: [PATCH 1/2] Add release summary to the changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83abf35bea2d..ef2c26cb22d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.18.0] - MM/DD/2025 +## [0.18.0] - 05/DD/2025 This release achieves 100% compliance with Python Array API specification (revision [2024.12](https://data-apis.org/array-api/2024.12/)). +The release provides enhanced compatibility with NumPy 2.2.5. Windows and mathematical routines are complemented by a set of new functions. +Moreover, it adds support to build `dpnp` from the source for AMD GPUs. ### Added From a7bc60bbe6895de1fab32057ade8589c8e69b288 Mon Sep 17 00:00:00 2001 From: Anton <100830759+antonwolfy@users.noreply.github.com> Date: Fri, 23 May 2025 11:11:11 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Vahid Tavanashad <120411540+vtavana@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2c26cb22d5..2e990a601331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.18.0] - 05/DD/2025 This release achieves 100% compliance with Python Array API specification (revision [2024.12](https://data-apis.org/array-api/2024.12/)). -The release provides enhanced compatibility with NumPy 2.2.5. Windows and mathematical routines are complemented by a set of new functions. +The release provides enhanced compatibility with NumPy 2.2.5. Window and mathematical routines are complemented by a set of new functions. Moreover, it adds support to build `dpnp` from the source for AMD GPUs. ### Added