Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249c38e commit e4c274fCopy full SHA for e4c274f
1 file changed
doc/release/1.9.0-notes.rst
@@ -81,6 +81,10 @@ Dtype parameter added to `np.linspace` and `np.logspace`
81
The returned data type from the `linspace` and `logspace` functions
82
can now be specificed using the dtype parameter.
83
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.
88
89
`tobytes` alias for `tostring` method
90
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments