Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add tobytes and stop using tostring in documentation | Julian Taylor | 2014-02-11 | 1 | -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/reference | Pauli Virtanen | 2009-10-02 | 1 | -7/+5 |
| | |||||
* | Fix remaining references to numpy.core.defmatrix | Pauli Virtanen | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | docs: strip trailing whitespace from RST files | Pauli Virtanen | 2009-03-21 | 1 | -4/+4 |
| | |||||
* | numpy.ma doc update | pierregm | 2009-03-11 | 1 | -21/+90 |
| | |||||
* | numpy.ma.core: | pierregm | 2009-01-13 | 1 | -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 |