summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12388 from mhvk/linspace-allow-arrayCharles Harris2018-12-061-4/+4
|\
| * TST,BUG: fix two tests that were setup incorrectly.Marten van Kerkwijk2018-12-041-4/+4
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-066-12/+5
* | ENH: implement matmul on NDArrayOperatorsMixin (#12488)Stephan Hoyer2018-12-051-0/+11
|/
* Merge pull request #12447 from ahaldane/unrevert_multifield_viewCharles Harris2018-12-011-0/+10
|\
| * ENH: add back the multifield copy->view changeAllan Haldane2018-11-261-0/+10
* | Merge pull request #12443 from rth/set-litteralEric Wieser2018-12-012-3/+3
|\ \
| * | Use set litteralsRoman Yurchak2018-11-242-3/+3
| |/
* | Merge pull request #12446 from ahaldane/recfunctions_fixupsCharles Harris2018-11-291-0/+13
|\ \
| * | MAINT: Fixups to new functions in np.lib.recfunctionsAllan Haldane2018-11-261-0/+13
| |/
* | Merge pull request #11197 from wummo/correct_covariance_scalingMarten van Kerkwijk2018-11-271-10/+40
|\ \ | |/ |/|
| * Removed non-standard scaling of the covariance matrix and added option to dis...Andreas Nussbaumer2018-11-211-10/+40
* | Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redoCharles Harris2018-11-231-1/+60
|\ \
| * | ENH: Fixups to multi-field assignment helpersAllan Haldane2018-11-221-0/+8
| * | ENH: add multi-field assignment helpers in np.lib.recfunctionsAllan Haldane2018-10-311-1/+52
* | | resolve issues from reviewguoci2018-11-201-2/+2
* | | ENH: Add 'ise' estimator to np.histogramguoci2018-11-201-12/+32
| |/ |/|
* | MAINT: Rewrite shape normalization in pad function (#11966)Lars Grüter2018-11-151-0/+86
* | Merge pull request #12381 from tylerjereddy/datasource_del_handlingCharles Harris2018-11-151-0/+15
|\ \
| * | BUG: improve DataSource __del__Tyler Reddy2018-11-131-0/+15
* | | BUG: fix for titles, cleanup, fixes from reviewmattip2018-11-131-1/+5
* | | BUG: test, fix loading structured dtypes with paddingmattip2018-11-131-1/+20
|/ /
* | Merge pull request #12241 from tylerjereddy/histogramdd_test_arg_branchCharles Harris2018-11-121-0/+17
|\ \
| * | TST: arg handling tests in histogramddTyler Reddy2018-10-221-0/+17
* | | ENH: Improve support for pathlib.Path objects in load functions (#11348)Paul Müller2018-11-011-1/+25
| |/ |/|
* | DEP: deprecate passing a generator to stack functionsStephan Hoyer2018-10-271-0/+9
* | BUG: Revert linspace import for concatenation funcs (#12265)James Bourbeau2018-10-261-0/+5
* | TST: tests for sort_complex()Tyler Reddy2018-10-221-0/+26
|/
* TST: unit tests for column_stack.Tyler Reddy2018-10-191-0/+20
* Merge pull request #12216 from tylerjereddy/hist_range_test_sanityEric Wieser2018-10-181-0/+6
|\
| * TST: test invalid histogram rangeTyler Reddy2018-10-181-0/+6
* | TST: test histogram bins dimsTyler Reddy2018-10-181-0/+7
|/
* Merge pull request #12153 from tylerjereddy/setdiff1d_test_covCharles Harris2018-10-171-0/+7
|\
| * DOC, TST: test setdiff1d assume_uniqueTyler Reddy2018-10-161-0/+7
* | DEP: Updated unravel_index() kwargs to support `shape`Tyler Reddy2018-10-161-1/+29
|/
* TST: test byte_bounds contiguity handlingTyler Reddy2018-10-151-4/+28
* TST: add test for weighted histogram mismatchTyler Reddy2018-10-141-0/+7
* Merge pull request #12137 from tylerjereddy/fill_diag_err_testEric Wieser2018-10-111-0/+13
|\
| * TST: error tests for fill_diagonal()Tyler Reddy2018-10-101-0/+13
* | TST: error tests for diag_indices_from()Tyler Reddy2018-10-101-5/+17
|/
* BUG: Allow boolean subtract in histogramMatthew Bowden2018-10-101-0/+17
* TST: improve coverage of nd_gridTyler Reddy2018-10-061-0/+18
* Merge pull request #11962 from mfkasim91/limitrowloadtxtCharles Harris2018-09-301-0/+49
|\
| * ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxtmfkasim912018-09-301-0/+49
* | ENH add prepend and append kwargs to diffMatt Harrigan2018-09-251-0/+52
* | TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-213-11/+11
* | Merge pull request #11961 from eric-wieser/pad-testsCharles Harris2018-09-181-1/+42
|\ \
| * | TST: Add a (failing) test for using np.pad with Fractions, which currently ro...Eric Wieser2018-09-171-0/+19
| * | TST: Add a regression test for gh-11216Lars G2018-09-171-1/+18
| * | TST: Add a test for pad-wrapping by length 0Lars G2018-09-151-0/+5
| |/