Skip to content

Commit 218f455

Browse files
Update changelog
1 parent b272936 commit 218f455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
3636
* Refactored `dpnp.fft` and `dpnp.random` submodules by removing wildcard imports and defining explicit public exports [#2649](https://github.com/IntelPython/dpnp/pull/2649)
3737
* Added support for the `out` keyword to accept a tuple, bringing ufunc signatures into alignment with those in NumPy [#2664](https://github.com/IntelPython/dpnp/pull/2664)
3838
* Unified public API definitions in `dpnp.linalg` and `dpnp.scipy` submodules [#2663](https://github.com/IntelPython/dpnp/pull/2663)
39+
* Aligned the signature of `dpnp.reshape` function with Python array API by requiring an explicit `shape` argument [#2673](https://github.com/IntelPython/dpnp/pull/2673)
3940

4041
### Deprecated
4142

0 commit comments

Comments
 (0)