| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #11105 from eric-wieser/take_along_axis-strict | Marten van Kerkwijk | 2018-05-28 | 2 | -2/+317 |
|\ |
|
| * | ENH: Add (put|take)_along_axis as described in #8708 | Eric Wieser | 2018-05-25 | 2 | -2/+317 |
* | | ENH: Modify intersect1d to return common indices (#10684) | Christopher | 2018-05-25 | 2 | -9/+97 |
|/ |
|
* | MAINT: Extract a helper function for prepending and appending | Eric Wieser | 2018-05-22 | 1 | -26/+25 |
* | MAINT: np.pad: Generalize the helper function to be used in more places | Eric Wieser | 2018-05-22 | 1 | -12/+15 |
* | MAINT: np.pad: Add helper functions for producing slices along axes | Eric Wieser | 2018-05-22 | 1 | -52/+32 |
* | Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlib | Charles Harris | 2018-05-15 | 7 | -124/+64 |
|\ |
|
| * | MAINT: move matrix tests in lib to matrixlib. | Marten van Kerkwijk | 2018-04-29 | 7 | -124/+64 |
* | | Merge pull request #11094 from mattip/fix-11080 | Charles Harris | 2018-05-15 | 2 | -7/+6 |
|\ \ |
|
| * | | DOC: add numpy.lib.format to docs and link to it | mattip | 2018-05-14 | 2 | -7/+6 |
* | | | Merge pull request #11023 from eric-wieser/histogramdd-no-fuzz | Charles Harris | 2018-05-14 | 3 | -26/+49 |
|\ \ \
| |/ /
|/| | |
|
| * | | BUG: histogramdd fails on large integers | Eric Wieser | 2018-04-30 | 2 | -1/+14 |
| * | | ENH: Disable fuzzing on histogram boundaries | Eric Wieser | 2018-04-30 | 3 | -25/+35 |
* | | | Merge pull request #11085 from mattip/fix-11080 | Eric Wieser | 2018-05-13 | 2 | -3/+6 |
|\ \ \ |
|
| * | | | DOC: create label and ref, fixes broken link | mattip | 2018-05-13 | 2 | -3/+6 |
* | | | | Merge pull request #11011 from eric-wieser/pad-singleton | Charles Harris | 2018-05-13 | 1 | -109/+34 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | MAINT: Use keepdims in favor of re-inserting dimensions | Eric Wieser | 2018-04-29 | 1 | -48/+16 |
| * | | | MAINT: Remove singleton-dimension insertion in np.pad in favor of not losing ... | Eric Wieser | 2018-04-29 | 1 | -61/+18 |
| |/ / |
|
* | | | DOC: link to updated module docstring, not NEP | mattip | 2018-05-13 | 2 | -12/+13 |
* | | | DOC: Add explanation for comments=None in loadtxt. | Hong Xu | 2018-05-06 | 1 | -2/+2 |
* | | | MAINT: Simplify workflow in _append_const and _prepend_const | Lars G | 2018-05-02 | 1 | -12/+4 |
* | | | BUG: Fix padding with large integers | Lars G | 2018-05-02 | 2 | -4/+17 |
* | | | MAINT: Misc. typos (#11005) | luzpaz | 2018-04-30 | 4 | -7/+7 |
| |/
|/| |
|
* | | DOC: Make doc examples using StringIO python2-3 compatible | Andras Deak | 2018-04-27 | 2 | -7/+7 |
|/ |
|
* | Merge pull request #10871 from eric-wieser/histogramdd-empty | Charles Harris | 2018-04-25 | 1 | -4/+0 |
|\ |
|
| * | MAINT: Remove unnecessary special case for N == 0 | Eric Wieser | 2018-04-10 | 1 | -4/+0 |
* | | Merge pull request #10199 from chunweiyuan/quantile | Stephan Hoyer | 2018-04-23 | 4 | -4/+274 |
|\ \ |
|
| * | | ENH: Adding np.quantile() and np.nanquantile(). #10199 | Chun-Wei Yuan | 2018-04-16 | 4 | -4/+274 |
* | | | MAINT, DOC: Fix typos (#10958) | Nicholas Nadeau, P.Eng., AVS | 2018-04-23 | 2 | -2/+2 |
* | | | Merge pull request #10891 from eric-wieser/assert-no-cycles | Charles Harris | 2018-04-21 | 1 | -11/+2 |
|\ \ \ |
|
| * | | | TST: Extract a helper function to test for reference cycles | Eric Wieser | 2018-04-12 | 1 | -11/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #9998 from mattip/nditer-as-context-manager | Allan Haldane | 2018-04-21 | 1 | -2/+5 |
|\ \ \ |
|
| * | | | ENH: add NpyIter_Close, nditer__{enter,exit}__ | mattip | 2018-04-20 | 1 | -2/+5 |
* | | | | Merge pull request #10921 from mattip/percentile-graph | Charles Harris | 2018-04-20 | 4 | -29/+34 |
|\ \ \ \ |
|
| * | | | | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 4 | -29/+34 |
* | | | | | DOC: Fix NumpyVersion example (closes gh-10935) | Stefan van der Walt | 2018-04-19 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | ENH: Extend np.flip to work over multiple axes | Junjie Bai | 2018-04-17 | 2 | -16/+70 |
|/ / / |
|
* | | | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822) | Raunak Shah | 2018-04-16 | 2 | -3/+11 |
| |/
|/| |
|
* | | Merge pull request #10875 from mattip/fix-issue7895 | Charles Harris | 2018-04-15 | 2 | -2/+43 |
|\ \ |
|
| * | | BUG: fix savetxt, loadtxt for '+-' in complex | mattip | 2018-04-10 | 2 | -2/+43 |
* | | | TST: reactivate module docstring tests, fix float formatting | mattip | 2018-04-15 | 1 | -18/+18 |
| |/
|/| |
|
* | | ENH: Improve histogram bins="auto" for data with little variance (#10739) | Varun Nayyar | 2018-04-09 | 2 | -9/+40 |
|/ |
|
* | Merge pull request #10859 from charris/remove-yield-tests | Charles Harris | 2018-04-09 | 2 | -93/+100 |
|\ |
|
| * | STY: Some PEP8 fixes in lib/tests/test_twodim_base.py. | Charles Harris | 2018-04-08 | 1 | -16/+17 |
| * | TST: Remove yield tests in lib/tests/test_twodim_base.py. | Charles Harris | 2018-04-08 | 1 | -12/+12 |
| * | TST: Remove yield tests from lib/tests/test_index_tricks.py. | Charles Harris | 2018-04-08 | 1 | -65/+71 |
* | | Merge pull request #10863 from eric-wieser/histogramdd-fixes | Charles Harris | 2018-04-09 | 1 | -33/+22 |
|\ \
| |/
|/| |
|
| * | MAINT: Don't use np.arange just because `range` is shadowed | Eric Wieser | 2018-04-08 | 1 | -7/+11 |
| * | MAINT: Use the minlength argument of bincount to avoid a copy into a larger a... | Eric Wieser | 2018-04-08 | 1 | -8/+4 |
| * | MAINT: Don't reimplement `ravel_multi_index` | Eric Wieser | 2018-04-08 | 1 | -3/+2 |