| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Remove uses of scalar aliases | Eric Wieser | 2019-11-13 | 27 | -79/+77 |
* | Merge pull request #14898 from eric-wieser/delete-generated-file | Matti Picus | 2019-11-13 | 3 | -1593/+3 |
|\ |
|
| * | MAINT: Delete and ignore generated files | Eric Wieser | 2019-11-13 | 3 | -1593/+3 |
|/ |
|
* | Merge pull request #14881 from eric-wieser/dont-export-builtins-in-__all__ | Matti Picus | 2019-11-12 | 1 | -3/+7 |
|\ |
|
| * | BUG: Remove builtins from __all__ | Eric Wieser | 2019-11-12 | 1 | -2/+6 |
| * | BUG: Fix np.__dir__ to correctly handle new properties | Eric Wieser | 2019-11-11 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #14874 from charris/post-1.17.4-update | Ralf Gommers | 2019-11-10 | 3 | -0/+76 |
|\ |
|
| * | REL: Update master after 1.17.4 release. | Charles Harris | 2019-11-10 | 3 | -0/+76 |
|/ |
|
* | Merge pull request #14842 from mattip/shippable-update | Charles Harris | 2019-11-06 | 1 | -0/+1 |
|\ |
|
| * | BLD: add 'apt update' to shippable | mattip | 2019-11-06 | 1 | -0/+1 |
* | | Merge pull request #14845 from mattip/revert-14800 | Charles Harris | 2019-11-06 | 8 | -51/+23 |
|\ \ |
|
| * | | MAINT: revert gh-14800, which gave precedence to OO->O over OO->? | mattip | 2019-11-06 | 8 | -51/+23 |
|/ / |
|
* | | BUG: raise ValueError for empty arrays passed to _pyarray_correlate (#14829) | Doug Davis | 2019-11-06 | 2 | -0/+13 |
* | | Merge pull request #14836 from numpy/dependabot/pip/cython-0.29.14 | Charles Harris | 2019-11-06 | 1 | -1/+1 |
|\ \ |
|
| * | | MAINT: Bump cython from 0.29.13 to 0.29.14dependabot/pip/cython-0.29.14 | dependabot-preview[bot] | 2019-11-06 | 1 | -1/+1 |
* | | | Merge pull request #14830 from mattip/move-buffer.h | Charles Harris | 2019-11-05 | 11 | -10/+10 |
|\ \ \
| |_|/
|/| | |
|
| * | | MAINT: move buffer.h -> npy_buffer.h to avoid conflicts | mattip | 2019-11-04 | 11 | -10/+10 |
|/ / |
|
* | | Merge pull request #14827 from chrisburr/patch-1 | Charles Harris | 2019-11-04 | 1 | -1/+2 |
|\ \ |
|
| * | | BLD: Review feedback for clang -flto fix | Chris Burr | 2019-11-05 | 1 | -1/+2 |
| * | | BLD: Prevent -flto from optimising long double representation check away | Chris Burr | 2019-11-04 | 1 | -1/+1 |
* | | | Merge pull request #14800 from mattip/reorder-obj-comparison-loop | Charles Harris | 2019-11-04 | 9 | -30/+66 |
|\ \ \ |
|
| * | | | DOC: add release note | mattip | 2019-10-30 | 1 | -0/+14 |
| * | | | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments | mattip | 2019-10-30 | 6 | -8/+26 |
| * | | | WIP, DEP, ENH: finish richcompare changes from 1.10 | mattip | 2019-10-29 | 7 | -25/+29 |
* | | | | DOC: Add take_along_axis to the see also section in argmin, argmax etc. (#14799) | mproszewska | 2019-11-04 | 1 | -1/+37 |
* | | | | Merge pull request #14805 from eric-wieser/no-Fractions-from-np-scalars | Matti Picus | 2019-11-04 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | TST: Don't construct Fraction instances from numpy scalars | Eric Wieser | 2019-10-30 | 1 | -2/+2 |
* | | | | | Merge pull request #14826 from mattip/ignore-more | Charles Harris | 2019-11-04 | 1 | -1/+3 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | BUG: Add backslashes for line continuation. | Charles Harris | 2019-11-04 | 1 | -3/+3 |
| * | | | | MAINT: split lines (from review) | mattip | 2019-11-04 | 1 | -1/+3 |
| * | | | | BUILD: ignore more build.log warnings | mattip | 2019-11-03 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #14814 from eric-wieser/rename-rank | Matti Picus | 2019-11-03 | 1 | -40/+37 |
|\ \ \ \ |
|
| * | | | | Rename helper functions to not use the word rank | Eric Wieser | 2019-10-31 | 1 | -40/+37 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #14197 from zoj613/multivariate_normal_speedups | Matti Picus | 2019-11-03 | 3 | -14/+76 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | merge latest changes on master branch | RedRuM | 2019-11-03 | 409 | -5315/+12683 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Merge pull request #14792 from numpy/dependabot/pip/pytest-5.2.2 | Ralf Gommers | 2019-10-31 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | MAINT: Bump pytest from 5.2.1 to 5.2.2dependabot/pip/pytest-5.2.2 | dependabot-preview[bot] | 2019-10-28 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #14674 from mattip/nep-0034 | Ralf Gommers | 2019-10-31 | 1 | -0/+141 |
|\ \ \ \ |
|
| * | | | | NEP: fix typo | Matti Picus | 2019-10-29 | 1 | -1/+1 |
| * | | | | NEP: clarify np.ndarray behaviour | mattip | 2019-10-29 | 1 | -5/+11 |
| * | | | | NEP: changes from review | mattip | 2019-10-29 | 1 | -18/+22 |
| * | | | | NEP: update from comments and PR 14794 | mattip | 2019-10-29 | 1 | -9/+18 |
| * | | | | DOC: fixes from review | mattip | 2019-10-24 | 1 | -27/+31 |
| * | | | | NEP: explicitly define ragged array | mattip | 2019-10-24 | 1 | -3/+11 |
| * | | | | DOC: changes from review | mattip | 2019-10-24 | 1 | -5/+13 |
| * | | | | DOC: changes from review | mattip | 2019-10-24 | 1 | -8/+8 |
| * | | | | NEP: put off discussion of , fixes from review | mattip | 2019-10-24 | 1 | -18/+21 |
| * | | | | NEP: fixes from review, add ragged_array_object function | mattip | 2019-10-13 | 1 | -10/+22 |
| * | | | | NEP: add default-dtype-object-deprecation nep | mattip | 2019-10-10 | 1 | -0/+87 |
* | | | | | Merge pull request #14227 from zjpoh/from_string_complex | Matti Picus | 2019-10-31 | 4 | -2/+95 |
|\ \ \ \ \ |
|