Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4c274f

Browse files
committed
DOC: triu/tril broadcasting release notes
1 parent 249c38e commit e4c274f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/release/1.9.0-notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ Dtype parameter added to `np.linspace` and `np.logspace`
8181
The returned data type from the `linspace` and `logspace` functions
8282
can now be specificed using the dtype parameter.
8383

84+
More general `np.triu` and `np.tril` broadcasting
85+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86+
For arrays with `ndim` exceeding 2, these functions will now apply to the
87+
final two axes instead of raising an exception.
8488

8589
`tobytes` alias for `tostring` method
8690
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)