summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-111-2/+14
* Merge pull request #11122 from mhvk/assert-array-comparison-with-maskedCharles Harris2018-06-071-0/+4
|\
| * MAINT: clean up assert_array_compare a bit further.Marten van Kerkwijk2018-06-041-0/+4
* | BUG: delimiter/comments in genfromtxt should be encodedAllan Haldane2018-05-301-0/+5
* | BUG: Avoid deprecated non-tuple indexingEric Wieser2018-05-281-1/+10
* | Merge pull request #11105 from eric-wieser/take_along_axis-strictMarten van Kerkwijk2018-05-281-1/+91
|\ \
| * | ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-251-1/+91
| |/
* | ENH: Modify intersect1d to return common indices (#10684)Christopher2018-05-251-1/+40
|/
* Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlibCharles Harris2018-05-155-118/+63
|\
| * MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-295-118/+63
* | Merge pull request #11023 from eric-wieser/histogramdd-no-fuzzCharles Harris2018-05-141-3/+38
|\ \
| * | BUG: histogramdd fails on large integersEric Wieser2018-04-301-0/+12
| * | ENH: Disable fuzzing on histogram boundariesEric Wieser2018-04-301-3/+26
| |/
* | BUG: Fix padding with large integersLars G2018-05-021-0/+13
* | MAINT: Misc. typos (#11005)luzpaz2018-04-304-7/+7
|/
* Merge pull request #10199 from chunweiyuan/quantileStephan Hoyer2018-04-232-0/+58
|\
| * ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-162-0/+58
* | MAINT, DOC: Fix typos (#10958)Nicholas Nadeau, P.Eng., AVS2018-04-231-1/+1
* | 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
* | | ENH: Extend np.flip to work over multiple axesJunjie Bai2018-04-171-3/+33
* | | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822)Raunak Shah2018-04-161-0/+7
| |/ |/|
* | Merge pull request #10875 from mattip/fix-issue7895Charles Harris2018-04-151-0/+40
|\ \
| * | BUG: fix savetxt, loadtxt for '+-' in complexmattip2018-04-101-0/+40
* | | 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-091-0/+18
|/
* 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
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-0624-151/+41
* TST: Switch to using pytest markersCharles Harris2018-04-046-41/+44
* TST: Rename some compiled c test modulesCharles Harris2018-03-241-1/+1
* MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-2/+2
* Merge pull request #10666 from dfreese/fix/covcomplexCharles Harris2018-03-161-1/+3
|\
| * BUG: fix complex casting error in cov with aweightsDavid Freese2018-02-251-1/+3
* | ENH: Add np.histogram_bin_edges (#10591)Kirit Thadaka2018-03-151-1/+15
* | Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen2018-03-122-3/+4
* | BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser2018-02-251-2/+11
|/
* Merge pull request #10501 from msornay/fromregex-bytesEric Wieser2018-02-201-1/+8
|\
| * BUG: fromregex: asbytes called on regexp objectsMathieu Sornay2018-02-051-1/+8
* | BUG: Revert sort optimization in np.unique.Charles Harris2018-02-141-0/+11
* | Merge pull request #10324 from eric-wieser/histogram-range-comparisonCharles Harris2018-02-081-0/+47
|\ \
| * | BUG: Fix crashes when using float32 values in uniform histogramsEric Wieser2018-02-021-0/+47
* | | Merge pull request #10401 from eric-wieser/fix-10394Charles Harris2018-02-061-0/+7
|\ \ \
| * | | BUG: Resize bytes_ columns in genfromtxtEric Wieser2018-01-151-0/+7
* | | | MAINT: Use AxisError in swapaxesEric Wieser2018-02-031-2/+2
* | | | BUG: nan_to_num does not return scalars for scalar integer input (#10441)Matheus Vieira Portela2018-02-011-2/+16
* | | | BUG: Fixed polydiv for Complex Numbers (#10473)Deepak Kumar Gouda2018-01-301-0/+8
| |_|/ |/| |
* | | Merge pull request #10342 from anaskhan96/union1d-fixCharles Harris2018-01-181-0/+8
|\ \ \
| * | | STY: Break some long lines.Charles Harris2018-01-181-1/+2