summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEP: Expansion of gufunc signatures.Marten van Kerkwijk2018-06-101-0/+241
* Merge pull request #11291 from charris/fix-npy_get_floatstatus_barrierCharles Harris2018-06-091-1/+1
|\
| * BUG: Remove extra trailing paretheses.Charles Harris2018-06-091-1/+1
* | Merge pull request #11222 from hmaarrfk/documentation_nditerCharles Harris2018-06-091-19/+19
|\ \ | |/ |/|
| * Updated with correct endMark Harfouche2018-06-021-19/+19
| * Reference doc to nditer is python3 friendlyMark Harfouche2018-06-011-19/+19
* | Merge pull request #11287 from numpy/pr/11063Charles Harris2018-06-081-4/+4
|\ \
| * | STY: Revert line unwrapEric Wieser2018-06-081-1/+2
| * | minor doc improvementsNikita2018-06-081-5/+4
|/ /
* | Merge pull request #11273 from seberg/sort-valgrind-fixCharles Harris2018-06-082-2/+26
|\ \
| * | MAINT: Extract common variableEric Wieser2018-06-081-6/+6
| * | BUG: Remove invalid read in searchsorted if needle is emptySebastian Berg2018-06-072-4/+28
* | | Merge pull request #11277 from eric-wieser/fix-older-ctypes-compatCharles Harris2018-06-083-15/+144
|\ \ \
| * | | BUG: Work around bugs in pep3118 ctypes by falling back on np.dtype(type(ctyp...Eric Wieser2018-06-083-10/+122
| * | | MAINT: Extract helper functionEric Wieser2018-06-081-13/+32
| * | | MAINT: Don't steal a referenceEric Wieser2018-06-081-3/+1
* | | | DOC: make docstring of np.interp clearer (#11280)Jörg Döpfert2018-06-081-2/+2
* | | | Merge pull request #11155 from eric-wieser/datetime-stack-overflowMarten van Kerkwijk2018-06-084-21/+41
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Use moved definition of Npy_EnterRecursiveCallEric Wieser2018-05-241-11/+2
| * | | BUG: Prevent stackoverflow in conversion to datetime typesEric Wieser2018-05-243-10/+39
* | | | Merge pull request #11246 from eric-wieser/pyarray_new_with_baseEric Wieser2018-06-0720-431/+298
|\ \ \ \
| * | | | BUG: Set ndarray.base before calling __array_finalize__Eric Wieser2018-06-0720-312/+194
| * | | | MAINT/STY: Line wrap PyArray_NewFromDescr consistentlyEric Wieser2018-06-0516-165/+150
* | | | | Merge pull request #11275 from seberg/tst-no-empty-sortCharles Harris2018-06-071-4/+6
|\ \ \ \ \
| * | | | | TST: Do not use empty arrays in tests (unless they are not read)Sebastian Berg2018-06-081-4/+6
| | |_|/ / | |/| | |
* | | | | 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