summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-1327-79/+77
* Merge pull request #14898 from eric-wieser/delete-generated-fileMatti Picus2019-11-133-1593/+3
|\
| * MAINT: Delete and ignore generated filesEric Wieser2019-11-133-1593/+3
|/
* Merge pull request #14881 from eric-wieser/dont-export-builtins-in-__all__Matti Picus2019-11-121-3/+7
|\
| * BUG: Remove builtins from __all__Eric Wieser2019-11-121-2/+6
| * BUG: Fix np.__dir__ to correctly handle new propertiesEric Wieser2019-11-111-1/+1
|/
* Merge pull request #14874 from charris/post-1.17.4-updateRalf Gommers2019-11-103-0/+76
|\
| * REL: Update master after 1.17.4 release.Charles Harris2019-11-103-0/+76
|/
* Merge pull request #14842 from mattip/shippable-updateCharles Harris2019-11-061-0/+1
|\
| * BLD: add 'apt update' to shippablemattip2019-11-061-0/+1
* | Merge pull request #14845 from mattip/revert-14800Charles Harris2019-11-068-51/+23
|\ \
| * | MAINT: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-068-51/+23
|/ /
* | BUG: raise ValueError for empty arrays passed to _pyarray_correlate (#14829)Doug Davis2019-11-062-0/+13
* | Merge pull request #14836 from numpy/dependabot/pip/cython-0.29.14Charles Harris2019-11-061-1/+1
|\ \
| * | MAINT: Bump cython from 0.29.13 to 0.29.14dependabot/pip/cython-0.29.14dependabot-preview[bot]2019-11-061-1/+1
* | | Merge pull request #14830 from mattip/move-buffer.hCharles Harris2019-11-0511-10/+10
|\ \ \ | |_|/ |/| |
| * | MAINT: move buffer.h -> npy_buffer.h to avoid conflictsmattip2019-11-0411-10/+10
|/ /
* | Merge pull request #14827 from chrisburr/patch-1Charles Harris2019-11-041-1/+2
|\ \
| * | BLD: Review feedback for clang -flto fixChris Burr2019-11-051-1/+2
| * | BLD: Prevent -flto from optimising long double representation check awayChris Burr2019-11-041-1/+1
* | | Merge pull request #14800 from mattip/reorder-obj-comparison-loopCharles Harris2019-11-049-30/+66
|\ \ \
| * | | DOC: add release notemattip2019-10-301-0/+14
| * | | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add commentsmattip2019-10-306-8/+26
| * | | WIP, DEP, ENH: finish richcompare changes from 1.10mattip2019-10-297-25/+29
* | | | DOC: Add take_along_axis to the see also section in argmin, argmax etc. (#14799)mproszewska2019-11-041-1/+37
* | | | Merge pull request #14805 from eric-wieser/no-Fractions-from-np-scalarsMatti Picus2019-11-041-2/+2
|\ \ \ \
| * | | | TST: Don't construct Fraction instances from numpy scalarsEric Wieser2019-10-301-2/+2
* | | | | Merge pull request #14826 from mattip/ignore-moreCharles Harris2019-11-041-1/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | BUG: Add backslashes for line continuation.Charles Harris2019-11-041-3/+3
| * | | | MAINT: split lines (from review)mattip2019-11-041-1/+3
| * | | | BUILD: ignore more build.log warningsmattip2019-11-031-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #14814 from eric-wieser/rename-rankMatti Picus2019-11-031-40/+37
|\ \ \ \
| * | | | Rename helper functions to not use the word rankEric Wieser2019-10-311-40/+37
| | |/ / | |/| |
* | | | Merge pull request #14197 from zoj613/multivariate_normal_speedupsMatti Picus2019-11-033-14/+76
|\ \ \ \ | |_|/ / |/| | |
| * | | merge latest changes on master branchRedRuM2019-11-03409-5315/+12683
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #14792 from numpy/dependabot/pip/pytest-5.2.2Ralf Gommers2019-10-311-1/+1
|\ \ \ \
| * | | | MAINT: Bump pytest from 5.2.1 to 5.2.2dependabot/pip/pytest-5.2.2dependabot-preview[bot]2019-10-281-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #14674 from mattip/nep-0034Ralf Gommers2019-10-311-0/+141
|\ \ \ \
| * | | | NEP: fix typoMatti Picus2019-10-291-1/+1
| * | | | NEP: clarify np.ndarray behaviourmattip2019-10-291-5/+11
| * | | | NEP: changes from reviewmattip2019-10-291-18/+22
| * | | | NEP: update from comments and PR 14794mattip2019-10-291-9/+18
| * | | | DOC: fixes from reviewmattip2019-10-241-27/+31
| * | | | NEP: explicitly define ragged arraymattip2019-10-241-3/+11
| * | | | DOC: changes from reviewmattip2019-10-241-5/+13
| * | | | DOC: changes from reviewmattip2019-10-241-8/+8
| * | | | NEP: put off discussion of , fixes from reviewmattip2019-10-241-18/+21
| * | | | NEP: fixes from review, add ragged_array_object functionmattip2019-10-131-10/+22
| * | | | NEP: add default-dtype-object-deprecation nepmattip2019-10-101-0/+87
* | | | | Merge pull request #14227 from zjpoh/from_string_complexMatti Picus2019-10-314-2/+95
|\ \ \ \ \