summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|/ / /
* | | Missing some characters in link.Mad Physicist2016-02-221-2/+2
* | | Merge pull request #7301 from charris/update-release-notesCharles Harris2016-02-212-2/+27
|\ \ \
| * | | DOC: Update 1.12.0 release notes to mention indexing errors.Charles Harris2016-02-211-0/+12
| * | | DOC: Update 1.11.0 release notes to mention divmod changes.Charles Harris2016-02-211-2/+15
| |/ /
* | | DOC: dev: stop recommending keeping local master updated with upstream/masterPauli Virtanen2016-02-211-94/+69
|/ /
* | Merge pull request #7266 from ahaldane/segfault_invalidlenclassCharles Harris2016-02-191-0/+9
|\ \
| * | BUG: Segfault for classes with deceptive __len__Allan Haldane2016-02-181-0/+9
* | | MAINT: Remove redundant trailing semicolons.Dongjoon Hyun2016-02-181-1/+1
* | | DOC: Fix mismatched variable names in docstrings.Dongjoon Hyun2016-02-151-2/+2
* | | DOC,REL: Update 1.11.0 notes.Charles Harris2016-02-141-15/+11
* | | Merge pull request #7248 from rgommers/remove-doceditor-linkCharles Harris2016-02-141-9/+0
|\ \ \
| * | | DOC: remove link to documentation wiki editor from HOWTO_DOCUMENT.Ralf Gommers2016-02-141-9/+0
* | | | DOC: metion writeable keyword in as_strided in release notesSebastian Berg2016-02-141-0/+6
|/ / /
* | | DOC: update sphinxext to numpydoc 0.6.0Ralf Gommers2016-02-131-0/+0
* | | Added 'doane' and 'sqrt' estimators to np.histogram in numpy.function_baseJoseph Fox-Rabinovitz2016-02-111-0/+3
|/ /
* | DOC: add release notesThomas A Caswell2016-02-072-1/+25