summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-131-12/+30
* BUG: fix nanpercentile not returning scalar with axis argumentJulian Taylor2016-12-131-1/+5
* BUG: fix packbits and unpackbits to correctly handle empty arraysTakuya Akiba2016-12-031-2/+63
* BUG: np.piecewise not working for scalarsalvarosg2016-11-101-1/+11
* Merge pull request #8218 from mattharrigan/ediff1d-performanceCharles Harris2016-10-281-0/+2
|\
| * BUG: return subclasses from ediff1dMattHarrigan2016-10-271-0/+2
* | Merge pull request #8183 from mattharrigan/ediff1d-performanceStephan Hoyer2016-10-241-0/+6
|\ \ | |/
| * TST: Added cases for better coverage of ediff1dMattHarrigan2016-10-211-0/+6
* | Merge pull request #8109 from skwbc/issue#7546Charles Harris2016-10-221-0/+21
|\ \
| * | TST: add intp type check in test_big_indicesShota Kawabuchi2016-10-031-4/+6
| * | BUG: add array size overflow check in arr_ravel_multi_indexShota Kawabuchi2016-10-031-1/+14
| * | BUG: fix ravel_multi_index for big indices (issue #7546)Shota Kawabuchi2016-09-261-0/+6
* | | ENH: add signature argument to vectorize for vectorizing like generalized ufu...Stephan Hoyer2016-10-171-0/+154
| |/ |/|
* | ENH: allow numpy.apply_along_axis() to work with ndarray subclasses (#7918)Ben Rowland2016-10-111-0/+31
* | MAINT: fix assert_raises_regex when used as a context managerStephan Hoyer2016-09-261-1/+6
|/
* BUG: lib: Simplify (and fix) pad's handling of the pad_widthWarren Weckesser2016-09-171-0/+18
* TST: Use ComplexWarning suppression only where neededSebastian Berg2016-09-021-2/+6
* TST: Replace catch_warnings when recording is not enforced in test_nanfuncsSebastian Berg2016-09-021-10/+10
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-022-35/+27
* ENH: Remove warning ignoring from nanfuncsSebastian Berg2016-09-022-31/+33
* Merge pull request #7936 from goerz/sparse-type-checkStephan Hoyer2016-08-171-0/+35
|\
| * ENH: improve duck typing inside iscomplexobjMichael Goerz2016-08-151-0/+35
* | ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-152-2/+5
|/
* Merge pull request #7347 from erensezener/generalized_rot90Charles Harris2016-06-222-45/+77
|\
| * MAINT: fix indentation and whitespaces of the flip functionEren Sezener2016-03-201-12/+7
| * ENH: generalize rot90 with axes kwarg, move to function_base.py, and add testsDenis Alevi2016-03-202-33/+70
* | TST: Test that polyfit raises if not enough data for cov estimate.Charles Harris2016-06-151-1/+7
* | Merge pull request #4073 from endolith/patch-2Charles Harris2016-06-151-1/+25
|\ \
| * | TST: Set seed for deterministic random testEndolith2015-03-081-103/+6
| * | TST: Fix missing imports, undeterministic testendolith2015-01-251-2/+101
| * | TST: Add tests for np.poly()endolith2015-01-251-0/+22
* | | BUG: fix handling of right edge of final bin.Robert Kern2016-05-251-0/+5
* | | TST: Failing test for histogram.Robert Kern2016-05-241-0/+11
* | | TST: mark two tests in numpy.lib as slow, speeds up numpy.lib tests by 5xRalf Gommers2016-05-162-2/+3
* | | TST: fix test error due to use of deprecated np.testing.rand utility.Ralf Gommers2016-05-161-4/+4
* | | TST: fix test error when saving large array with savez.Ralf Gommers2016-05-161-2/+9
* | | TST: fix test errors for Pathlib usage tests in io.py.Ralf Gommers2016-05-151-10/+13
* | | ENH: linear interpolation of complex values in lib.interpPeter Creasey2016-05-121-0/+22
* | | Merge pull request #7618 from ahaldane/gradient_docstringCharles Harris2016-05-111-0/+3
|\ \ \
| * | | BUG: distance arg of np.gradient must be scalar, fix docstringAllan Haldane2016-05-111-0/+3
* | | | BUG: Cast size to int64 when loading from archivedrasmuss2016-05-091-0/+14
|/ / /
* | | ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-061-1/+101
* | | Merge pull request #7421 from pwolfram/nancumsumprodStephan Hoyer2016-03-261-1/+106
|\ \ \
| * | | ENH: adds np.nancumsum and np.nancumprodPhillip J. Wolfram2016-03-241-1/+106
* | | | TST: check reference counts of dtypes after calling bincountJaime Fernandez2016-03-211-4/+19
* | | | Merge pull request #7341 from inesw/bug-fix-6469Charles Harris2016-03-171-0/+6
|\ \ \ \
| * | | | TST: test for #6469Ines Wichert2016-02-291-0/+6
* | | | | BUG: Ongoing fixes to PR#7416Joseph Fox-Rabinovitz2016-03-161-1/+1
* | | | | BUG: Incorrect handling of range in `histogram` with automatic bins.Joseph Fox-Rabinovitz2016-03-161-12/+12
| |/ / / |/| | |
* | | | BUG: Fix string copying for np.placegfyoung2016-03-151-0/+5