Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: remove explicit imports in rst files | Pierre de Buyl | 2021-12-08 | 1 | -1/+1 |
| | | | | Add conftest.py and pytest.ini files in doc directory | ||||
* | [DOC] make some doctests in user,reference pass pytest | Pierre de Buyl | 2021-12-08 | 1 | -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 references | takanori-pskq | 2020-10-24 | 1 | -9/+9 |
| | |||||
* | DOC: Adding two more fixes to make doctesting pass | Brigitta Sipocz | 2019-10-17 | 1 | -1/+4 |
| | |||||
* | DOC: avoid using random array in example | Brigitta Sipocz | 2019-10-15 | 1 | -6/+5 |
| | |||||
* | DOC: Updating results in examples | Brigitta Sipocz | 2019-10-15 | 1 | -80/+78 |
| | |||||
* | DOC: fix example to close #5406 | Brigitta Sipocz | 2019-10-15 | 1 | -2/+2 |
| | |||||
* | ENH: Better links in documentation | Eric Larson | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5580 from jakirkham/fix_masked_array_views | Charles Harris | 2017-06-09 | 1 | -2/+2 |
|\ | | | | | BUG, DEP: Fix masked arrays to properly edit views. ( #5558 ) | ||||
| * | DOC: Correct docs for masked array view behavior. | John Kirkham | 2017-01-17 | 1 | -2/+2 |
| | | |||||
* | | DOC: fix incorrect mask value when value was changed (#8698) | Eugene | 2017-02-26 | 1 | -1/+1 |
|/ | |||||
* | DOC: add some more wiki edits, of rst files in ref/user guide. | rgommers | 2011-03-02 | 1 | -2/+2 |
| | |||||
* | updated documentation from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -55/+111 |
| | |||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -20/+18 |
| | |||||
* | docs: strip trailing whitespace from RST files | Pauli Virtanen | 2009-03-21 | 1 | -18/+18 |
| | |||||
* | numpy.ma doc update | pierregm | 2009-03-11 | 1 | -14/+32 |
| | |||||
* | numpy.ma.core: | pierregm | 2009-01-13 | 1 | -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 |