Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: updated masked_print_option and added explanation (#22013) | Miki Watanabe | 2022-07-20 | 1 | -3/+4 |
| | | | | | | | Fix misspelling in masked_print_option data entry and add explanation on how to change the value. Co-authored-by: 渡邉 美希 <miki.watanabe@watanabenoMacBook-Pro.local> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
* | DOC: remove explicit imports in rst files | Pierre de Buyl | 2021-12-08 | 1 | -1/+0 |
| | | | | Add conftest.py and pytest.ini files in doc directory | ||||
* | DOC: Fix some references | takanori-pskq | 2020-10-26 | 1 | -2/+2 |
| | |||||
* | Merge pull request #15749 from panpiort8/masked_array_docs | Matti Picus | 2020-04-04 | 1 | -1/+1 |
|\ | | | | | DOC: document inconsistency between the shape of data and mask in numpy.ma | ||||
| * | Update doc/source/reference/maskedarray.baseclass.rst | Matti Picus | 2020-04-04 | 1 | -1/+1 |
| | | | | | | Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net> | ||||
| * | DOC: document inconsistent mask results in MaskedArray | Pan Jan | 2020-03-26 | 1 | -1/+1 |
| | | | | | | | | Co-Authored-By: Tianxiang “Ronnie” Gao <tienhsiangkao@tamu.edu> | ||||
* | | MAINT: simplify code that assumes str/unicode and int/long are different ↵ | Eric Wieser | 2020-03-26 | 1 | -1/+0 |
|/ | | | | | types (#15816) Cleanup from the dropping of python 2 | ||||
* | update doctests, small bugs and changes of repr | Pierre de Buyl | 2020-02-06 | 1 | -3/+6 |
| | | | | | | | | | | Fix missing np prefix. Fix missing definitions. Use print function instead of the statement. Add seed to make output repeatable. | ||||
* | DOC: convert `None` to bare None or ``None`` | mattip | 2019-10-15 | 1 | -3/+3 |
| | |||||
* | DOC: fixes from review | mattip | 2019-02-28 | 1 | -81/+9 |
| | |||||
* | DOC: reduce warnings when building, reword, tweak doc building | mattip | 2019-02-28 | 1 | -0/+9 |
| | |||||
* | DOC: remove python2-only methods, small cleanups | mattip | 2019-01-21 | 1 | -4/+1 |
| | |||||
* | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | MAINT: Remove __setslice__ and __getslice__ | Eric Wieser | 2017-02-09 | 1 | -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 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 |