summaryrefslogtreecommitdiff
path: root/numpy/core/src/ufuncobject.c
Commit message (Expand)AuthorAgeFilesLines
* Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environ...Travis Oliphant2006-07-181-14/+16
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-20/+18
* Fix buffered reduce, accumulate, and reduceat.Travis Oliphant2006-07-061-0/+5
* Check for error and asthetic spacing change.Travis Oliphant2006-07-031-1/+2
* Fix copyswapn to take strides.Travis Oliphant2006-06-241-2/+2
* Use INTP_FMT for formatting intp in stringscookedm2006-06-221-5/+5
* modernized ufunc attribute accesssasha2006-06-141-110/+131
* Add error message.Travis Oliphant2006-06-141-0/+2
* Allow user-defined data-types to participate in the casting infrastructure. ...Travis Oliphant2006-06-021-11/+11
* Fix so that user-defined data-types aren't silently attempted.Travis Oliphant2006-06-021-46/+47
* Improve registered ufuncs so that they can coerce data to and from user-defin...Travis Oliphant2006-06-021-48/+84
* Fix-up casting so that registered data-types can register casting functions a...Travis Oliphant2006-06-021-3/+4
* Add Macro for PyArray_DECREF_ERR to improve recovery on an error condition fo...Travis Oliphant2006-05-301-1/+3
* Fix reduceat reference count bug.Travis Oliphant2006-05-221-1/+0
* Fix unitialized error for 0d arrays. Tickt #124Travis Oliphant2006-05-191-1/+3
* Fix crash for zero-size arrays.Travis Oliphant2006-05-121-2/+2
* Fix crash for zero-size arrays.Travis Oliphant2006-05-121-2/+1
* Bump up version number. Fix methods on matrices to preserve order. Add more...Travis Oliphant2006-04-271-0/+1
* Add a couple more ufunc API calls. Add more to scalarmath.c. Get rid of ove...Travis Oliphant2006-04-271-13/+23
* Update copyswap functions to take array as argument in preparation for improv...Travis Oliphant2006-04-251-22/+20
* Fix so USE_USE_DEFAULTS code works in multi-threaded case. Speed up 1-d arra...Travis Oliphant2006-04-241-58/+41
* Tweaks to Travis's recent addition of thread local semantics to setting of er...Tim Hochberg2006-04-201-19/+41
* Implement a reset-on-delete object for save error modes.Travis Oliphant2006-04-181-4/+18
* Changed error look-up to use per-thread global variable.Travis Oliphant2006-04-181-15/+75
* Initialize buffer for object loops.Travis Oliphant2006-04-151-1/+3
* Fix object-loop reference counting in BUFFERED UFUNC.Travis Oliphant2006-04-141-2/+10
* Fix ticket #40Travis Oliphant2006-04-121-2/+2
* Fix Ticket #52Travis Oliphant2006-04-121-1/+1
* fixed segfault from add(x, [1], x) where x = array(2)sasha2006-03-311-1/+2
* Allow flexible types to be up-cast to OBJECT dtype in 'ufuncs'Travis Oliphant2006-03-311-4/+13
* Remove bigndarray because Python SVN has support for 64-bit indexing.Travis Oliphant2006-03-011-8/+2
* Fix reference counting on wrap method in ufuncobject.cTravis Oliphant2006-02-281-3/+8
* Make an enumerated type out of the scalar defines.Travis Oliphant2006-02-241-6/+7
* Fix output logic for ufuncs with output arrays provided...Travis Oliphant2006-02-181-21/+107
* Redo generation of ufunc api.cookedm2006-02-171-0/+37
* Fixed allocation problem.Travis Oliphant2006-02-141-74/+4
* Make unicode use w or W on output.Travis Oliphant2006-02-071-1/+1
* Remove void * arithmeticTravis Oliphant2006-02-071-5/+5
* 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