summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.classes.rst
Commit message (Expand)AuthorAgeFilesLines
* update doctests, small bugs and changes of reprPierre de Buyl2020-02-061-21/+27
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-4/+4
* DOC: fix build failuremattip2019-10-151-3/+3
* Merge pull request #14064 from kritisingh1/buildSebastian Berg2019-07-231-1/+1
|\
| * [DOC] Resolve bad references in Sphinx warningskritisingh12019-07-231-1/+1
* | Copy editingDan Allan2019-07-141-3/+3
* | Restore old intro, add note at top.Dan Allan2019-07-141-4/+18
* | Add new section of custom array containers.Dan Allan2019-07-131-15/+4
* | rephraseDan Allan2019-07-131-2/+6
* | Add __array_function__ to user reference.Dan Allan2019-07-131-0/+115
|/
* DOC: Remove explicit .next method calls with built-in nextMSeifert042019-07-071-1/+1
* DOC: remove note about `__array_ufunc__` being provisional for 1.17.0Ralf Gommers2019-06-261-4/+0
* DOC: advise against use of matrix.Marten van Kerkwijk2018-04-251-0/+7
* DOC: update docs for __array_ufunc__ = NoneStephan Hoyer2017-04-301-10/+6
* DOC: clarify recommendations for subclasses, deprecations.Marten van Kerkwijk2017-04-271-12/+19
* ENH: Add NDArrayOperatorsMixin mixin class.Stephan Hoyer2017-04-271-2/+2
* REVERT: remove __array_ufunc__ override for np.matmul.Marten van Kerkwijk2017-04-271-7/+8
* REVERT: remove __array_ufunc__ override for np.dot and ndarray.dot.Marten van Kerkwijk2017-04-271-5/+6
* DOC: remove left-over piece discussing binopsMarten van Kerkwijk2017-04-271-11/+0
* DOC: clarify use of super and getattrMarten van Kerkwijk2017-04-271-22/+62
* DOC: Describe __array_func__ in subclassingMarten van Kerkwijk2017-04-271-9/+25
* DOC: Style and sphinx fixes for arrays.classes.rst.Charles Harris2017-04-271-15/+15
* DOC: describe current implementation of __array_ufunc__.Marten van Kerkwijk2017-04-271-48/+50
* ENH: Remove position arg from __array_ufunc__.Charles Harris2017-04-271-2/+1
* ENH: Rename __numpy_ufunc__ to __array_ufunc__.Charles Harris2017-04-271-11/+11
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-3/+3
* DOC: fix method signatures in "array subclasses"Matthias Geier2015-12-111-6/+6
* DOC: fixed typo in arrays.classes.rstJaime Fernandez2015-10-191-3/+3
* DOC: Remove a reference to __array_priority__.Charles Harris2015-07-011-2/+2
* DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-1/+1
* DOC/MAINT: Python 2.6 or 3.2 requiredLars Buitinck2014-09-251-7/+0
* DOC: Correct versionadded for __numpy_ufunc__ documentation.Charles Harris2014-09-101-1/+1
* BUG: core: ensure __r*__ has precedence over __numpy_ufunc__Pauli Virtanen2013-10-191-0/+29
* DOC: improve __numpy_ufunc__ documentationPauli Virtanen2013-09-151-13/+24
* DOC: Add NEP and documentation for ufunc overrides.Blake Griffith2013-08-311-0/+34
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* DOC: BUG: correct description of ndarray iterator. Closes #1687.rgommers2010-11-281-1/+1
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-37/+40
* second set of checkins from doc editorJarrod Millman2009-11-131-4/+4
* Many improvements to chararray. Fixes Trac bugs 1199, 856, 855, 1231, 1235, ...mdroe2009-10-121-5/+6
* Docstring update: doc/source/referencePauli Virtanen2009-10-021-0/+5
* add support for __array_prepare__Darren Dale2009-08-231-8/+23
* Merge from the doc wikiPauli Virtanen2009-03-241-3/+3
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-9/+9
* doc: Move maskedarray docs upward in TOCPauli Virtanen2009-02-061-18/+0
* numpy.ma.core:pierregm2009-01-131-6/+9
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+414