summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9765 from charris/backport-9300Charles Harris2017-09-242-39/+36
|\
| * ENH: release GIL in CountNonzero trivial loopAllan Haldane2017-09-241-6/+18
| * MAINT: Simplify array_contains using PyArray_AnyAllan Haldane2017-09-241-76/+5
| * MAINT: array_any_nonzero now uses new iterator APIAllan Haldane2017-09-242-21/+59
| * BUG: PyArray_CountNonzero does not check for exceptionsAllan Haldane2017-09-242-2/+20
* | BUG: Ensure `_npy_scaled_cexp{,f,l}` is defined when needed.Charles Harris2017-09-241-1/+7
|/
* Merge pull request #9746 from charris/backport-9624Charles Harris2017-09-221-1/+2
|\
| * BUG: memory leak in np.dot of size 0Michael Lamparski2017-09-221-1/+2
* | BUG: Check for exception in sort functions, add testsmattip2017-09-222-7/+15
|/
* MAINT: Use PyArray_CHKFLAGS in more places.Charles Harris2017-09-221-2/+2
* BUG: Make scalar function elision check writeable.Charles Harris2017-09-211-0/+2
* BUG: Add hypot and cabs functions to WIN32 blacklist.Charles Harris2017-08-171-0/+13
* BUG: Fix true_divide when dtype=np.float64 specified.Charles Harris2017-08-144-30/+66
* MAINT: Use a for loop to traverse the linked listEric Wieser2017-07-061-4/+3
* BUG: Prevent hangs traversing ufunc userloop linked listsEric Wieser2017-07-061-8/+7
* Merge pull request #9339 from jleahy/masterCharles Harris2017-06-302-2/+10
|\
| * BUG: prevent crash when ufunc doc string is nullJoshua Leahy2017-06-302-2/+10
* | BUG: umath: un-break ufunc where= when no out= is givenPauli Virtanen2017-06-301-10/+25
* | Merge pull request #9317 from juliantaylor/nonzero-fixCharles Harris2017-06-271-1/+1
|\ \
| * | BUG: fix wrong ndim used in empty where checkJulian Taylor2017-06-271-1/+1
* | | BUG: handle resize to 0d arrayJulian Taylor2017-06-171-18/+25
* | | Merge pull request #9261 from juliantaylor/readonly-tempCharles Harris2017-06-171-0/+2
|\ \ \ | |/ /
| * | BUG: don't elide into readonly and updateifcopy temporariesJulian Taylor2017-06-171-0/+2
* | | Revert "DEP: Raise TypeError for subtract(bool_, bool_)."Charles Harris2017-06-151-5/+6
* | | BUG: pull request 9087 modifies a tuple after usemattip2017-06-011-27/+29
* | | BUG: ensure structured ndarray.__eq__,__ne__ defer when appropriate.Marten van Kerkwijk2017-05-241-2/+2
* | | Merge pull request #9111 from mhvk/array_ufunc_reduce_out_tupleEric Wieser2017-05-182-25/+45
|\ \ \
| * | | BUG: ufunc.reduce,accumulate,reduceat cannot deal with out tuple.Marten van Kerkwijk2017-05-122-4/+18
| * | | BUG: ensure axis=None gets passed on correctly to ufunc.reduce.Marten van Kerkwijk2017-05-121-21/+27
* | | | BUG: errors in fast_scalar_power are not propagated.Marten van Kerkwijk2017-05-172-33/+29
* | | | Merge pull request #9124 from juliantaylor/abs-no-elideCharles Harris2017-05-162-3/+3
|\ \ \ \
| * | | | MAINT: use PyArray_ISNUMBER to decide whether to elideJulian Taylor2017-05-151-2/+2
| | |/ / | |/| |
| * | | BUG: only elide basic dtypes in unary opsJulian Taylor2017-05-121-1/+1
| * | | BUG: do not elide complex abs()Julian Taylor2017-05-121-1/+1
| |/ /
* | | BUG remove memory leak in array ufunc override.Marten van Kerkwijk2017-05-102-16/+23
|/ /
* | MAINT: fix intp formatting warningsJulian Taylor2017-05-101-23/+24
* | MAINT: Remove avoidable warningsEric Wieser2017-05-103-5/+3
* | MAINT: use if instead of loopEric Wieser2017-05-101-31/+21
* | BUG: Fix inconsistent lookup of __array_ufunc__.Eric Wieser2017-05-104-42/+52
* | MAINT: Fix warnings about int vs intpEric Wieser2017-05-101-9/+9
* | MAINT: Distinguish "correct" special method lookups from incorrect onesEric Wieser2017-05-106-45/+99
* | BUG: Don't silence errors in bool(object_array)Eric Wieser2017-05-091-0/+4
* | BUG: Prevent stackoverflow on self-containing arraysEric Wieser2017-05-091-1/+7
* | Merge pull request #9026 from eric-wieser/ufunc_docstringsCharles Harris2017-05-091-58/+19
|\ \ | |/
| * DOC: Show full argument lists for ufuncsEric Wieser2017-05-081-58/+19
* | ENH: Spelling fixesVille Skyttä2017-05-0911-12/+12
|/
* Merge pull request #9063 from shoyer/divmodEric Wieser2017-05-084-31/+81
|\
| * ENH: switch ndarray.__divmod__ to use np.divmodStephan Hoyer2017-05-072-31/+9
| * ENH: add np.divmod ufuncStephan Hoyer2017-05-072-0/+72
* | Merge pull request #9058 from charris/update-warning-messageCharles Harris2017-05-071-2/+2
|\ \