summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
| |/ |/|
* | Merge pull request #7295 from rehassachdeva/update_dev_docNathaniel J. Smith2016-02-231-0/+15
|\ \
| * | DOC: Added understanding code and getting started section to development_envi...rehassachdeva2016-02-221-0/+15
* | | DOC: corrected grammatical error in quickstart docrehassachdeva2016-02-231-1/+1
|/ /
* | Missing some characters in link.Mad Physicist2016-02-221-2/+2
* | DOC: dev: stop recommending keeping local master updated with upstream/masterPauli Virtanen2016-02-211-94/+69
* | MAINT: Fix typos in docsDongjoon Hyun2016-01-258-8/+8
* | REL: Update master branch after 1.12.x branch has been made.Charles Harris2016-01-191-0/+1
* | Merge pull request #6453 from shoyer/naive-datetime64Charles Harris2016-01-161-25/+37
|\ \
| * | API: Make datetime64 timezone naiveStephan Hoyer2016-01-151-25/+37
* | | DOC/BUG: textual improvements in install docs, and fix a typo in setup.pyRalf Gommers2016-01-161-4/+3
* | | DOC: some tweaks to the install and build info in the user guide.Ralf Gommers2016-01-162-7/+2
* | | DOC: add NumpyVersion to the docs, and mention it in version.pyRalf Gommers2016-01-161-0/+7
* | | DOC: add Cython to list of dependencies in INSTALL.txt. Closes gh-6682.Ralf Gommers2016-01-161-0/+6
* | | BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-162-6/+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