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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
56
56
* Dropped support for Python 3.9 [#2626](https://github.com/IntelPython/dpnp/pull/2626)
57
57
* Removed the obsolete interface from DPNP to Numba JIT [#2647](https://github.com/IntelPython/dpnp/pull/2647)
58
58
* 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)
59
+
* Removed unused `pytest` configuration from `pyproject.toml`[#2729](https://github.com/IntelPython/dpnp/pull/2729)
0 commit comments