summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG/ENH: Einsum optimization path updates and bug fixes. (#11345)Daniel Smith2018-07-031-16/+41
* BUG: Advanced indexing assignment incorrectly took 1-D fastpathSebastian Berg2018-07-021-0/+15
* Merge pull request #11406 from mattip/einsum-out-is-resCharles Harris2018-06-291-0/+5
|\
| * BUG: ensure ret is out in einsummattip2018-06-211-0/+5
* | MAINT: Ensure __array_ufunc__ on given class is only called once.Marten van Kerkwijk2018-06-281-2/+46
* | BUG: Ensure comparisons on scalar strings pass without warning.Marten van Kerkwijk2018-06-212-4/+14
|/
* Merge pull request #11282 from mhvk/array-comparison-not-implementeduntagged-65f99747b229ae7de4ccMarten van Kerkwijk2018-06-211-6/+5
|\
| * MAINT: move comparison operator special-handling out of ufunc parsing.Marten van Kerkwijk2018-06-181-6/+5
* | Merge pull request #11340 from eric-wieser/fix-sctypeDict-clongdoubleMarten van Kerkwijk2018-06-211-0/+6
|\ \
| * | BUG: f8 randomly points to double or longdouble depending on non-deterministi...Eric Wieser2018-06-141-0/+6
* | | Merge pull request #11385 from toslunar/enh-scalar-squeezeCharles Harris2018-06-201-0/+16
|\ \ \
| * | | Add scalar squeeze testsToshiki Kataoka2018-06-201-0/+16
| | |/ | |/|
* | | ENH: Remove NpyIter_Closemattip2018-06-181-8/+5
|/ /
* | Merge pull request #11366 from eric-wieser/bad-warningCharles Harris2018-06-171-12/+17
|\ \
| * | TST: Don't allow test_indexing to swallow all exceptionsEric Wieser2018-06-171-12/+17
* | | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-163-4/+4
| |/ |/|
* | MAINT: Don't use dtype strings when the dtypes themselves can be usedEric Wieser2018-06-131-3/+3
|/
* Merge pull request #11286 from mattip/einsum-overlapCharles Harris2018-06-121-0/+11
|\
| * BUG: einsum needs to check overlap on an out argumentmattip2018-06-111-0/+11
* | Merge pull request #11307 from pgunn/master_fix_earlier_diffCharles Harris2018-06-111-0/+5
|\ \ | |/ |/|
| * add test from issuemattip2018-06-111-0/+5
* | MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-112-3/+66
|/
* Merge pull request #11296 from eric-wieser/fix-array_wrap-segfaultMarten van Kerkwijk2018-06-101-0/+19
|\
| * BUG: Fix segfault on failing __array_wrap__Eric Wieser2018-06-101-0/+19
* | Merge pull request #11273 from seberg/sort-valgrind-fixCharles Harris2018-06-081-0/+14
|\ \
| * | MAINT: Extract common variableEric Wieser2018-06-081-6/+6
| * | BUG: Remove invalid read in searchsorted if needle is emptySebastian Berg2018-06-071-2/+16
* | | Merge pull request #11277 from eric-wieser/fix-older-ctypes-compatCharles Harris2018-06-081-0/+23
|\ \ \
| * | | BUG: Work around bugs in pep3118 ctypes by falling back on np.dtype(type(ctyp...Eric Wieser2018-06-081-0/+23
| | |/ | |/|
* | | Merge pull request #11155 from eric-wieser/datetime-stack-overflowMarten van Kerkwijk2018-06-081-0/+17
|\ \ \ | |/ / |/| |
| * | BUG: Prevent stackoverflow in conversion to datetime typesEric Wieser2018-05-241-0/+17
* | | Merge pull request #11246 from eric-wieser/pyarray_new_with_baseEric Wieser2018-06-071-0/+51
|\ \ \
| * | | BUG: Set ndarray.base before calling __array_finalize__Eric Wieser2018-06-071-0/+51
* | | | Merge pull request #11275 from seberg/tst-no-empty-sortCharles Harris2018-06-071-4/+6
|\ \ \ \
| * | | | TST: Do not use empty arrays in tests (unless they are not read)Sebastian Berg2018-06-081-4/+6
| | |_|/ | |/| |
* | | | Merge pull request #11018 from mhvk/gufunc-axis-and-keepdimsCharles Harris2018-06-072-2/+62
|\ \ \ \
| * | | | TST: Add a new gufunc with (i)->(i) signature for testing with axis.Marten van Kerkwijk2018-06-071-1/+18
| * | | | MAINT: let ufunc override reject passing in both axis and axes.Marten van Kerkwijk2018-06-071-0/+1
| * | | | ENH: add "axis" argument to generalized ufuncs.Marten van Kerkwijk2018-06-071-2/+44
| |/ / /
* | | | BUG: Implement float128 dragon4 for IBM double-double (ppc64)Allan Haldane2018-06-061-2/+64
|/ / /
* | | Merge pull request #11257 from mhvk/ufunc-parsing-no-borrowed-refsMarten van Kerkwijk2018-06-061-0/+10
|\ \ \ | |/ / |/| |
| * | BUG: ensure extobj and axes have their own references.Marten van Kerkwijk2018-06-061-0/+10
* | | BUG: Remove errant flag meddling in .real and .imagEric Wieser2018-06-051-0/+16
|/ /
* | BUG: Prevent underflow causing empty result in arange (#10263)Licht Takeuchi2018-06-031-0/+36
* | Merge pull request #11191 from ahaldane/remove_darwin_float128Charles Harris2018-06-021-2/+2
|\ \
| * | MAINT: remove darwin hardcoded LDOUBLE detectionAllan Haldane2018-05-301-2/+2
* | | zero-arrays to non-zero; make test more robustRyan Soklaski2018-06-011-4/+4
* | | STY: Remove trailing whitespace.Charles Harris2018-05-311-2/+2
* | | update tests so that blas-compatible broadcasting bug raises errorRyan Soklaski2018-05-311-4/+12
* | | BUG: Added support for indices 26 <= i < 52 in C einsum (#11090)Juris Bogusevs2018-05-311-0/+11