File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ and complies with revision [2023.12](https://data-apis.org/array-api/2023.12/) o
35
35
* Corrected ` tensor.tile ` for scalar inputs and empty repetitions: [ gh-1628 ] ( https://github.com/IntelPython/dpctl/pull/1628 )
36
36
* Fixed support for ` out ` keyword in ` tensor.matmul ` : [ gh-1610 ] ( https://github.com/IntelPython/dpctl/pull/1610 )
37
37
* Fixed bug in basic slicing of empty arrays: [ gh-1680 ] ( https://github.com/IntelPython/dpctl/pull/1680 )
38
+ * Fixed bug in ` tensor.bitwise_invert ` for boolean input array: [ gh-1681 ] ( https://github.com/IntelPython/dpctl/pull/1681 )
39
+ * Fixed bug in ` tensor.repeat ` on zero-size input arrays: [ gh-1682 ] ( https://github.com/IntelPython/dpctl/pull/1682 )
38
40
39
41
40
42
## [ 0.16.1] - Apr. 10, 2024
You can’t perform that action at this time.
0 commit comments