diff options
author | Stephan Hoyer <shoyer@gmail.com> | 2016-01-16 16:35:28 -0800 |
---|---|---|
committer | Stephan Hoyer <shoyer@gmail.com> | 2016-01-16 16:35:28 -0800 |
commit | da98bbc030c272edb1a8548a458b3957e29ce346 (patch) | |
tree | 0836fad6fe78c0e5416ac4bb028503c847f99d95 /doc/release/1.11.0-notes.rst | |
parent | 426114879da49bf9a586b1991dcaf38ce594c4b6 (diff) | |
download | numpy-da98bbc030c272edb1a8548a458b3957e29ce346.tar.gz |
DOC: document changes to assert_warns
Diffstat (limited to 'doc/release/1.11.0-notes.rst')
-rw-r--r-- | doc/release/1.11.0-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.11.0-notes.rst b/doc/release/1.11.0-notes.rst index ac3c1578c..8ac8e963f 100644 --- a/doc/release/1.11.0-notes.rst +++ b/doc/release/1.11.0-notes.rst @@ -186,6 +186,10 @@ if the matrix product is between a matrix and its transpose, it will use **Note:** Requires the transposed and non-transposed matrices to share data. +*np.testing.assert_warns* can now be used as a context manager +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +This matches the behavior of ``assert_raises``. + Changes ======= Pyrex support was removed from ``numpy.distutils``. The method |