File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
### Fixed
14
14
15
- ## [ 0.17.0] - May. XX , 2024
15
+ ## [ 0.17.0] - May. 23 , 2024
16
16
17
17
This release features updated documentation web-page https://intelpython.github.io/dpctl/latest/index.html , adds cumulative reductions,
18
18
and complies with revision [ 2023.12] ( https://data-apis.org/array-api/2023.12/ ) of Python Array API specification.
@@ -45,6 +45,7 @@ and complies with revision [2023.12](https://data-apis.org/array-api/2023.12/) o
45
45
* Fixed bug in basic slicing of empty arrays: [ gh-1680 ] ( https://github.com/IntelPython/dpctl/pull/1680 )
46
46
* Fixed bug in ` tensor.bitwise_invert ` for boolean input array: [ gh-1681 ] ( https://github.com/IntelPython/dpctl/pull/1681 )
47
47
* Fixed bug in ` tensor.repeat ` on zero-size input arrays: [ gh-1682 ] ( https://github.com/IntelPython/dpctl/pull/1682 )
48
+ * Fixed bug in ` tensor.searchsorted ` for 0d needle vector and strided hay: [ gh-1694 ] ( https://github.com/IntelPython/dpctl/pull/1694 )
48
49
49
50
50
51
## [ 0.16.1] - Apr. 10, 2024
You can’t perform that action at this time.
0 commit comments