summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: ensure consistent result dtype of count_nonzeroJulian Taylor2017-09-241-12/+16
* MAINT: Simplify array_contains using PyArray_AnyAllan Haldane2017-09-241-0/+4
* BUG: PyArray_CountNonzero does not check for exceptionsAllan Haldane2017-09-241-0/+13
* Merge pull request #9746 from charris/backport-9624Charles Harris2017-09-221-0/+11
|\
| * TST: test for leak in np.dot of size 0 arraysMichael Lamparski2017-09-221-0/+11
* | BUG: Check for exception in sort functions, add testsmattip2017-09-221-1/+16
|/
* BUG: Make scalar function elision check writeable.Charles Harris2017-09-211-0/+9
* BUG: Fix true_divide when dtype=np.float64 specified.Charles Harris2017-08-141-9/+76
* MAINT: Suppress warning in py3compat test.Charles Harris2017-08-141-3/+7
* BUG: Prevent hangs traversing ufunc userloop linked listsEric Wieser2017-07-061-0/+5
* Merge pull request #9339 from jleahy/masterCharles Harris2017-06-301-0/+4
|\
| * BUG: prevent crash when ufunc doc string is nullJoshua Leahy2017-06-301-0/+4
* | BUG: umath: un-break ufunc where= when no out= is givenPauli Virtanen2017-06-301-0/+11
* | Merge pull request #9317 from juliantaylor/nonzero-fixCharles Harris2017-06-271-0/+11
|\ \
| * | BUG: fix wrong ndim used in empty where checkJulian Taylor2017-06-271-0/+11
* | | BUG: handle resize to 0d arrayJulian Taylor2017-06-171-0/+12
* | | Merge pull request #9261 from juliantaylor/readonly-tempCharles Harris2017-06-171-0/+11
|\ \ \ | |/ /
| * | BUG: don't elide into readonly and updateifcopy temporariesJulian Taylor2017-06-171-0/+11
* | | Revert "DEP: Raise TypeError for subtract(bool_, bool_)."Charles Harris2017-06-153-5/+19
* | | BUG: ensure structured ndarray.__eq__,__ne__ defer when appropriate.Marten van Kerkwijk2017-05-241-0/+27
* | | Merge pull request #9111 from mhvk/array_ufunc_reduce_out_tupleEric Wieser2017-05-182-27/+101
|\ \ \
| * | | DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-171-1/+2
| * | | BUG: ufunc.reduce,accumulate,reduceat cannot deal with out tuple.Marten van Kerkwijk2017-05-122-18/+76
| * | | BUG: ensure axis=None gets passed on correctly to ufunc.reduce.Marten van Kerkwijk2017-05-121-13/+28
* | | | BUG: errors in fast_scalar_power are not propagated.Marten van Kerkwijk2017-05-171-0/+21
| |/ / |/| |
* | | TST: move elision tests to their own class and add some moreJulian Taylor2017-05-121-73/+82
* | | BUG: do not elide complex abs()Julian Taylor2017-05-121-0/+3
* | | MAINT: refine error message for __array_ufunc__ not implementedStephan Hoyer2017-05-101-5/+5
|/ /
* | Merge pull request #9077 from eric-wieser/object-recursionJulian Taylor2017-05-091-0/+22
|\ \
| * | TST: Add missing tests for bool scalar conversionEric Wieser2017-05-091-0/+22
* | | Merge pull request #9054 from eric-wieser/fix-pep3118ahaldane2017-05-091-21/+38
|\ \ \ | |/ / |/| |
| * | BUG: Prevent autogenerated names clashing with given namesEric Wieser2017-05-051-0/+7
| * | BUG: Fix non-determinism in order of fields created from pep3118 formatsEric Wieser2017-05-051-0/+5
| * | ENH: Pad with itemsize, not padding fieldsEric Wieser2017-05-051-21/+26
* | | Merge pull request #9026 from eric-wieser/ufunc_docstringsCharles Harris2017-05-091-1/+8
|\ \ \ | | |/ | |/|
| * | DOC: Show full argument lists for ufuncsEric Wieser2017-05-081-1/+8
* | | ENH: Spelling fixesVille Skyttä2017-05-093-3/+3
|/ /
* | Merge pull request #9063 from shoyer/divmodEric Wieser2017-05-084-118/+133
|\ \
| * | ENH: switch ndarray.__divmod__ to use np.divmodStephan Hoyer2017-05-073-136/+132
| * | ENH: add np.divmod ufuncStephan Hoyer2017-05-072-0/+19
* | | BUG: Move ctypes ImportError catching to appropriate place (#8898)davidjn2017-05-081-0/+22
* | | DEP: deprecate ndarray.conjugate's no-op fall through for non-numericJonathan L Long2017-05-071-0/+13
* | | Merge pull request #8421 from seberg/isnatCharles Harris2017-05-071-0/+29
|\ \ \
| * | | ENH: Add isnat functionSebastian Berg2017-05-071-0/+29
| |/ /
* | | Merge pull request #8964 from juliantaylor/empty-readJulian Taylor2017-05-061-0/+8
|\ \ \
| * | | BUG: don't create array with invalid memory in whereJulian Taylor2017-04-201-0/+8
* | | | STY: two blank lines between classes per PEP8Jonathan L Long2017-05-051-0/+2
| |/ / |/| |
* | | MAINT: Add date and numpy version to TestNPY_CHAR.Charles Harris2017-05-031-0/+1
* | | MAINT: add deprecation warnings for NPY_CHAR usageJulian Taylor2017-05-031-0/+7
* | | ENH: Print object arrays containing lists unambiguouslyEric Wieser2017-05-011-0/+8
| |/ |/|