summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/funcs.inc.src
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Replace PyInt_FromLong by PyLong_FromLong.Charles Harris2020-09-111-2/+2
* MAINT: Cleanup most PY3K #ifdef guardsSeth Troisi2020-01-071-4/+0
* MAINT: Cleaning up more PY_VERSION_HEXSeth Troisi2020-01-061-3/+1
* MAINT: Use trig identity to evaluate cosm1.Till Hoffmann2019-12-161-2/+2
* BUG: Fix expm1 instability for small complex nums.Till Hoffmann2019-12-161-3/+3
* BUG: Refcount fixes (#13860)Sebastian Berg2019-07-031-6/+9
* BUG: Restore the old non-object behavior for min > maxEric Wieser2019-05-141-2/+2
* MAINT: address reviewer commentsTyler Reddy2019-05-141-2/+2
* ENH/DEP: Use a ufunc under the hood for ndarray.clipEric Wieser2019-05-141-0/+11
* BUG/ENH: Make floor, ceil, and trunc call the matching special methodsEric Wieser2019-04-191-0/+33
* ENH: Add support for object arraysEric Wieser2017-12-121-0/+68
* ENH: add np.positive ufunc and use it for ndarray.__pos__Stephan Hoyer2017-04-301-0/+8
* BUG: Incrementing the wrong reference on returnMad Physicist2016-02-221-1/+1
* ENH: Use the new complex functions in npymath for our ufuncs.Eric Moore2015-02-131-344/+14
* BUG: Fix NaN handling in npy_ObjectMax and npy_ObjectMin.mamikony2014-08-221-29/+0
* BUG: ensure raising of invalid on bad complex powersJulian Taylor2013-09-121-2/+3
* STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy...Pauli Virtanen2012-07-131-1/+1
* UPD: Update files for versioned deprecation.Charles Harris2012-04-061-1/+1
* UPD: Use prefixed macros in numpy/core/src/umath/funcs.inc.src.Charles Harris2012-02-041-67/+69
* UPD: Use prefixed macros in numpy/core/src/umath/*.src, skip templates.Charles Harris2012-02-041-3/+3
* BUG: Fix maximum/minimum for object arrays in Python 3.Charles Harris2011-10-231-0/+30
* ENH: umath: Make sum, prod, any, or functions use the .reduce method directlyMark Wiebe2011-08-271-0/+77
* BUG: core/umath: fix powers of complex 0 (#1271)Pauli Virtanen2010-07-311-1/+16
* ENH: core: make npy_3kcompat.h header public, for easier usage in ScipyPauli Virtanen2010-07-171-1/+1
* 3K: replace divide by true_dividePauli Virtanen2009-12-061-0/+6
* Revert special case for numpy cpow.David Cournapeau2009-11-041-0/+50
* Use npymath implementation of complex sqrt, log, exp and pow.David Cournapeau2009-11-041-80/+4
* Working on date-time...Travis Oliphant2009-06-111-0/+2
* Put umath source code into its own directory.David Cournapeau2009-04-301-0/+608