summaryrefslogtreecommitdiff
path: root/numpy/doc/subclassing.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Implement keyword-only arguments as syntaxEric Wieser2020-01-061-2/+2
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-1/+0
* DOC: add comment to explain `object.__new__`.Ralf Gommers2019-08-281-0/+1
* DOC: fix issue with __new__ usage in subclassing doc.Ralf Gommers2019-08-281-1/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* DOC: Fix minor typosluz.paz2018-03-301-1/+1
* More misc. typosluz.paz2018-01-041-1/+1
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-1/+1
* DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-171-0/+2
* BUG: Support nout == 0 and at methodEric Wieser2017-04-271-1/+4
* DOC,TST: clarify example of ndarray subclass using __array_ufunc__Marten van Kerkwijk2017-04-271-7/+6
* DOC: implement many smaller and bigger changes suggested in review.Marten van Kerkwijk2017-04-271-15/+18
* DOC: clarify use of super and getattrMarten van Kerkwijk2017-04-271-11/+36
* DOC: Describe __array_func__ in subclassingMarten van Kerkwijk2017-04-271-33/+148
* DOC: describe current implementation of __array_ufunc__.Marten van Kerkwijk2017-04-271-0/+4
* DOC: Removed broken linkJesse Thoren2017-02-231-6/+0
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-2/+2
* DOC: Update subclassing doc regarding downstream compatgfyoung2016-08-111-0/+47
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-18/+18
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* fix a minor mistake in the previous commitDarren Dale2009-08-251-1/+1
* add comment about __array_prepare__ to 1.4 release notesDarren Dale2009-08-251-2/+2
* add support for __array_prepare__Darren Dale2009-08-231-13/+25
* Fixing internal linksMatthew Brett2009-07-231-1/+2
* After thinking, a more general understanding of slicing etcMatthew Brett2009-07-231-45/+71
* and more tiny doc typosMatthew Brett2009-07-231-2/+1
* Experimenting with __array_wrap__Matthew Brett2009-07-231-39/+106
* Tiny doc rearrangementMatthew Brett2009-07-231-4/+4
* Further extension of doctests for inheritanceMatthew Brett2009-07-231-55/+97
* Small edits to subclassing doc to make classes more explicitMatthew Brett2009-07-231-14/+14
* Moving more to doctests, more explanation of views, slicesMatthew Brett2009-07-231-95/+96
* Moving some examples to doctest format; removed debugging cruft in exampleMatthew Brett2009-07-221-53/+46
* Some clearer explanation of __array_finalize__Matthew Brett2009-07-221-45/+171
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-11/+12
* reindenting prior to releaseJarrod Millman2008-09-021-41/+41
* Point to exampleMatthew Brett2008-08-271-3/+3
* Document on subclassingMatthew Brett2008-08-271-0/+291