| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 52 | -2074/+2218 |
| | |_|/ /
|/| | | |
|
| * | | | | Merge pull request #12524 from mattip/pypy-cleanup | Charles Harris | 2018-12-13 | 5 | -21/+46 |
| |\ \ \ \ |
|
| | * | | | | MAINT: unify error messages | mattip | 2018-12-14 | 2 | -2/+2 |
| | * | | | | STY: add space after "if" | mattip | 2018-12-13 | 1 | -13/+13 |
| | * | | | | DOC: rearrange comment sequence from review | mattip | 2018-12-13 | 1 | -1/+2 |
| | * | | | | STY: bracket if blocks with braces | mattip | 2018-12-12 | 1 | -2/+4 |
| | * | | | | MAINT: comment, fix from review | mattip | 2018-12-10 | 2 | -2/+10 |
| | * | | | | BUG: call PyType_Ready before using type | mattip | 2018-12-10 | 2 | -4/+3 |
| | * | | | | MAINT: call PySequence_Fast() before any other PySequence_Fast* funcs | mattip | 2018-12-10 | 2 | -3/+18 |
| * | | | | | Merge pull request #12526 from mattip/fix-12520 | Charles Harris | 2018-12-13 | 2 | -7/+14 |
| |\ \ \ \ \ |
|
| | * | | | | | STY: add comment for future maintainers | mattip | 2018-12-12 | 2 | -0/+7 |
| | * | | | | | WIP, BUG: reorder operations for VS2015 | mattip | 2018-12-10 | 2 | -7/+7 |
| | | |/ / /
| |/| | | |
|
| * | | | | | Merge pull request #12511 from ahaldane/fix_relaxstride_loops | Charles Harris | 2018-12-10 | 2 | -6/+44 |
| |\ \ \ \ \ |
|
| | * | | | | | MAINT: don't check alignment size=0 arrays (RELAXED_STRIDES) | Allan Haldane | 2018-12-10 | 2 | -6/+44 |
| | |/ / / / |
|
| * | | | | | Merge pull request #12528 from ahaldane/fix_reshape_getitem | Matti Picus | 2018-12-11 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | MAINT: fix an unsafe PyTuple_GET_ITEM call | Allan Haldane | 2018-12-10 | 1 | -1/+1 |
| * | | | | | | Merge pull request #12522 from eric-wieser/fix-build-output | Charles Harris | 2018-12-10 | 2 | -6/+29 |
| |\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| | * | | | | | BUG: ensure new-lines in compiler error messages are actually printed to the ... | Eric Wieser | 2018-12-09 | 2 | -6/+29 |
| | | |/ / /
| |/| | | |
|
| * | | | | | MAINT: Prepare master for 1.17.0 development. | Charles Harris | 2018-12-08 | 2 | -0/+4 |
| |/ / / / |
|
| * | | | | Merge pull request #12494 from mattip/disallow-dgemm | Charles Harris | 2018-12-07 | 3 | -2/+38 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | STY, TST: fix formatting and add tests for other dtypes, unaligned data | Charles Harris | 2018-12-07 | 2 | -3/+19 |
| | * | | | BUG: test, fix matmul, dot for vector array with stride[i]=0 | mattip | 2018-12-05 | 3 | -2/+22 |
| * | | | | Merge pull request #12388 from mhvk/linspace-allow-array | Charles Harris | 2018-12-06 | 3 | -48/+131 |
| |\ \ \ \ |
|
| | * | | | | DOC: Note the version in which we start supporting array_like start, stop | Marten van Kerkwijk | 2018-12-06 | 1 | -6/+15 |
| | * | | | | ENH: allow user choice of sample axis in {lin,log,geom}space. | Marten van Kerkwijk | 2018-12-05 | 2 | -19/+47 |
| | * | | | | ENH: Allow {lin,log,geom}space start and stop to be arrays. | Marten van Kerkwijk | 2018-12-05 | 2 | -34/+82 |
| | * | | | | TST,BUG: fix two tests that were setup incorrectly. | Marten van Kerkwijk | 2018-12-04 | 2 | -7/+5 |
| * | | | | | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 53 | -106/+57 |
| * | | | | | BUG: Fix `/` that should be `//`. | Charles Harris | 2018-12-06 | 1 | -1/+1 |
| * | | | | | BUG: fix records.fromfile fails to read data >4 GB | cgohlke | 2018-12-05 | 1 | -2/+2 |
| | |/ / /
|/| | | |
|
| * | | | | ENH: implement matmul on NDArrayOperatorsMixin (#12488) | Stephan Hoyer | 2018-12-05 | 2 | -3/+13 |
| |/ / / |
|
| * | | | Merge pull request #12219 from mattip/matmul-as-ufunc2 | Eric Wieser | 2018-12-04 | 17 | -375/+793 |
| |\ \ \ |
|
| | * | | | DOC: add a comment detailing the output ufunc flag choices | mattip | 2018-12-03 | 1 | -0/+12 |
| | * | | | ENH: corrections and fixes from review | mattip | 2018-12-01 | 10 | -287/+242 |
| | * | | | ENH: make matmul into a ufunc | mattip | 2018-11-25 | 18 | -361/+812 |
| * | | | | Merge pull request #12353 from mattip/check-threshold | Charles Harris | 2018-12-04 | 2 | -1/+10 |
| |\ \ \ \ |
|
| | * | | | | BUG: test, fix for threshold='nan' | mattip | 2018-12-01 | 2 | -1/+10 |
| * | | | | | DOC: fix example for __call__. See #12451 | Edgar Giovanni Lepe | 2018-12-02 | 1 | -11/+5 |
| * | | | | | Merge pull request #12328 from mhvk/ndarray_array_function_allow_subclasses | Stephan Hoyer | 2018-12-02 | 3 | -45/+66 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | MAINT: Allow subclasses in ndarray.__array_function__. | Marten van Kerkwijk | 2018-12-02 | 3 | -45/+66 |
| * | | | | | Merge pull request #12470 from shoyer/less-multiarray-indirection | Charles Harris | 2018-12-01 | 3 | -199/+163 |
| |\ \ \ \ \ |
|
| | * | | | | | STY: Restyle some multiline comments. [ci skip] | Charles Harris | 2018-12-01 | 1 | -2/+4 |
| | * | | | | | MAINT: reformat comment in C | Stephan Hoyer | 2018-12-01 | 1 | -2/+4 |
| | * | | | | | DOC: add docs_from_dispatcher to docstring | Stephan Hoyer | 2018-12-01 | 2 | -3/+7 |
| | * | | | | | MAINT: remove wrapper functions from numpy.core.multiarray | Stephan Hoyer | 2018-12-01 | 3 | -199/+155 |
| * | | | | | | Merge pull request #12471 from shoyer/linspace-overrides | Stephan Hoyer | 2018-12-01 | 1 | -5/+24 |
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| | * | | | | | ENH: override support for np.linspace and friends | Stephan Hoyer | 2018-12-01 | 1 | -5/+24 |
| | |/ / / / |
|
| * | | | | | Merge pull request #12447 from ahaldane/unrevert_multifield_view | Charles Harris | 2018-12-01 | 7 | -179/+92 |
| |\ \ \ \ \ |
|
| | * | | | | | ENH: add back the multifield copy->view change | Allan Haldane | 2018-11-26 | 7 | -179/+92 |
| * | | | | | | Merge pull request #12443 from rth/set-litteral | Eric Wieser | 2018-12-01 | 12 | -19/+19 |
| |\ \ \ \ \ \ |
|