summaryrefslogtreecommitdiff
path: root/numpy/core/src/private
Commit message (Expand)AuthorAgeFilesLines
* BUG: core: blacklist MSVC cabs* on win32Pauli Virtanen2017-08-171-0/+4
* BUG: blacklist MSVC hypot() on win32Pauli Virtanen2017-08-161-0/+9
* BUG remove memory leak in array ufunc override.Marten van Kerkwijk2017-05-101-3/+4
* MAINT: Remove avoidable warningsEric Wieser2017-05-102-4/+3
* MAINT: use if instead of loopEric Wieser2017-05-101-31/+21
* BUG: Fix inconsistent lookup of __array_ufunc__.Eric Wieser2017-05-102-27/+30
* MAINT: Distinguish "correct" special method lookups from incorrect onesEric Wieser2017-05-103-36/+90
* ENH: Spelling fixesVille Skyttä2017-05-091-2/+2
* Merge pull request #9014 from shoyer/array_ufunc-NoneCharles Harris2017-04-301-5/+28
|\
| * ENH: disable ufuncs if any operand sets __array_ufunc__=NoneStephan Hoyer2017-04-301-5/+28
* | BUG: Make ndarray inplace operators forward calls when needed.Charles Harris2017-04-291-11/+28
|/
* MAINT: split out umath-specific part of ufunc_override.Marten van Kerkwijk2017-04-272-478/+16
* MAINT: simplify now that __array_ufunc__ overrides ufuncs only.Marten van Kerkwijk2017-04-272-12/+8
* BUG,MAINT: ensure out=None is never passed on to __array_ufunc__.Marten van Kerkwijk2017-04-272-119/+182
* MAINT: let ndarray.__array_ufunc__ bail if any overrides are in place.Marten van Kerkwijk2017-04-272-32/+59
* ENH: implement ndarray.__array_ufunc__Marten van Kerkwijk2017-04-271-9/+55
* MAINT: for __array_ufunc__ pass inputs as *args, ensure out is tuple.Marten van Kerkwijk2017-04-271-42/+99
* MAINT: Add NPY_NO_EXPORT modifier to PyUFunc_CheckOverride.Charles Harris2017-04-272-2/+2
* MAINT: Split out C code in ufunc_override.h to .c file.Marten van Kerkwijk2017-04-272-402/+410
* MAINT: allow __array_ufunc__ = None to force binops to defer.Marten van Kerkwijk2017-04-272-132/+42
* BUG/ENH: Switch to simplified __array_ufunc__/binop interactionNathaniel J. Smith2017-04-271-0/+292
* MAINT: Put PyArray_GetAttrString_SuppressException in get_attr_string.hNathaniel J. Smith2017-04-272-15/+97
* ENH: Remove position arg from __array_ufunc__.Charles Harris2017-04-271-8/+1
* ENH: Rename __numpy_ufunc__ to __array_ufunc__.Charles Harris2017-04-271-7/+7
* ENH: Revert "Temporarily disable __numpy_ufunc__"Charles Harris2017-04-271-6/+0
* STY: core: fix up code style and add clearer commentsPauli Virtanen2017-02-101-8/+12
* BUG: core: fix bug with zero strides in PyArray_EQUIVALENTLY_ITERABLE_OVERLAP_OKPauli Virtanen2017-01-201-4/+7
* MAINT: core: fix compiler warningsPauli Virtanen2017-01-201-1/+1
* MAINT: drop NPY_INLINEPauli Virtanen2017-01-191-1/+1
* ENH: core: add overlap detection logic to EQUIVALENTLY/TRIVIALLY_ITERABLE loopsPauli Virtanen2017-01-191-26/+92
* BLD: blacklist powl (longdouble power function) on OS X. Closes gh-8307.Ralf Gommers2016-11-261-0/+5
* MAINT: move integer msb into a sort util functionJulian Taylor2016-07-211-0/+8
* BUG: Make sure npy_mul_with_overflow_<type> detects overflow.Charles Harris2016-07-101-3/+6
* BUG: Fix unicode with byte swap transfer and copyswapSebastian Berg2016-06-011-1/+1
* BUG: Extend glibc complex trig functions blacklist to glibc < 2.18.Nikola Forró2016-04-061-2/+2
* Temporarily disable __numpy_ufunc__Nathaniel J. Smith2016-01-291-0/+6
* BLD: fix compilation on non glibc-LinuxesDmitry Odzerikho2016-01-221-11/+8
* BUG: Add more complex trig functions to glibc < 2.16 blacklist.Charles Harris2016-01-081-0/+6
* BLD: Enabled building with MSVC 14.0Iceman92015-11-181-6/+19
* Revert "Merge pull request #6354 from mingwpy/mingwpy"Charles Harris2015-10-201-5/+0
* Merge pull request #6354 from mingwpy/mingwpyCharles Harris2015-10-091-0/+5
|\
| * BLD: mingwpy fixescarlkl2015-09-241-0/+5
* | Merge pull request #4753 from mhvk/bug-4753Charles Harris2015-10-051-5/+32
|\ \ | |/ |/|
| * Check `out` kwarg for __nump_ufunc__ override and set index appropriatelyBlake Griffith2015-06-191-5/+32
* | BUG: enforce signed char in extint128Antoine Pitrou2015-09-021-1/+1
* | ENH: solve also internal overlap problemsPauli Virtanen2015-08-292-19/+154
* | ENH: use 128-bit integers to avoid overflows in solve_diophantinePauli Virtanen2015-08-292-106/+371
* | ENH: core: add diophantine equation solver for deciding memory overlap problemsPauli Virtanen2015-08-292-0/+872
* | BLD: Move Intel POWL blacklist.Charles Harris2015-08-031-0/+9
* | BLD: disable broken msvc14 trigonometric functionsChristoph Gohlke2015-08-021-1/+18
|/