summaryrefslogtreecommitdiff
path: root/doc/source/reference/maskedarray.generic.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: remove explicit imports in rst filesPierre de Buyl2021-12-081-1/+1
| | | | Add conftest.py and pytest.ini files in doc directory
* [DOC] make some doctests in user,reference pass pytestPierre de Buyl2021-12-081-2/+2
| | | | | | | | | | | | 1. Add `import numpy as np` in rst files 2. Update NumPy repr for array (whitespace) 3. Update bytearray representation 4. Fix tiny output formatting (`<class ...>`, etc) 5. Format tracebacks 6. Skip random number tests or some platform-dependent outputs 7. Add `<matplotlib. ... at 0x...>` or similar output lines where missing 8. Set seed
* DOC: Fix some referencestakanori-pskq2020-10-241-9/+9
|
* DOC: Adding two more fixes to make doctesting passBrigitta Sipocz2019-10-171-1/+4
|
* DOC: avoid using random array in exampleBrigitta Sipocz2019-10-151-6/+5
|
* DOC: Updating results in examplesBrigitta Sipocz2019-10-151-80/+78
|
* DOC: fix example to close #5406Brigitta Sipocz2019-10-151-2/+2
|
* ENH: Better links in documentationEric Larson2019-01-071-1/+1
|
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-1/+1
|
* Merge pull request #5580 from jakirkham/fix_masked_array_viewsCharles Harris2017-06-091-2/+2
|\ | | | | BUG, DEP: Fix masked arrays to properly edit views. ( #5558 )
| * DOC: Correct docs for masked array view behavior.John Kirkham2017-01-171-2/+2
| |
* | DOC: fix incorrect mask value when value was changed (#8698)Eugene2017-02-261-1/+1
|/
* DOC: add some more wiki edits, of rst files in ref/user guide.rgommers2011-03-021-2/+2
|
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-55/+111
|
* Merge from the doc wikiPauli Virtanen2009-03-241-20/+18
|
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-18/+18
|
* numpy.ma doc updatepierregm2009-03-111-14/+32
|
* numpy.ma.core:pierregm2009-01-131-0/+427
* introduced baseclass, sharedmask and hardmask as readonly properties of MaskedArray * docstrings update numpy.ma.extras: * docstring updates docs/reference * introduced maskedarray, maskedarray.baseclass, maskedarray.generic