summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| | |/ / | |/| |
* | | | DOC: Updated documentation to reflect changes to bin estimators.Joseph Fox-Rabinovitz2016-03-161-7/+9
|/ / /
* | | 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
* | | BUG: Fix binary_repr for negative numbersgfyoung2016-03-131-2/+10
* | | Merge pull request #7328 from emilienkofman/masterCharles Harris2016-03-131-2/+7
|\ \ \
| * | | DEP: Deprecated using a float index in linspaceEmilien Kofman2016-03-091-4/+6
| * | | DEP: Deprecated using a float index in linspaceEmilien Kofman2016-03-081-2/+5
* | | | Merge pull request #7346 from erensezener/generalized_flipCharles Harris2016-03-122-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | ENH: Add generalized flip function and its testsEren Sezener2016-03-122-0/+7
* | | | 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: description of _distribution_init for releaseMatthew Brett2016-03-071-0/+12
* | | | DOC: Document the changed bitwise_and identity.Charles Harris2016-03-031-5/+13
* | | | Merge pull request #7294 from rgommers/blis-supportNathaniel J. Smith2016-03-011-0/+7
|\ \ \ \
| * | | | DOC: add added BLIS support to 1.12.0 release notes.Ralf Gommers2016-02-221-0/+7
* | | | | DEP: Warn about assigning 'data' attribute of ndarraygfyoung2016-02-281-0/+5
| |_|_|/ |/| | |
* | | | DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-252-3/+3
| |_|/ |/| |
* | | 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
* | | | STY: Fix GitHub rendering of ordered lists >9Joshua Warner2016-02-221-85/+85
|/ / /