Skip to content

Commit 5240ea6

Browse files
Apply remark
1 parent 0b1e1ab commit 5240ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
4646

4747
* Dropped support for Python 3.9 [#2626](https://github.com/IntelPython/dpnp/pull/2626)
4848
* Removed the obsolete interface from DPNP to Numba JIT [#2647](https://github.com/IntelPython/dpnp/pull/2647)
49-
* Removed the `newshape` parameter from `dpnp.reshape` [#2670](https://github.com/IntelPython/dpnp/pull/2670)
49+
* Removed the `newshape` parameter from `dpnp.reshape`, which has been deprecated since dpnp 0.17.0. Pass it positionally or use `shape=` on newer versions [#2670](https://github.com/IntelPython/dpnp/pull/2670)
5050

5151
### Fixed
5252

0 commit comments

Comments
 (0)