From 019aebe7a654471a84e8cde46cf3d47b01a81f8f Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Sun, 16 Mar 2025 23:11:45 -0700 Subject: [PATCH 1/3] Add stub to changelog for dev changes after 0.19.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b841700bd..a56b880f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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). +## [dev] - XXX. XX, XXXX + +### Added + +### Change + +### Fixed + ## [0.19.0] - Feb. XX, 2025 This release features official, out-of-the-box support for compiling `dpctl` for specified AMD GPU architectures, the addition of new function `tensor.top_k`, a radix-sort-based implementation of sorting functions, and improvements to interoperability with DLPack through `tensor.dldevice_to_sycl_device` and `tensor.sycl_device_to_dldevice`. From 5f385ebd970bfcd55e02e9c1d322f39656019063 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 17 Mar 2025 10:26:50 -0700 Subject: [PATCH 2/3] Fix language in changelog dev stub --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56b880f7d..315fc1f512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -### Change +### Changed ### Fixed From 8a6fc3773d7ccfbf55d1a52fba32e5c567a945d6 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 17 Mar 2025 10:27:37 -0700 Subject: [PATCH 3/3] Add 0.19.0 release date to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 315fc1f512..82b68cc164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -## [0.19.0] - Feb. XX, 2025 +## [0.19.0] - Feb. 26, 2025 This release features official, out-of-the-box support for compiling `dpctl` for specified AMD GPU architectures, the addition of new function `tensor.top_k`, a radix-sort-based implementation of sorting functions, and improvements to interoperability with DLPack through `tensor.dldevice_to_sycl_device` and `tensor.sycl_device_to_dldevice`.