summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12124 from mattip/rework-float-error-statusCharles Harris2018-10-171-7/+0
|\
| * MAINT: remove unused label from reviewmattip2018-10-111-1/+0
| * MAINT: remove macro, platforms that defined it will now fail to buildmattip2018-10-101-6/+0
* | Merge pull request #12147 from eric-wieser/unify-type-resolution-errorsCharles Harris2018-10-111-78/+33
|\ \
| * | MAINT: Move duplicated type_reso_error code into a helper functionEric Wieser2018-10-111-78/+33
| |/
* | MAINT: Fix typo in commentEric Wieser2018-10-111-1/+1
|/
* DEP: finish making all comparisons to NaT falseStephan Hoyer2018-09-131-35/+6
* Merge branch 'master' into warn-float16-nanCharles Harris2018-08-319-129/+26
|\
| * MAINT: export newly added c-extension functionmattip2018-08-211-9/+3
| * MAINT: move declararions into umathmodule.hmattip2018-08-211-21/+1
| * MAINT: create common_{src,dep}, move header includes to appropriate placesmattip2018-08-212-9/+2
| * MAINT: move scalar math intialization to before setup_scalartypesmattip2018-08-211-32/+1
| * MAINT: define _MULTIARRAYMODULE to use functions directly (not via PyArray_API)mattip2018-08-218-22/+8
| * MAINT: merge umath, multiarray into _multiarray, add python wrappersmattip2018-08-211-43/+14
| * Merge pull request #11595 from mattip/warn-scalar-minimumCharles Harris2018-08-011-2/+6
| |\
| | * BUG:warn on Nan in minimum,maximum for scalarsmattip2018-07-231-2/+6
* | | ENH: add Nan warnings for maximum, minimum on more dtypesmattip2018-08-011-11/+15
|/ /
* | Merge pull request #9022 from eric-wieser/reduce-hides-errorMarten van Kerkwijk2018-07-271-121/+175
|\ \ | |/ |/|
| * MAINT: Hoist helper functions to the top of the file so that prototypes are n...Eric Wieser2018-06-121-137/+135
| * BUG/MAINT: Handle errors in __array_wrap__ the same way in ufunc.reduce as in...Eric Wieser2018-06-121-16/+26
| * MAINT: Extract a helper function to apply __array_wrap__Eric Wieser2018-06-101-33/+79
* | MAINT: Improve speed of ufunc kwargs parsing.Marten van Kerkwijk2018-06-293-251/+349
* | Merge pull request #11282 from mhvk/array-comparison-not-implementeduntagged-65f99747b229ae7de4ccMarten van Kerkwijk2018-06-211-179/+1
|\ \
| * | MAINT: move comparison operator special-handling out of ufunc parsing.Marten van Kerkwijk2018-06-181-179/+1
* | | fixes from reviewmattip2018-06-191-2/+2
* | | ENH: Remove NpyIter_Closemattip2018-06-181-38/+9
|/ /
* | BUG: decref in failure path; replace PyObject_Type by Py_TYPEMarten van Kerkwijk2018-06-141-10/+5
|/
* Merge pull request #11296 from eric-wieser/fix-array_wrap-segfaultMarten van Kerkwijk2018-06-101-2/+2
|\
| * BUG: Fix segfault on failing __array_wrap__Eric Wieser2018-06-101-2/+2
* | Merge pull request #11260 from mhvk/ufunc-parsing-better-cleanupCharles Harris2018-06-101-41/+32
|\ \ | |/ |/|
| * MAINT: Do proper cleanup in get_ufunc_arguments.Marten van Kerkwijk2018-06-071-41/+32
* | Merge pull request #11246 from eric-wieser/pyarray_new_with_baseEric Wieser2018-06-071-7/+7
|\ \ | |/ |/|
| * BUG: Set ndarray.base before calling __array_finalize__Eric Wieser2018-06-071-0/+3
| * MAINT/STY: Line wrap PyArray_NewFromDescr consistentlyEric Wieser2018-06-051-7/+4
* | TST: Add a new gufunc with (i)->(i) signature for testing with axis.Marten van Kerkwijk2018-06-071-0/+46
* | 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-071-2/+10
* | ENH: add "axis" argument to generalized ufuncs.Marten van Kerkwijk2018-06-071-11/+116
* | BUG: ensure extobj and axes have their own references.Marten van Kerkwijk2018-06-061-13/+23
|/
* MAINT: ensure we do not create unnecessary tuples for outputsMarten van Kerkwijk2018-06-021-0/+4
* Merge pull request #11193 from mhvk/gufunc-sig-signature-override-bugEric Wieser2018-05-301-2/+4
|\
| * BUG: reference count exposed by better testingMarten van Kerkwijk2018-05-301-2/+4
* | Merge pull request #11176 from mhvk/gufunc-keepdims-iter-allocMatti Picus2018-05-301-2/+2
|\ \
| * | MAINT: avoid setting non-existing gufunc strides for keepdims=True.Marten van Kerkwijk2018-05-281-2/+2
* | | MAINT: Ensure that parsing errors are passed on even in tests.Marten van Kerkwijk2018-05-291-14/+35
| |/ |/|
* | TST: Test dimensions/indices found from parsed gufunc signatures.mattip2018-05-281-8/+54
|/
* ENH: Add keepdims argument for generalized ufuncs.Marten van Kerkwijk2018-05-181-21/+100
* MAINT: reduce code duplication in ufunc_frompyfuncmattip2018-05-172-58/+35
* Merge pull request #10988 from eric-wieser/ufunc-tidyMarten van Kerkwijk2018-05-141-17/+15
|\
| * MAINT: Push variables down into nested scopes where possibleEric Wieser2018-04-261-2/+3