summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.classes.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23240 from byrdie/bugfix/ufunc_where_propagationSebastian Berg2023-03-221-2/+3
|\
| * ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri...Roy Smart2023-02-241-2/+3
* | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-121-9/+0
|/
* Merge pull request #20185 from melissawm/add-interop-docMatti Picus2022-02-021-0/+1
|\
| * Addressing review commentsmelissawm2021-11-221-0/+1
* | DOC: remove explicit imports in rst filesPierre de Buyl2021-12-081-1/+0
|/
* DOC: Discussion on the @ operator and the matrix classmelissawm2021-02-051-0/+2
* DOC: Tidy up references to str_ / bytes_Eric Wieser2020-10-241-4/+4
* DOC: Fixes for 18 broken links (#16472)bjnath2020-06-061-1/+1
* DOC: Correct documentation of ``__array__`` when used as output array. (#16130)Tina Oberoi2020-05-211-3/+2
* 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