summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <argriffi@ncsu.edu>2014-02-25 00:10:06 -0500
committeralex <argriffi@ncsu.edu>2014-02-25 00:10:06 -0500
commite4c274f70cf7d7109214b1811bda61e151f727d9 (patch)
treedb5ce7a3debff7da9c9ef1c19851d65e80534fc3
parent249c38e7e899803c3697bf81707f4f446a67c60a (diff)
downloadnumpy-e4c274f70cf7d7109214b1811bda61e151f727d9.tar.gz
DOC: triu/tril broadcasting release notes
-rw-r--r--doc/release/1.9.0-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst
index 9550a2fcc..9a58cbf3a 100644
--- a/doc/release/1.9.0-notes.rst
+++ b/doc/release/1.9.0-notes.rst
@@ -81,6 +81,10 @@ Dtype parameter added to `np.linspace` and `np.logspace`
The returned data type from the `linspace` and `logspace` functions
can now be specificed using the dtype parameter.
+More general `np.triu` and `np.tril` broadcasting
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+For arrays with `ndim` exceeding 2, these functions will now apply to the
+final two axes instead of raising an exception.
`tobytes` alias for `tostring` method
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~