summaryrefslogtreecommitdiff
path: root/numpy/core/src/ufuncobject.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed coercion rules so that integer scalar is not seen as a negative integer...Travis Oliphant2006-01-301-2/+25
* Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant2006-01-191-44/+23
* added passing optional context to the __array__ methodsasha2006-01-181-3/+35
* do not mask errors in {{{__array_wrap__}}}sasha2006-01-151-10/+12
* Fix unnecessary priority checks in multiarray and use C-API call in ufuncobjectTravis Oliphant2006-01-151-20/+2
* Do not check {{{__array_priority__}}} if only one instance with {{{__array_wr...sasha2006-01-151-34/+39
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-1/+0
* fixed handling of __array_priority__sasha2006-01-151-1/+2
* extended __array_wrap__ see wiki:MaskedArraysasha2006-01-141-15/+20
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* rename sub-packagesTravis Oliphant2006-01-041-0/+3145