summaryrefslogtreecommitdiff
path: root/doc/source/reference/maskedarray.baseclass.rst
Commit message (Collapse)AuthorAgeFilesLines
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-1/+1
|
* MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-091-2/+0
| | | | | This code was only here for Python 2.5 compatibility, but numpy requires 2.7 at minimum
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-0/+1
| | | | | | | tostring returns bytes which are not equal to string, so provide a tobytes function alias. tostring does not emit a deprecation warning yet so rdepends do not need to check two names to support older versions of numpy without warnings.
* Docstring update: doc/source/referencePauli Virtanen2009-10-021-7/+5
|
* Fix remaining references to numpy.core.defmatrixPauli Virtanen2009-09-261-1/+1
|
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-4/+4
|
* numpy.ma doc updatepierregm2009-03-111-21/+90
|
* numpy.ma.core:pierregm2009-01-131-0/+395
* 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