summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10970 from eric-wieser/cut-down-ctypeslibCharles Harris2018-06-073-114/+101
|\
| * BUG: Remove fragile use of __array_interface__ in ctypeslib.as_arrayEric Wieser2018-05-263-109/+77
| * MAINT: Pull repeated decorators up to their containing classEric Wieser2018-04-241-12/+9
| * MAINT: Use assert_equalEric Wieser2018-04-241-4/+4
| * TST: Add tests for numpy.ctypeslib.as_arraytynn2018-04-241-2/+24
* | Merge pull request #11018 from mhvk/gufunc-axis-and-keepdimsCharles Harris2018-06-077-24/+271
|\ \
| * | TST: Add a new gufunc with (i)->(i) signature for testing with axis.Marten van Kerkwijk2018-06-072-1/+64
| * | DOC: Add release note about __array_ufunc__.Marten van Kerkwijk2018-06-072-1/+4
| * | MAINT: Interpret gufunc axis directly rather than construct axes.Marten van Kerkwijk2018-06-071-56/+63
| * | MAINT: let ufunc override reject passing in both axis and axes.Marten van Kerkwijk2018-06-072-2/+11
| * | DOC: Describe new axis argument.Marten van Kerkwijk2018-06-072-3/+21
| * | ENH: add "axis" argument to generalized ufuncs.Marten van Kerkwijk2018-06-073-13/+160
* | | Merge pull request #11122 from mhvk/assert-array-comparison-with-maskedCharles Harris2018-06-073-41/+57
|\ \ \
| * | | MAINT: clean up assert_array_compare a bit further.Marten van Kerkwijk2018-06-043-10/+23
| * | | BUG,MAINT: Ensure masked elements can be tested against nan and inf.Marten van Kerkwijk2018-05-272-38/+41
* | | | Merge pull request #10444 from ahaldane/dragon4_otherformats_splitCharles Harris2018-06-077-14/+345
|\ \ \ \
| * | | | BUG: Implement float128 dragon4 for IBM double-double (ppc64)Allan Haldane2018-06-067-14/+345
| | |/ / | |/| |
* | | | Merge pull request #11269 from charris/fix-unused-variableMatti Picus2018-06-071-1/+1
|\ \ \ \
| * | | | BUG: Correct use of NPY_UNUSED.Charles Harris2018-06-071-1/+1
| |/ / /
* | | | Merge pull request #11263 from charris/update-after-1.14.4Charles Harris2018-06-075-51/+142
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Update master after NumPy 1.14.4 release.Charles Harris2018-06-065-51/+142
|/ / /
* | | Merge pull request #11257 from mhvk/ufunc-parsing-no-borrowed-refsMarten van Kerkwijk2018-06-062-13/+33
|\ \ \
| * | | BUG: ensure extobj and axes have their own references.Marten van Kerkwijk2018-06-062-13/+33
* | | | Merge pull request #11167 from ahaldane/dragon4_float128_part1Charles Harris2018-06-053-541/+839
|\ \ \ \
| * | | | MAINT: Add comment in dragon4 code.Charles Harris2018-06-051-0/+1
| * | | | MAINT: replace static BigInts in dragon4 by dummy managerAllan Haldane2018-06-041-127/+196
| * | | | MAINT: Reorganize Dragon4 code to clarify float formatsAllan Haldane2018-06-043-466/+694
| |/ / /
* | | | Merge pull request #11252 from ahaldane/release_walkthrough_note_noteCharles Harris2018-06-051-8/+16
|\ \ \ \
| * | | | DOC: show how to generate release notes in release walkthroughAllan Haldane2018-06-051-8/+16
* | | | | Merge pull request #11249 from eric-wieser/0d-complex-contiguousCharles Harris2018-06-052-1/+16
|\ \ \ \ \
| * | | | | BUG: Remove errant flag meddling in .real and .imagEric Wieser2018-06-052-1/+16
| |/ / / /
* | | | | Merge pull request #11247 from eric-wieser/simplify-incref-handlingMatti Picus2018-06-051-8/+4
|\ \ \ \ \
| * | | | | BUG: Prevent memory leak if PyArray_NewCopy failsEric Wieser2018-06-051-1/+1
| * | | | | MAINT: Remove out-of-band reference count in PyArray_NewshapeEric Wieser2018-06-041-8/+4
| |/ / / /
* | | | | Merge pull request #11248 from eric-wieser/deduplicate-update-flagsMatti Picus2018-06-055-30/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Don't update the flags a second timeEric Wieser2018-06-045-30/+0
|/ / / /
* | | | Merge pull request #11229 from rkern/nep/rngMatti Picus2018-06-041-0/+208
|\ \ \ \
| * | | | NEP: New RNG policyRobert Kern2018-06-021-0/+208
* | | | | Merge pull request #11239 from eric-wieser/expose-global-descrsCharles Harris2018-06-046-53/+59
|\ \ \ \ \
| * | | | | MAINT: Use PyArray_NewFromDescr in place of PyArray_New for known numeric typesEric Wieser2018-06-035-49/+59
| * | | | | MAINT: Remove unused definitionsEric Wieser2018-06-031-4/+0
* | | | | | Merge pull request #11238 from eric-wieser/deduplicate-update-flagsCharles Harris2018-06-045-14/+0
|\ \ \ \ \ \
| * | | | | | MAINT: Don't update the flags a second timeEric Wieser2018-06-035-14/+0
| |/ / / / /
* | | | | | Merge pull request #11240 from eric-wieser/remove-py2.6-warningsCharles Harris2018-06-041-92/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | BUG: Import WarningMessage from warnings.Charles Harris2018-06-041-0/+1
| * | | | | MAINT: Remove dead code backporting py2.6 warningsEric Wieser2018-06-041-92/+0
| |/ / / /
* | | | | BUG: Prevent underflow causing empty result in arange (#10263)Licht Takeuchi2018-06-032-7/+97
|/ / / /
* | | | Merge pull request #11223 from pgunn/memmap_promote_shape_uint64Charles Harris2018-06-031-2/+1
|\ \ \ \
| * | | | reviewPat Gunn2018-06-031-1/+1
| * | | | Revise further as per peer reviewPat Gunn2018-06-031-2/+1