Skip to content

Commit 6be05db

Browse files
committed
Add PR to the changelog
1 parent 06e9984 commit 6be05db

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
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
* Removed the use of class template argument deduction for alias template to conform to the C++17 standard [#2517](https://github.com/IntelPython/dpnp/pull/2517)
3030
* Changed th order of individual FFTs over `axes` for `dpnp.fft.irfftn` to be in forward order [#2524](https://github.com/IntelPython/dpnp/pull/2524)
3131
* Replaced the use of `numpy.testing.suppress_warnings` with appropriate calls from the warnings module [#2529](https://github.com/IntelPython/dpnp/pull/2529)
32+
* Improved documentations of `dpnp.ndarray` class and added page with description of supported constants [#2422](https://github.com/IntelPython/dpnp/pull/2422)
3233

3334
### Deprecated
3435

0 commit comments

Comments
 (0)