summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorlzkelley <lkelley@cfa.harvard.edu>2017-12-15 14:05:02 -0500
committerlzkelley <lkelley@cfa.harvard.edu>2017-12-17 14:58:43 -0500
commit4e112ef679284d931d71cf8f4b20acf0f0254cf0 (patch)
tree5609d48bc958d3950782be72e4e2a48e0c8fb294 /doc/release
parent9d054c141b084546810486f91e763f3eb89af633 (diff)
downloadpython-numpy-4e112ef679284d931d71cf8f4b20acf0f0254cf0.tar.gz
python-numpy-4e112ef679284d931d71cf8f4b20acf0f0254cf0.tar.bz2
python-numpy-4e112ef679284d931d71cf8f4b20acf0f0254cf0.zip
ENH: added masked version of 'numpy.stack' with tests.
Uses '_fromnxfunction_seq' just like 'vstack', 'hstack', etc. Added release note to 1.15.0.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.15.0-notes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release/1.15.0-notes.rst b/doc/release/1.15.0-notes.rst
index be6d201a3..b1d4a2c8c 100644
--- a/doc/release/1.15.0-notes.rst
+++ b/doc/release/1.15.0-notes.rst
@@ -12,6 +12,8 @@ New functions
* `np.gcd` and `np.lcm`, to compute the greatest common divisor and least
common multiple.
+* `np.ma.stack`, the `np.stack` array-joining function generalized to masked
+ arrays.
Deprecations
@@ -56,4 +58,3 @@ Improvements
Changes
=======
-