You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
46
46
47
47
* Dropped support for Python 3.9 [#2626](https://github.com/IntelPython/dpnp/pull/2626)
48
48
* 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)
0 commit comments