summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10137 from charris/add-license-to-installmaintenance/1.13.xCharles Harris2017-11-302-4/+6
|\
| * BLD: Update MANIFEST.inCharles Harris2017-11-301-1/+2
| * BLD: Include the license file in NumPy wheels.Charles Harris2017-11-301-3/+4
|/
* Merge pull request #10115 from charris/update-licenseCharles Harris2017-11-282-0/+73
|\
| * DOC: Update license documentation.Charles Harris2017-11-282-0/+73
|/
* Merge pull request #10103 from charris/backport-10096Charles Harris2017-11-272-28/+46
|\
| * BUG: Fix assert_equal on time-like objectsEric Wieser2017-11-272-28/+46
|/
* Merge pull request #10088 from charris/backport-9997Charles Harris2017-11-271-8/+8
|\
| * BUG: prototypes for [cz]dot[uc] are incorrectEric Wieser2017-11-261-8/+8
* | Merge pull request #10083 from charris/backport-10067Charles Harris2017-11-271-3/+10
|\ \
| * | Replace sphinx extension sphinx.ext.pngmath by sphinx.ext.imgmath.Kexuan Sun2017-11-261-2/+3
| * | Changed sphinx extension sphinx.ext.pngmath to sphinx.ext.imgmath.Kexuan Sun2017-11-261-1/+7
| |/
* | Merge pull request #10084 from charris/backport-9692Charles Harris2017-11-262-2/+10
|\ \
| * | ENH: Add support of ARC architectureAlexey Brodkin2017-11-262-2/+10
| |/
* | Merge pull request #10085 from charris/backport-9796Charles Harris2017-11-261-0/+24
|\ \
| * | TST: linalg: add basic smoketest for choleskyPauli Virtanen2017-11-261-0/+24
| |/
* | Merge pull request #10086 from charris/backport-9785Charles Harris2017-11-262-15/+32
|\ \
| * | BUG: Don't ignore mismatching shapes just because the mask is all zerosEric Wieser2017-11-262-2/+8
| * | BUG: Shrinking the mask on a structured type errorsEric Wieser2017-11-262-13/+24
| |/
* | Merge pull request #10082 from charris/backport-10068Charles Harris2017-11-262-4/+56
|\ \
| * | BUG: Fix memory leak for subclass slicingSebastian Berg2017-11-262-4/+56
| |/
* | Merge pull request #10046 from charris/fix-f2py-string-callbackCharles Harris2017-11-172-3/+39
|\ \ | |/ |/|
| * TST: Test f2py passing string array to callback.Charles Harris2017-11-171-1/+33
| * BUG: Fix f2py string variables in callbacks.Charles Harris2017-11-171-2/+6
|/
* Merge pull request #9902 from DmitriyValetov/patch-1Charles Harris2017-10-221-1/+1
|\
| * MAINT: Fix example integer formatting to current.Charles Harris2017-10-221-1/+1
| * MAINT: Fix example output to be integers, not floats.Charles Harris2017-10-221-1/+1
| * numpy.nonzero()Dmitriy Valetov2017-10-221-1/+1
|/
* Merge pull request #9892 from charris/backport-9887Charles Harris2017-10-192-49/+57
|\
| * BUG: add.reduce gives wrong results for arrays with funny stridesAllan Haldane2017-10-192-49/+57
|/
* Merge pull request #9794 from charris/create-1.13.3-notesCharles Harris2017-09-292-0/+65
|\
| * Update 1.13.3-notes.rstCharles Harris2017-09-291-1/+2
| * DOC: Create 1.13.3 release notes.Charles Harris2017-09-292-0/+64
|/
* 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
|\ \