summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/ufunc_object.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Convert methods to vectorcall conversions (#23018)Pieter Eendebak2023-01-231-2/+2
* MAINT: Rename PyUFunc_GetIDentity to PyUFunc_GetDefaultIdentitySebastian Berg2023-01-201-1/+1
* MAINT: Rework things to make reorderability static and default to no initial ...Sebastian Berg2023-01-201-0/+3
* PERF: Improve performance of special attribute lookups (#21423)Pieter Eendebak2022-05-031-0/+1
* ENH: Optimize and cleanup ufunc calls and ufunc CheckOverridesSebastian Berg2021-03-231-14/+0
* MAINT: create common_{src,dep}, move header includes to appropriate placesmattip2018-08-211-0/+2
* MAINT: Improve speed of ufunc kwargs parsing.Marten van Kerkwijk2018-06-291-8/+18
* MAINT: Further unify handling of unnamed ufuncsEric Wieser2017-07-111-0/+3
* ENH: intern some commonly used strings in umath moduleJulian Taylor2013-11-261-0/+9
* ENH: umath: Move the type resolution functions into their own fileMark Wiebe2011-07-061-80/+0
* ENH: missingdata: Move getting the masked ufunc inner loop to a different fun...Mark Wiebe2011-07-061-9/+0
* ENH: missingdata: Add a mechanism to get masked versions of ufunc inner loopsMark Wiebe2011-07-061-0/+9
* ENH: core: Change the ones_like ufunc so it doesn't do type checkingMark Wiebe2011-06-221-0/+9
* ENH: datetime: Add more tests and type resolution for datetimeMark Wiebe2011-06-011-0/+18
* ENH: datetime: Add min/max type resolution, implement tests for datetime ufuncsMark Wiebe2011-05-311-0/+18
* ENH: Add ufunc datetime-aware type resolution functions for multiply and divideMark Wiebe2011-05-271-0/+17
* ENH: Add custom type resolution function for the subtract ufunc with datetime...Mark Wiebe2011-05-271-0/+9
* ENH: Create type resolution function for 'add' with special datetime rulesMark Wiebe2011-05-271-0/+9
* Put umath source code into its own directory.David Cournapeau2009-04-301-0/+10