summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | adding a reference to the related issueAnas Khan2018-01-101-0/+1
| * | | adding new tests for union1dAnas Khan2018-01-091-0/+6
* | | | Merge pull request #10294 from xoviat/pytest-cleanupEric Wieser2018-01-091-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: cleanup yield testsxoviat2018-01-061-6/+6
* | | | More misc. typosluz.paz2018-01-042-5/+5
| |_|/ |/| |
* | | ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser2017-12-281-0/+3
|/ /
* | ENH: Add support for datetimes to histogramsEric Wieser2017-12-261-0/+25
* | BUG: Allow nan values in the data when the bins are explicitEric Wieser2017-12-241-0/+25
* | BUG: Fix misleading error when coercing to arrayEric Wieser2017-12-241-0/+11
* | Merge branch 'master' into move_histogramEric Wieser2017-12-181-0/+5
|\ \
| * | ENH: Allow np.r_ to accept 0d arraysEric Wieser2017-12-111-0/+5
| |/
* | MAINT: Move histogram and histogramdd into their own moduleEric Wieser2017-12-102-512/+527
|/
* MAINT: Various minor code cleanups.Charles Harris2017-11-242-62/+73
* MAINT: Refactor some code in npyio.py.Charles Harris2017-11-211-2/+0
* ENH: Add encoding option to numpy text IO.Julian Taylor2017-11-212-93/+422
* ENH: Make `np.in1d()` work for unorderable object arrays (#9999)Jörg Döpfert2017-11-181-0/+31
* ENH: Add `order=` keyword to `np.eye()` (#9996)Danny Hermes2017-11-121-0/+9