summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11105 from eric-wieser/take_along_axis-strictMarten van Kerkwijk2018-05-282-2/+317
|\
| * ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-252-2/+317
* | ENH: Modify intersect1d to return common indices (#10684)Christopher2018-05-252-9/+97
|/
* MAINT: Extract a helper function for prepending and appendingEric Wieser2018-05-221-26/+25
* MAINT: np.pad: Generalize the helper function to be used in more placesEric Wieser2018-05-221-12/+15
* MAINT: np.pad: Add helper functions for producing slices along axesEric Wieser2018-05-221-52/+32
* Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlibCharles Harris2018-05-157-124/+64
|\
| * MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-297-124/+64
* | Merge pull request #11094 from mattip/fix-11080Charles Harris2018-05-152-7/+6
|\ \
| * | DOC: add numpy.lib.format to docs and link to itmattip2018-05-142-7/+6
* | | Merge pull request #11023 from eric-wieser/histogramdd-no-fuzzCharles Harris2018-05-143-26/+49
|\ \ \ | |/ / |/| |
| * | BUG: histogramdd fails on large integersEric Wieser2018-04-302-1/+14
| * | ENH: Disable fuzzing on histogram boundariesEric Wieser2018-04-303-25/+35
* | | Merge pull request #11085 from mattip/fix-11080Eric Wieser2018-05-132-3/+6
|\ \ \
| * | | DOC: create label and ref, fixes broken linkmattip2018-05-132-3/+6
* | | | Merge pull request #11011 from eric-wieser/pad-singletonCharles Harris2018-05-131-109/+34
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Use keepdims in favor of re-inserting dimensionsEric Wieser2018-04-291-48/+16
| * | | MAINT: Remove singleton-dimension insertion in np.pad in favor of not losing ...Eric Wieser2018-04-291-61/+18
| |/ /
* | | DOC: link to updated module docstring, not NEPmattip2018-05-132-12/+13
* | | DOC: Add explanation for comments=None in loadtxt.Hong Xu2018-05-061-2/+2
* | | MAINT: Simplify workflow in _append_const and _prepend_constLars G2018-05-021-12/+4
* | | BUG: Fix padding with large integersLars G2018-05-022-4/+17
* | | MAINT: Misc. typos (#11005)luzpaz2018-04-304-7/+7
| |/ |/|
* | DOC: Make doc examples using StringIO python2-3 compatibleAndras Deak2018-04-272-7/+7
|/
* Merge pull request #10871 from eric-wieser/histogramdd-emptyCharles Harris2018-04-251-4/+0
|\
| * MAINT: Remove unnecessary special case for N == 0Eric Wieser2018-04-101-4/+0
* | Merge pull request #10199 from chunweiyuan/quantileStephan Hoyer2018-04-234-4/+274
|\ \
| * | ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-164-4/+274
* | | MAINT, DOC: Fix typos (#10958)Nicholas Nadeau, P.Eng., AVS2018-04-232-2/+2
* | | Merge pull request #10891 from eric-wieser/assert-no-cyclesCharles Harris2018-04-211-11/+2
|\ \ \
| * | | TST: Extract a helper function to test for reference cyclesEric Wieser2018-04-121-11/+2
| | |/ | |/|
* | | Merge pull request #9998 from mattip/nditer-as-context-managerAllan Haldane2018-04-211-2/+5
|\ \ \
| * | | ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-201-2/+5
* | | | Merge pull request #10921 from mattip/percentile-graphCharles Harris2018-04-204-29/+34
|\ \ \ \
| * | | | DOC: clear up warnings, fix matplotlib plotmattip2018-04-174-29/+34
* | | | | DOC: Fix NumpyVersion example (closes gh-10935)Stefan van der Walt2018-04-191-1/+1
| |/ / / |/| | |
* | | | ENH: Extend np.flip to work over multiple axesJunjie Bai2018-04-172-16/+70
|/ / /
* | | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822)Raunak Shah2018-04-162-3/+11
| |/ |/|
* | Merge pull request #10875 from mattip/fix-issue7895Charles Harris2018-04-152-2/+43
|\ \
| * | BUG: fix savetxt, loadtxt for '+-' in complexmattip2018-04-102-2/+43
* | | TST: reactivate module docstring tests, fix float formattingmattip2018-04-151-18/+18
| |/ |/|
* | ENH: Improve histogram bins="auto" for data with little variance (#10739)Varun Nayyar2018-04-092-9/+40
|/
* Merge pull request #10859 from charris/remove-yield-testsCharles Harris2018-04-092-93/+100
|\
| * STY: Some PEP8 fixes in lib/tests/test_twodim_base.py.Charles Harris2018-04-081-16/+17
| * TST: Remove yield tests in lib/tests/test_twodim_base.py.Charles Harris2018-04-081-12/+12
| * TST: Remove yield tests from lib/tests/test_index_tricks.py.Charles Harris2018-04-081-65/+71
* | Merge pull request #10863 from eric-wieser/histogramdd-fixesCharles Harris2018-04-091-33/+22
|\ \ | |/ |/|
| * MAINT: Don't use np.arange just because `range` is shadowedEric Wieser2018-04-081-7/+11
| * MAINT: Use the minlength argument of bincount to avoid a copy into a larger a...Eric Wieser2018-04-081-8/+4
| * MAINT: Don't reimplement `ravel_multi_index`Eric Wieser2018-04-081-3/+2