diff options
Diffstat (limited to 'numpy/ma')
-rw-r--r-- | numpy/ma/API_CHANGES.txt | 3 | ||||
-rw-r--r-- | numpy/ma/README.txt | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/numpy/ma/API_CHANGES.txt b/numpy/ma/API_CHANGES.txt index 7452eb5fa..a3d792a1f 100644 --- a/numpy/ma/API_CHANGES.txt +++ b/numpy/ma/API_CHANGES.txt @@ -61,7 +61,7 @@ Previously, ``putmask`` was used like this:: putmask(x,mask,[3]) which translated to:: - + x[~mask] = [3] (Note that a ``True``-value in a mask suppresses a value.) @@ -133,4 +133,3 @@ New features (non exhaustive list) -------- The ``anom`` method returns the deviations from the average (anomalies). - diff --git a/numpy/ma/README.txt b/numpy/ma/README.txt index e25c26485..a725b54c3 100644 --- a/numpy/ma/README.txt +++ b/numpy/ma/README.txt @@ -234,7 +234,3 @@ Revision notes * 08/25/2007 : Creation of this page * 01/23/2007 : The package has been moved to the SciPy sandbox, and is regularly updated: please check out your SVN version! - - - - |