summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.13.2 releasev1.13.2Charles Harris2017-09-272-4/+4
* Merge pull request #9772 from charris/notes-1.13.2Charles Harris2017-09-272-0/+60
|\
| * DOC: Create the 1.13.2 release notes.Charles Harris2017-09-262-0/+60
|/
* Merge pull request #9771 from charris/fix-for-cython-0.27Charles Harris2017-09-262-2/+12
|\
| * MAINT,BUG: Fix mtrand for Cython 0.27.Charles Harris2017-09-262-2/+12
|/
* Merge pull request #9767 from charris/backport-9638Charles Harris2017-09-242-13/+17
|\
| * 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
* | Merge pull request #9764 from charris/fix-_npy_scaled_cexp-buildCharles Harris2017-09-241-1/+7
|\ \
| * | BUG: Ensure `_npy_scaled_cexp{,f,l}` is defined when needed.Charles Harris2017-09-241-1/+7
| |/
* | Merge pull request #9757 from charris/fix-cython-versionCharles Harris2017-09-231-1/+1
|\ \ | |/ |/|
| * BUG: Cython 0.27 breaks NumPy on Python 3.Charles Harris2017-09-231-1/+1
|/
* 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
| |/
* | Merge pull request #9744 from charris/backport-9412Charles Harris2017-09-223-8/+31
|\ \ | |/ |/|
| * 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
* | Merge pull request #9580 from charris/add-to-blacklistCharles Harris2017-08-171-0/+13
|\ \
| * | BUG: Add hypot and cabs functions to WIN32 blacklist.Charles Harris2017-08-171-0/+13
|/ /
* | Merge pull request #9559 from charris/backport-9550Charles Harris2017-08-141-0/+2
|\ \
| * | DOC: removes broken docstring example (source code, png, pdf) linksJames Bourbeau2017-08-141-0/+2
|/ /
* | Merge pull request #9558 from charris/backport-9471Charles Harris2017-08-141-1/+1
|\ \
| * | 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