Skip to content

Commit c4e350d

Browse files
Update changelog
1 parent 74a0f02 commit c4e350d

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
@@ -32,6 +32,7 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
3232
### Deprecated
3333

3434
* `dpnp.asfarray` is deprecated. Use `dpnp.asarray` with an appropriate dtype instead [#2650](https://github.com/IntelPython/dpnp/pull/2650)
35+
* Passing the output array ``out`` positionally to `dpnp.minimum` and `dpnp.maximum` is deprecated. Pass the output with the keyword form, e.g. ``dpnp.minimum(a, b, out=c)`` [#2657](https://github.com/IntelPython/dpnp/pull/2657)
3536

3637
### Removed
3738

0 commit comments

Comments
 (0)