From d45260288e82c952e972b18d8d8a1ee347d23d60 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Wed, 22 May 2024 21:06:49 -0500 Subject: [PATCH 1/2] Add entry about gh-1694 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ae82fe0a..bfe0346d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ and complies with revision [2023.12](https://data-apis.org/array-api/2023.12/) o * Fixed bug in basic slicing of empty arrays: [gh-1680](https://github.com/IntelPython/dpctl/pull/1680) * Fixed bug in `tensor.bitwise_invert` for boolean input array: [gh-1681](https://github.com/IntelPython/dpctl/pull/1681) * Fixed bug in `tensor.repeat` on zero-size input arrays: [gh-1682](https://github.com/IntelPython/dpctl/pull/1682) +* Fixed bug in `tensor.searchsorted` for 0d needle vector and strided hay: [gh-1694](https://github.com/IntelPython/dpctl/pull/1694) ## [0.16.1] - Apr. 10, 2024 From dc4289a685e12b9f0936bdfcbc73c0acfb93c08c Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Thu, 23 May 2024 16:25:20 -0500 Subject: [PATCH 2/2] Set release date for 0.17.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe0346d68..c760fe3de5 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.17.0] - May. XX, 2024 +## [0.17.0] - May. 23, 2024 This release features updated documentation web-page https://intelpython.github.io/dpctl/latest/index.html, adds cumulative reductions, and complies with revision [2023.12](https://data-apis.org/array-api/2023.12/) of Python Array API specification.