summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: automatically determine compile dependenciesJulian Taylor2017-04-103-4/+77
* MAINT: remove hashlib fallback for python < 2.5Julian Taylor2017-04-101-9/+4
* MAINT: don't rewrite api headers unnecessarilyJulian Taylor2017-04-103-23/+27
* Merge pull request #8896 from juliantaylor/inplace-squareJulian Taylor2017-04-092-12/+15
|\
| * ENH: do integer**2. inplaceJulian Taylor2017-04-062-12/+15
* | DOC: Replace reference to np.swapaxis with np.swapaxes (#8914)Juan Nunez-Iglesias2017-04-081-1/+1
* | COMPAT: notify garbage collector when memory is allocatedmattip2017-04-071-1/+13
* | Merge pull request #8890 from sjpet/documentation-issuesEric Wieser2017-04-063-6/+6
|\ \
| * | DOC: Fix for issues #7622 and #7914Stefan Peterson2017-04-053-6/+6
* | | DOC: Fix typos in percentile (#8900)Baurzhan Muftakhidinov2017-04-062-4/+4
| |/ |/|
* | Merge pull request #8895 from eric-wieser/fix-exec_command-errorJulian Taylor2017-04-051-1/+1
|\ \
| * | BUG: return values of exec_command were swappedEric Wieser2017-04-051-1/+1
| |/
* | DOC: Add missing context argumentEric Wieser2017-04-051-1/+2
* | MAINT: Use the PyArray_FROM_OF macro moreEric Wieser2017-04-054-9/+6
* | MAINT: Use the PyArray_FROM_O macro moreEric Wieser2017-04-057-26/+19
|/
* Merge pull request #8647 from eric-wieser/np.ma.where-fixesMarten van Kerkwijk2017-04-042-33/+63
|\
| * BUG: Make np.ma.where delegate to np.whereEric Wieser2017-03-082-33/+63
* | Merge pull request #8862 from mattip/static_objsJulian Taylor2017-04-031-12/+30
|\ \
| * | BUG: do not memcpy ptr to freed object, use static obj insteadmattip2017-03-291-12/+30
* | | BUG: Don't modify types after PyType_ReadyEric Wieser2017-04-032-2/+14
* | | Merge pull request #8884 from simongibbons/add-python-cython-error-checkingJaime2017-04-032-9/+16
|\ \ \
| * | | BUG: Check for errors when PyInt_AsLong is called in np.randomSimon Gibbons2017-04-022-9/+16
* | | | Merge pull request #8836 from MSeifert04/doc_fixed_some_sphinx_warningsEric Wieser2017-04-021-8/+7
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Fix "invalid section header" warning in "linalg.multi_dot" docstring.Michael Seifert2017-03-261-8/+7
* | | | Fix testSimon Gibbons2017-04-011-1/+1
* | | | BUG: Ensure Errors are correctly checked when PyFloat_AsDouble is called.Simon Gibbons2017-04-012-1/+15
* | | | Merge pull request #8737 from eric-wieser/squeeze-expand-docsCharles Harris2017-04-012-1/+19
|\ \ \ \
| * | | | DOC: expand_dims and squeeze are inversesEric Wieser2017-03-062-1/+19
* | | | | Merge pull request #8870 from marv/compiler-customizationRalf Gommers2017-03-311-0/+3
|\ \ \ \ \
| * | | | | TST: Respect compiler customizationsMarvin Schmidt2017-03-301-0/+3
* | | | | | TST: Use explicit NaT in test_structure_formatJonathan Helmus2017-03-301-1/+1
* | | | | | DOC: Replace line that was errantly removed in #8850Eric Wieser2017-03-301-1/+2
* | | | | | DOC: Updated doc of nonzero() to eliminate ambiguity (#8850)jsh92017-03-301-6/+5
|/ / / / /
* | | | | MAINT: Rename _validate_axis, and document itEric Wieser2017-03-284-14/+56
* | | | | MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-284-34/+34
* | | | | MAINT: Reuse _validate_axis in maEric Wieser2017-03-282-15/+7
* | | | | MAINT: use normalize_axis_index in np.rollEric Wieser2017-03-281-6/+4
* | | | | MAINT: Reuse _validate_axis in np.gradientEric Wieser2017-03-282-16/+5
* | | | | MAINT: Remove manual error messageEric Wieser2017-03-281-1/+1
* | | | | MAINT: Use normalize_axis_index in crossEric Wieser2017-03-282-11/+8
* | | | | MAINT: have _validate_axis delegate to normalize_axis_indexEric Wieser2017-03-282-10/+10
* | | | | ENH: Allow AxisErrors to have a prefix on the messageEric Wieser2017-03-284-11/+45
* | | | | MAINT: Include the function name in all argument error messagesEric Wieser2017-03-2811-123/+132
| |_|/ / |/| | |
* | | | Merge pull request #8854 from eric-wieser/loops-h-cleanupEric Wieser2017-03-271-16/+5
|\ \ \ \
| * | | | MAINT: Remove manual expansion of template loop for some ufuncsEric Wieser2017-03-271-16/+5
* | | | | MAINT: restore auto-vectorization of inplace operationsJulian Taylor2017-03-271-4/+35
|/ / / /
* | | | DOC: Spell out note for `dstack`Søren Fuglede Jørgensen2017-03-261-1/+2
* | | | Merge pull request #8388 from gfyoung/real-imag-scalarseberg2017-03-262-12/+66
|\ \ \ \
| * | | | API: Return scalars for scalar inputs to np.real/imaggfyoung2017-03-252-12/+66
* | | | | Merge pull request #8840 from rgommers/mailinglist-moveCharles Harris2017-03-261-1/+1
|\ \ \ \ \