summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8592 from eric-wieser/remove-setsliceCharles Harris2017-02-103-6/+2
|\
| * DOC: Use getitem and setitem in indexCharles Harris2017-02-101-2/+2
| * DOC: Change index keywords to dissociate from deprecated magic methodsEric Wieser2017-02-091-2/+2
| * MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-092-4/+0
* | DOC: fix typo in indexing sectionKirill Balunov2017-02-071-7/+8
|/
* Revert 8540 patch 1 (#8541)aha662017-01-281-3/+3
* Update arrays.ndarray.rstaha662017-01-281-2/+2
* DOC: fix return value for PyArray_ResizeA. Jesse Jiryu Davis2017-01-241-4/+4
* ENH: add signature argument to vectorize for vectorizing like generalized ufu...Stephan Hoyer2016-10-171-0/+2
* DOC: Further fixes for PyArray_{Max, Min, Ptp} documentation.Charles Harris2016-10-171-5/+9
* DOC: Small c api doc fix for PyArray_Max.Frederic Bastien2016-10-171-1/+2
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-072-2/+2
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: fix page title for swigPierre de Buyl2016-09-061-1/+1
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-0623-41/+41
* DOC: Include docstring for cbrt, spacing and fabs in ufuncs-documentation [sk...Michael Seifert2016-08-291-0/+4
* DOC: add cbrt to math summary pageJulian Taylor2016-08-151-0/+1
* DOC: Add geomspace to function list, release notesendolith2016-06-211-0/+1
* DOC: Remove "ones_like" from ufuncs list (it is not)John Zwinck2016-06-141-1/+0
* ENH: Add `polyrootval` to numpy.polynomiale-q2016-06-121-0/+1
* DOC: Corrections in Datetime Units-arrays.datetime.rstbadhrink2016-06-101-3/+3
* DOC: Remove isreal and iscomplex from ufunc listEdward Richards2016-05-041-2/+0
* DOC: Removed an extra `:const:`Joseph Fox-Rabinovitz2016-04-071-1/+1
* Merge pull request #7421 from pwolfram/nancumsumprodStephan Hoyer2016-03-261-0/+2
|\
| * ENH: adds np.nancumsum and np.nancumprodPhillip J. Wolfram2016-03-241-0/+2
* | DOC: ndarray typo fixMarshall Ward2016-03-221-1/+1
|/
* MAINT: Wrapped some docstrings and fixed typoJoseph Fox-Rabinovitz2016-03-141-41/+44
* DOC: Updates to documentation from perusing it in detail.Joseph Fox-Rabinovitz2016-03-142-3/+3
* Merge pull request #7346 from erensezener/generalized_flipCharles Harris2016-03-121-0/+1
|\
| * ENH: Add generalized flip function and its testsEren Sezener2016-03-121-0/+1
* | Merge pull request #7410 from shoyer/nanprod-docNathaniel J. Smith2016-03-121-0/+1
|\ \
| * | DOC: add nanprod to the list of math routinesStephan Hoyer2016-03-111-0/+1
* | | DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
| |/ |/|
* | Missing some characters in link.Mad Physicist2016-02-221-2/+2
* | MAINT: Fix typos in docsDongjoon Hyun2016-01-256-6/+6
* | Merge pull request #6453 from shoyer/naive-datetime64Charles Harris2016-01-161-25/+37
|\ \
| * | API: Make datetime64 timezone naiveStephan Hoyer2016-01-151-25/+37
* | | DOC: add NumpyVersion to the docs, and mention it in version.pyRalf Gommers2016-01-161-0/+7
|/ /
* | DOC: Clean up/fix several references to the "future" 1.10 releaseNathaniel J. Smith2016-01-141-2/+2
* | ENH: moveaxis functionStephan Hoyer2016-01-091-0/+1
* | Fix carriage return inside commented python codeVincent Legoll2015-12-261-2/+2
* | DOC: fix method signatures in "array subclasses"Matthias Geier2015-12-111-6/+6
* | MAINT: Typo in arrays.indexing.rst Issue#6670floatingpointstack2015-11-121-1/+1
* | DOC: reorganize user guide a bit + import "tentative numpy tutorial" from wikiPauli Virtanen2015-10-251-0/+2
* | DOC: typo in arrays.interface.rst #6516Alain2015-10-201-1/+1
* | DOC: fixed #6525Yifan Li2015-10-191-8/+8
* | Merge pull request #6529 from niccalle/fix_typoJaime2015-10-191-1/+1
|\ \
| * | DOC: Fixed a typo at line 289 at c-api.array.rstNicolas Calle2015-10-191-1/+1
| |/
* | Merge pull request #6528 from jaimefrio/fix_typoJaime2015-10-191-3/+3
|\ \ | |/ |/|
| * DOC: fixed typo in arrays.classes.rstJaime Fernandez2015-10-191-3/+3