summaryrefslogtreecommitdiff
path: root/doc/source
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 'Stacking together different arrays'Kirill Balunov2017-02-071-11/+16
* | 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
* DOC: create 1.11.3 release notes.Charles Harris2016-12-181-0/+1
* DOC: Fix Python versionsAlexandr Shadchin2016-12-091-1/+1
* DOC: Changed shape assignment example to reshape. Elaborated modifying shapepetetanru2016-11-111-12/+23
* DOC: Add 1.13.0 notes.Charles Harris2016-11-051-0/+1
* DOC: Fix code example in c-info.python-as-glue.rst.Charles Harris2016-11-041-16/+21
* DOC: Fixups for quickstart.rst.Charles Harris2016-11-041-34/+77
* DOC: Add SciPy inventory for intersphinx.wrwrwr2016-10-281-0/+1
* DOC: change development instructions from SSH to HTTPS access.Ralf Gommers2016-10-241-5/+37
* 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: Add matplotlib inventory for intersphinx.wrwrwr2016-10-081-1/+4
* 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-0645-127/+127
* DOC: Fixed three typos in the c-info.ufunc-tutorial [skip ci]Michael Seifert2016-09-031-3/+3
* Merge pull request #7977 from charris/create-1.11.2-notesCharles Harris2016-08-291-0/+1
|\
| * DOC: Create 1.11.2 release notes.Charles Harris2016-08-261-0/+1
* | 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: #7881. Fix link to record arraysTom Bird2016-08-021-1/+1
* DOC: Use a shorter example.Scott Sanderson2016-07-251-1/+1
* DOC: Document extra args forwarding to nose.Scott Sanderson2016-07-231-0/+7
* 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: fix broken genfromtxt examples in user guide. Closes gh-7662.Ralf Gommers2016-05-271-25/+25
* DOC: Create Numpy 1.11.1 release notes.Charles Harris2016-05-251-0/+1
* 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-142-41/+46
* 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