summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7866 from ssanderson/document-runtests-extra-argvCharles Harris2016-07-251-0/+7
|\
| * DOC: Use a shorter example.Scott Sanderson2016-07-251-1/+1
| * DOC: Document extra args forwarding to nose.Scott Sanderson2016-07-231-0/+7
* | ENH: turn quicksort into introsortJulian Taylor2016-07-211-0/+6
|/
* DOC: add note of 64-bit wheels on WindowsMatthew Brett2016-06-291-5/+4
* DOC: update wheel building procedure for releaseMatthew Brett2016-06-291-169/+83
* Merge pull request #7777 from charris/update-1.11.1-notesCharles Harris2016-06-251-0/+3
|\
| * DOC: Update Numpy 1.11.1 release notes.Charles Harris2016-06-251-0/+3
* | Merge pull request #7347 from erensezener/generalized_rot90Charles Harris2016-06-221-0/+6
|\ \
| * | ENH: generalize rot90 with axes kwarg, move to function_base.py, and add testsDenis Alevi2016-03-201-0/+6
* | | Merge pull request #7268 from endolith/geomspaceCharles Harris2016-06-212-0/+8
|\ \ \
| * | | DOC: Add geomspace to function list, release notesendolith2016-06-212-0/+8
* | | | ENH: Make assert_almost_equal & assert_array_almost_equal consistent.Charles Harris2016-06-191-1/+14
|/ / /
* | | DOC: Remove "ones_like" from ufuncs list (it is not)John Zwinck2016-06-141-1/+0
* | | MAINT: FutureWarning for changes to np.average subclass handlingAllan Haldane2016-06-141-0/+6
* | | DOC: Mention the changes of #6430 in the release notes.Erik M. Bray2016-06-131-0/+8
* | | ENH: Add `polyrootval` to numpy.polynomiale-q2016-06-122-1/+9
* | | DOC: Corrections in Datetime Units-arrays.datetime.rstbadhrink2016-06-101-3/+3
| |/ |/|
* | ENH: Changing FFT cache to a bounded LRU cacheLion Krischer2016-06-061-0/+7
* | DOC: Mention bits attribute added to finfo in 1.12.0 release notes.Charles Harris2016-06-041-2/+7
* | Merge pull request #7696 from matthew-brett/update-wheel-release-procedureCharles Harris2016-06-031-5/+94
|\ \
| * | DOC: write pypi as PyPI; more on warehouse uploadsMatthew Brett2016-06-031-10/+11
| * | DOC: update wheel build / upload instructionsMatthew Brett2016-05-311-2/+90
* | | DOC: fix broken genfromtxt examples in user guide. Closes gh-7662.Ralf Gommers2016-05-271-25/+25
|/ /
* | DOC: Update 1.11.1 release notes.Charles Harris2016-05-261-20/+20
* | DOC: Create Numpy 1.11.1 release notes.Charles Harris2016-05-252-0/+29
* | ENH: linear interpolation of complex values in lib.interpPeter Creasey2016-05-121-0/+5
* | DOC: Clarify definition list format in HOWTOendolith2016-05-111-0/+2
* | DOC: Remove isreal and iscomplex from ufunc listEdward Richards2016-05-041-2/+0
* | PEP8 fixesKevin Deldycke2016-05-021-2/+2
* | DOC: clarify purpose of Attributes sectionnevimov2016-04-281-1/+1
* | DOC: Removed an extra `:const:`Joseph Fox-Rabinovitz2016-04-071-1/+1
* | Merge pull request #6660 from wackywendell/usepathCharles Harris2016-04-071-0/+6
|\ \
| * | ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-061-0/+6
* | | BUG: Add bytes to numpy.sctypes in Python 3.Antony Lee2016-04-071-0/+6
* | | DOC: rephrase writeup of memmap changesMatthew Brett2016-04-061-4/+8
|/ /
* | Merge pull request #7406 from lesteve/memmap-ufunc-return-ndarrayahaldane2016-04-041-0/+7
|\ \
| * | FIX ufunc called on memmap return a ndarrayLoïc Estève2016-04-041-0/+7
* | | ENH: Allow rolling multiple axes at the same time.Antony Lee2016-04-021-0/+4
|/ /
* | Merge pull request #7421 from pwolfram/nancumsumprodStephan Hoyer2016-03-262-0/+7
|\ \
| * | ENH: adds np.nancumsum and np.nancumprodPhillip J. Wolfram2016-03-242-0/+7
* | | ENH: implement __complex__Eric Moore2016-03-221-0/+6
* | | DOC: ndarray typo fixMarshall Ward2016-03-221-1/+1
* | | BUG, MAINT: Use keyword args internally in fromnumeric.pygfyoung2016-03-201-0/+8
* | | MAINT: np.full defaults to the filler's dtype.Antony Lee2016-03-201-0/+2
* | | DOC: Update 1.11.0-notes.Charles Harris2016-03-191-27/+33
* | | Merge pull request #7363 from seberg/masked-silence-2Charles Harris2016-03-191-2/+27
|\ \ \
| * | | ENH: Make no unshare mask future warnings less noisySebastian Berg2016-03-011-2/+27
* | | | Merge pull request #7198 from seberg/unlock_gil_gufuncsNathaniel J. Smith2016-03-171-0/+5
|\ \ \ \
| * | | | ENH: Unlock the GIL for gufuncsSebastian Berg2016-03-171-0/+5
| | |/ / | |/| |