Skip to content

Commit d06c5f6

Browse files
committed
Add PR to the changelog
1 parent a717c87 commit d06c5f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

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

5960
### Fixed
6061

0 commit comments

Comments
 (0)