summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath
Commit message (Expand)AuthorAgeFilesLines
* BUG: fixing bugs in AVX exp/log while handling special value floats (#13415)Raghuveer Devulapalli2019-04-301-21/+53
* Merge pull request #13371 from eric-wieser/__floor__-and-__ceil__Charles Harris2019-04-221-0/+33
|\
| * BUG/ENH: Make floor, ceil, and trunc call the matching special methodsEric Wieser2019-04-191-0/+33
* | BUG: Fixing incomplete guards for @ISA@_exp/log_FLOAT functionsRaghuveer Devulapalli2019-04-192-2/+2
* | BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-193-8/+11
* | BUG: Fixing AVX512F build issues on clang6.0Raghuveer Devulapalli2019-04-192-9/+22
* | BUG: Fixing compile time error for clangRaghuveer Devulapalli2019-04-191-30/+25
* | ENH: vectorizing float32 implementation of np.exp & np.logRaghuveer Devulapalli2019-04-194-1/+472
* | Merge pull request #8662 from eric-wieser/ufunc-outer-subclassMatti Picus2019-04-191-2/+20
|\ \
| * | MAINT: avoid np.matrix in PR 8662Tyler Reddy2019-04-171-2/+20
| * | ENH: preserve subclasses in ufunc.outerEric Wieser2019-04-161-2/+2
| |/
* | Merge pull request #13218 from debsankha/isfinite-datetimeCharles Harris2019-04-184-0/+39
|\ \ | |/ |/|
| * Merge branch 'master' into isfinite-datetimeMatti Picus2019-04-102-81/+66
| |\
| * | MAINT: added missing return in PyUFunc_IsFiniteTypeResolverDebsankha Manik2019-03-301-1/+1
| * | ENH: allow datettimes in isfiniteSebastian Berg2019-03-304-0/+39
* | | MAINT: Tidy up error message for accumulate and reduceatEric Wieser2019-04-141-25/+27
* | | BUG: ufunc.at iteration variable size fixSebastian Berg2019-04-131-1/+1
| |/ |/|
* | ENH: vectorize np.abs for unsigned ints and half, improving performance up to...Christopher Whelan2019-04-051-10/+4
* | MAINT: remove OUTPUT_LOOP_FAST macro and use UNARY_LOOP_FAST insteadChristopher Whelan2019-03-292-27/+10
* | MAINT: cleanup of fast_loop_macros.hChristopher Whelan2019-03-292-59/+67
|/
* Merge pull request #12988 from qwhelan/bool_ufuncEric Wieser2019-03-283-0/+64
|\
| * ENH: Create boolean and integer ufuncs for isnan, isinf, and isfinite.Christopher Whelan2019-03-093-0/+64
* | STY: Fix weird indents to be multiples of 4 spacesEric Wieser2019-03-202-3/+3
|/
* MAINT: Improve docs of simple macros and group them togetherEric Wieser2019-02-241-34/+48
* MAINT: Extract the loop macros into their own headerEric Wieser2019-02-242-193/+206
* Merge pull request #12932 from cgohlke/patch-5Matti Picus2019-02-142-11/+63
|\
| * MAINT: fixes from reviewmattip2019-02-112-5/+6
| * BUG: test, fix for trying to register a loop againmattip2019-02-112-9/+60
| * ENH: do not dereference NULL pointerChristoph Gohlke2019-02-051-1/+1
* | MAINT: Merge together the unary and binary type resolversEric Wieser2019-02-042-138/+48
|/
* Merge pull request #12683 from tylerjereddy/timedelta64_divmodMatti Picus2019-01-214-5/+95
|\
| * ENH: add mm->qm divmodTyler Reddy2019-01-174-4/+94
| * BUG: timedelta64 % 0 behaviorTyler Reddy2019-01-171-1/+1
* | Merge pull request #12593 from eric-wieser/ufunc-exceptionsMarten van Kerkwijk2019-01-191-49/+150
|\ \ | |/ |/|
| * DOC: Explain -1 return valuesEric Wieser2019-01-191-3/+12
| * ENH: Use richer exception types for ufunc type resolution errorsEric Wieser2019-01-131-49/+141
* | Merge pull request #12700 from mattip/gh-7961Eric Wieser2019-01-131-1/+21
|\ \
| * | ENH: chain additional exception on ufunc method lookup errormattip2019-01-131-1/+21
* | | BUG: reference cycle in np.vectorize (#11977)Matti Picus2019-01-092-8/+41
|/ /
* | MAINT: Further fixups to uint alignment checksAllan Haldane2019-01-061-1/+1
* | ENH: allow where in reduce operations.Marten van Kerkwijk2019-01-033-34/+75
* | BUG: Fix incorrect/missing reference cleanups found using valgrind (#12624)Sebastian Berg2019-01-035-4/+16
* | Merge pull request #12308 from tylerjereddy/timedelta64_floordivMatti Picus2019-01-013-0/+37
|\ \
| * | ENH: add mm->q floordivTyler Reddy2018-12-073-0/+37
* | | BUG: Add missing free in ufunc deallocSebastian Berg2018-12-261-0/+2
| |/ |/|
* | Merge pull request #12544 from mattip/pypy-fixes2Charles Harris2018-12-161-0/+2
|\ \
| * | MAINT: return Py_None not NULLmattip2018-12-141-2/+2
| * | BUG: fix from reviewmattip2018-12-141-1/+0
| * | BUG: fix refcount issue caused by #12524mattip2018-12-141-0/+3
* | | Merge pull request #12555 from juliantaylor/fix-avxCharles Harris2018-12-161-46/+53
|\ \ \ | |/ / |/| |