summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath
Commit message (Expand)AuthorAgeFilesLines
* FIX: remove unused variables and add castsLars Buitinck2013-08-271-3/+3
* FIX: wrong function types in ufunc_object.cLars Buitinck2013-08-271-6/+6
* STY: Giant whitespace cleanup.Charles Harris2013-08-184-6/+3
* MAINT: Move NPY_BEGIN_THREADS_DEF to end of declarations.Charles Harris2013-08-161-11/+11
* Change casting type for ufunc operandsJay Bourque2013-08-161-1/+1
* Bail out of loop if python error occursJay Bourque2013-08-161-6/+9
* Check for python error when needs_api flag is setJay Bourque2013-08-161-1/+6
* Fix memory leaks and inc dtype refsJay Bourque2013-08-161-0/+6
* Add decrefs at end of function and return None objectJay Bourque2013-08-161-7/+19
* Move gil release/aquire outside of loopJay Bourque2013-08-161-10/+10
* Move NpyIter_IterNextFunc call outside of loopJay Bourque2013-08-161-7/+7
* Add NpyIter_DeallocateJay Bourque2013-08-161-0/+2
* Use Py_XDECREF in fail sectionJay Bourque2013-08-161-6/+3
* Fix deprecation warningJay Bourque2013-08-161-1/+1
* Remove unnecessary checkJay Bourque2013-08-161-5/+3
* More clean upJay Bourque2013-08-161-3/+4
* Clean up previous comment and add test for unary ufunc.Jay Bourque2013-08-161-7/+40
* Use NpyIter object to buffer each input valueJay Bourque2013-08-161-3/+99
* Revert "Call iterator_loop instead of directly calling ufunc."Jay Bourque2013-08-161-55/+22
* Call iterator_loop instead of directly calling ufunc.Jay Bourque2013-08-161-22/+55
* Just create an array object for second operand; don't cast to dtype of first ...Jay Bourque2013-08-161-9/+3
* Improve comment for creating iter object from second operandJay Bourque2013-08-161-3/+7
* Let indexing code do error checking for arguments with mismatched dimensionsJay Bourque2013-08-161-14/+0
* Remove keyword support for required argumentsJay Bourque2013-08-161-5/+3
* Replace calls to New/Bind/Reset with MapIterArrayJay Bourque2013-08-161-7/+1
* Reword some comments/documentationJay Bourque2013-08-161-1/+1
* Add more commentsJay Bourque2013-08-161-19/+37
* Add more unit tests for 'at' methodJay Bourque2013-08-161-2/+0
* Code cleanup for 'at' methodJay Bourque2013-08-161-15/+11
* Correct implementation of 'at' method that covers all corner casesJay Bourque2013-08-161-25/+22
* Only allow explicit index slicing in 'at' methodJay Bourque2013-08-161-0/+15
* Rework 'at' method to fit customer's expectations.Jay Bourque2013-08-161-17/+25
* Misc fixesJay Bourque2013-08-161-29/+36
* Check for sucessful call to MapIterBindJay Bourque2013-08-161-0/+8
* Change 'select' method name to 'at'Jay Bourque2013-08-161-3/+3
* Add commentsJay Bourque2013-08-161-1/+8
* Add support for both unary and binary ufuncsJay Bourque2013-08-161-19/+93
* Proof-of-concept for ufunc fancy indexingJay Bourque2013-08-161-0/+54
* BUG: Fix additional zero-sized index case for ufunc.reduceatMark Wiebe2013-08-121-11/+27
* BUG: Fix ufunc.reduceat regression with empty index (gh-2892)Mark Wiebe2013-08-121-2/+15
* BLD: Fix build on MSVC (no uint64_t, use npy_uint64)Mark Wiebe2013-08-121-4/+4
* BUG: Fix variable declaration after statement.Charles Harris2013-08-112-67/+68
* ENH: improve numpy.all()/any()Julian Taylor2013-08-092-3/+40
* Merge pull request #3521 from arinkverma/gsoc_performanceCharles Harris2013-08-051-2/+2
|\
| * ENH: For smaller array, added macro NPY_BEGIN_THREADS_THRESHOLDED in ndarrayt...Arink Verma2013-08-051-2/+2
* | Merge pull request #3516 from charris/remove-outdated-version-checksnjsmith2013-07-112-4/+0
|\ \
| * | MAINT: Remove outdated version checks.Charles Harris2013-07-112-4/+0
* | | Merge pull request #3509 from arinkverma/gsoc_performanceCharles Harris2013-07-101-13/+20
|\ \ \ | |/ / |/| / | |/
| * ENH: added check for scalar array in PyArray_FromArray from ctors.cArink Verma2013-07-081-2/+0
| * ENH: added check for scalar array in PyArray_FromArray from ctors.cArink Verma2013-07-082-9/+7