summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix true_divide when dtype=np.float64 specified.Charles Harris2017-08-144-30/+66
* MAINT: Use a for loop to traverse the linked listEric Wieser2017-07-061-4/+3
* BUG: Prevent hangs traversing ufunc userloop linked listsEric Wieser2017-07-061-8/+7
* Merge pull request #9339 from jleahy/masterCharles Harris2017-06-302-2/+10
|\
| * BUG: prevent crash when ufunc doc string is nullJoshua Leahy2017-06-302-2/+10
* | BUG: umath: un-break ufunc where= when no out= is givenPauli Virtanen2017-06-301-10/+25
* | Revert "DEP: Raise TypeError for subtract(bool_, bool_)."Charles Harris2017-06-151-5/+6
* | BUG: pull request 9087 modifies a tuple after usemattip2017-06-011-27/+29
* | Merge pull request #9111 from mhvk/array_ufunc_reduce_out_tupleEric Wieser2017-05-182-25/+45
|\ \
| * | BUG: ufunc.reduce,accumulate,reduceat cannot deal with out tuple.Marten van Kerkwijk2017-05-122-4/+18
| * | BUG: ensure axis=None gets passed on correctly to ufunc.reduce.Marten van Kerkwijk2017-05-121-21/+27
* | | BUG remove memory leak in array ufunc override.Marten van Kerkwijk2017-05-101-13/+19
|/ /
* | MAINT: fix intp formatting warningsJulian Taylor2017-05-101-23/+24
* | MAINT: Remove avoidable warningsEric Wieser2017-05-101-1/+0
* | BUG: Fix inconsistent lookup of __array_ufunc__.Eric Wieser2017-05-101-14/+21
* | MAINT: Fix warnings about int vs intpEric Wieser2017-05-101-9/+9
* | Merge pull request #9026 from eric-wieser/ufunc_docstringsCharles Harris2017-05-091-58/+19
|\ \ | |/
| * DOC: Show full argument lists for ufuncsEric Wieser2017-05-081-58/+19
* | ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
|/
* Merge pull request #9063 from shoyer/divmodEric Wieser2017-05-082-0/+72
|\
| * ENH: add np.divmod ufuncStephan Hoyer2017-05-072-0/+72
* | ENH: Add isnat functionSebastian Berg2017-05-074-0/+45
|/
* Merge pull request #8876 from eric-wieser/ufunc-refactorEric Wieser2017-05-011-116/+141
|\
| * MAINT: Compute core_dim_ixs_size near where it is usedEric Wieser2017-04-061-2/+4
| * MAINT: Pull out large function from PyUFunc_GeneralizedFunctionEric Wieser2017-04-061-105/+121
| * BUG: Use the same default ufunc name in all placesEric Wieser2017-04-061-9/+16
* | Merge pull request #8967 from shoyer/positiveEric Wieser2017-05-013-0/+49
|\ \
| * | ENH: add np.positive ufunc and use it for ndarray.__pos__Stephan Hoyer2017-04-303-0/+49
* | | Merge pull request #9014 from shoyer/array_ufunc-NoneCharles Harris2017-04-301-11/+8
|\ \ \ | |/ / |/| |
| * | ENH: disable ufuncs if any operand sets __array_ufunc__=NoneStephan Hoyer2017-04-301-11/+8
* | | BUG: Fix matrix multiply test gufunc for empty matricesSebastian Berg2017-04-291-0/+14
* | | ENH: Allow removal of 0-sized axes from nditer and empty gufunc callsSebastian Berg2017-04-291-37/+0
|/ /
* | Merge pull request #9002 from eric-wieser/where-true-defaultCharles Harris2017-04-271-0/+9
|\ \
| * | MAINT: Document ufunc(where=...) as defaulting to TrueEric Wieser2017-04-261-0/+9
| |/
* | ENH: Better error message for __array_ufunc__ not implementedStephan Hoyer2017-04-271-3/+15
* | MAINT: remove unnecessary checks, wrong code for 'outer', cleanup.Marten van Kerkwijk2017-04-272-46/+140
* | BUG: ensure subclass of override class doesn't segfault.Marten van Kerkwijk2017-04-271-1/+2
* | MAINT: split out umath-specific part of ufunc_override.Marten van Kerkwijk2017-04-273-1/+490
* | MAINT: simplify now that __array_ufunc__ overrides ufuncs only.Marten van Kerkwijk2017-04-271-12/+6
* | BUG,MAINT: ensure out=None is never passed on to __array_ufunc__.Marten van Kerkwijk2017-04-271-11/+16
* | BUG/ENH: Switch to simplified __array_ufunc__/binop interactionNathaniel J. Smith2017-04-271-0/+13
* | ENH: Rename __numpy_ufunc__ to __array_ufunc__.Charles Harris2017-04-271-1/+1
|/
* MAINT: Include the function name in all argument error messagesEric Wieser2017-03-282-8/+10
* Merge pull request #8854 from eric-wieser/loops-h-cleanupEric Wieser2017-03-271-16/+5
|\
| * MAINT: Remove manual expansion of template loop for some ufuncsEric Wieser2017-03-271-16/+5
* | MAINT: restore auto-vectorization of inplace operationsJulian Taylor2017-03-271-4/+35
|/
* BUG: Prevent silent failure of ternary powerEric Wieser2017-03-211-9/+28
* BUG: nb_power should not be passed NULLEric Wieser2017-03-211-6/+6
* Merge pull request #8754 from AndresGuzman-Ballen/automatic-compiler-vectoriz...Julian Taylor2017-03-101-1/+2
|\
| * ENH: Allows building npy_math with static inliningAndres Guzman-Ballen2017-03-101-1/+2