summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT,BUG: Fix mtrand for Cython 0.27.Charles Harris2017-09-261-1/+11
* BUG: ensure consistent result dtype of count_nonzeroJulian Taylor2017-09-242-13/+17
* Merge pull request #9766 from charris/backport-9294Charles Harris2017-09-242-1/+9
|\
| * allow non-strictly increasing binsBrandon Carter2017-09-241-1/+1
| * minor change to the logicBrandon Carter2017-09-241-1/+1
| * BUG: fixes unsigned bins monotonicity check, see #9222Brandon Carter2017-09-241-1/+1
| * TST: add test for unsigned bins monotonicity check, see #9222Brandon Carter2017-09-241-0/+8
* | 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 #9747 from charris/backport-9724Charles Harris2017-09-222-2/+4
|\
| * BUG: adjust gfortran version search regexJonathan Helmus2017-09-222-2/+4
* | 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
| |/
* | Merge pull request #9745 from charris/backport-9682Charles Harris2017-09-226-49/+49
|\ \
| * | DOC: Fix inline "math" directives [skip ci]Michael Seifert2017-09-226-6/+6
| * | DOC: Add whitespace after "versionadded::" directiveMichael Seifert2017-09-225-43/+43
| |/
* | BUG: Check for exception in sort functions, add testsmattip2017-09-223-8/+31
|/
* Merge pull request #9732 from charris/fix-scalar-elisionCharles Harris2017-09-222-2/+13
|\
| * 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
* | Merge pull request #9742 from charris/backport-pad-fixesCharles Harris2017-09-222-0/+19
|\ \
| * | BUG: fix padding an empty array in reflect mode.Iryna Shcherbina2017-09-222-3/+15
| * | BUG: fix infinite loop when creating np.pad on an empty arrayIryna Shcherbina2017-09-222-0/+7
| |/
* | Merge pull request #9736 from eric-wieser/gradient-fixCharles Harris2017-09-212-8/+20
|\ \ | |/ |/|
| * MAINT: Use clearer variableEric Wieser2017-07-131-1/+1
| * BUG: Use np.ndim not asarray, to allow duck-typesEric Wieser2017-07-131-7/+6
| * BUG: Only allow 1d distance arraysEric Wieser2017-07-132-1/+7
| * BUG: Allow 0d arrays instead of scalars in gradientEric Wieser2017-07-132-8/+15
* | BUG: Add hypot and cabs functions to WIN32 blacklist.Charles Harris2017-08-171-0/+13
* | BLD: remove -xhost flag from IntelFCompiler. Closes gh-9042.Ralf Gommers2017-08-141-1/+1
* | Merge pull request #9556 from charris/backport-9469Charles Harris2017-08-146-42/+143
|\ \
| * | BUG: Fix true_divide when dtype=np.float64 specified.Charles Harris2017-08-146-42/+143
* | | DOC: Fix some rst markup in numpy/doc/basics.py.Charles Harris2017-08-141-3/+3
|/ /
* | Merge pull request #9555 from charris/backport-9554Charles Harris2017-08-142-4/+8
|\ \
| * | MAINT: Suppress warning in py3compat test.Charles Harris2017-08-141-3/+7
| * | BUG: fix regression in 1.13.x in distutils.mingw32ccompiler.Ralf Gommers2017-08-141-1/+1
* | | Merge pull request #9390 from eric-wieser/poly1d-fixes-fixes-fixes-fixesCharles Harris2017-07-112-11/+17
|\ \ \ | |/ / |/| |
| * | BUG: Return the coefficients array directlyEric Wieser2017-07-082-11/+17
* | | 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 #9373 from charris/backport-9364Charles Harris2017-07-061-2/+1
|\ \ \