summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* BUG: ensure consistent result dtype of count_nonzeroJulian Taylor2017-09-242-13/+17
* Merge pull request #9765 from charris/backport-9300Charles Harris2017-09-244-39/+53
|\
| * ENH: release GIL in CountNonzero trivial loopAllan Haldane2017-09-241-6/+18
| * MAINT: Simplify array_contains using PyArray_AnyAllan Haldane2017-09-242-76/+9
| * MAINT: array_any_nonzero now uses new iterator APIAllan Haldane2017-09-242-21/+59
| * BUG: PyArray_CountNonzero does not check for exceptionsAllan Haldane2017-09-243-2/+33
* | 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-222-1/+13
|\
| * TST: test for leak in np.dot of size 0 arraysMichael Lamparski2017-09-221-0/+11
| * BUG: memory leak in np.dot of size 0Michael Lamparski2017-09-221-1/+2
* | BUG: Check for exception in sort functions, add testsmattip2017-09-223-8/+31
|/
* MAINT: Use PyArray_CHKFLAGS in more places.Charles Harris2017-09-221-2/+2
* BUG: Make scalar function elision check writeable.Charles Harris2017-09-212-0/+11
* 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-146-42/+143
* MAINT: Suppress warning in py3compat test.Charles Harris2017-08-141-3/+7
* Merge pull request #9378 from charris/backport-9323Charles Harris2017-07-061-0/+1
|\
| * DOC: Add $PARAMS to the isnat docstringAndras Deak2017-07-061-0/+1
* | Merge pull request #9377 from charris/backport-9320Charles Harris2017-07-061-9/+8
|\ \
| * | DOC: Use x1 and x2 in the heaviside docstring.Warren Weckesser2017-07-061-9/+8
| |/
* | 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-062-8/+12
|/
* Merge pull request #9372 from charris/backport-9369Charles Harris2017-07-061-1/+1
|\
| * BUG: Fix error in fromstring function from numpy.core.records (#9369)Daniel Hrisca2017-07-061-1/+1
* | Merge pull request #9339 from jleahy/masterCharles Harris2017-06-303-2/+14
|\ \
| * | BUG: prevent crash when ufunc doc string is nullJoshua Leahy2017-06-303-2/+14
* | | BUG: umath: un-break ufunc where= when no out= is givenPauli Virtanen2017-06-302-10/+36
| |/ |/|
* | Merge pull request #9317 from juliantaylor/nonzero-fixCharles Harris2017-06-272-1/+12
|\ \
| * | BUG: fix wrong ndim used in empty where checkJulian Taylor2017-06-272-1/+12
* | | BUG: handle resize to 0d arrayJulian Taylor2017-06-172-18/+37
* | | Merge pull request #9261 from juliantaylor/readonly-tempCharles Harris2017-06-172-0/+13
|\ \ \ | |/ /
| * | BUG: don't elide into readonly and updateifcopy temporariesJulian Taylor2017-06-172-0/+13
* | | Revert "DEP: Raise TypeError for subtract(bool_, bool_)."Charles Harris2017-06-154-10/+25
* | | DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-102-7/+7
* | | 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-242-2/+29
* | | RF: remove main clauseMatthew Brett2017-05-181-10/+0
* | | RF: delay calls of array repr in getlimitsMatthew Brett2017-05-181-6/+26
* | | Merge pull request #9111 from mhvk/array_ufunc_reduce_out_tupleEric Wieser2017-05-185-55/+151
|\ \ \
| * | | DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-172-4/+7
| * | | BUG: ufunc.reduce,accumulate,reduceat cannot deal with out tuple.Marten van Kerkwijk2017-05-124-22/+94
| * | | BUG: ensure axis=None gets passed on correctly to ufunc.reduce.Marten van Kerkwijk2017-05-122-34/+55
* | | | BUG: errors in fast_scalar_power are not propagated.Marten van Kerkwijk2017-05-173-33/+50
* | | | Merge pull request #9124 from juliantaylor/abs-no-elideCharles Harris2017-05-163-73/+85
|\ \ \ \
| * | | | MAINT: use PyArray_ISNUMBER to decide whether to elideJulian Taylor2017-05-151-2/+2
| | |/ / | |/| |
| * | | TST: move elision tests to their own class and add some moreJulian Taylor2017-05-121-73/+82
| * | | BUG: only elide basic dtypes in unary opsJulian Taylor2017-05-121-1/+1
| * | | BUG: do not elide complex abs()Julian Taylor2017-05-122-1/+4
* | | | BUG remove memory leak in array ufunc override.Marten van Kerkwijk2017-05-102-16/+23
* | | | Merge pull request #9091 from shoyer/array-ufunc-error-messageCharles Harris2017-05-102-7/+8
|\ \ \ \ | |/ / /