summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/extobj.c
Commit message (Expand)AuthorAgeFilesLines
* ENH: Check floating point error flags for all castsSebastian Berg2022-06-131-0/+27
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-4/+4
* MAIN: Minor include rationalization.Charles Harris2021-09-031-2/+3
* Merge branch 'master' into cleanup-LongEric Wieser2020-08-241-1/+1
|\
| * MAINT: Replace PyUString_* by PyUnicode_* equivalents.Charles Harris2020-08-231-1/+1
* | MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-241-3/+3
|/
* BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()Eric Wieser2020-01-141-1/+7
* MAINT: define _MULTIARRAYMODULE to use functions directly (not via PyArray_API)mattip2018-08-211-3/+1
* BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-1/+1
* ENH skip NPY_ALLOW_C_API for UFUNC_ERR_IGNOREZiyan2017-11-081-0/+5
* MAINT: Use the error_converting macro where possibleEric Wieser2017-08-111-1/+2
* MAINT: Move functions handling ufunc extobjEric Wieser2017-06-021-0/+317