summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* BUG: Check that npyiter is not too largeSebastian Berg2013-10-151-1/+6
* ENH: add scalarmathmodule.h.src with integer overflow functionsJulian Taylor2013-10-155-150/+46
* MAINT: add src/private in build_dir to include search pathsJulian Taylor2013-10-141-558/+0
* Merge pull request #3820 from juliantaylor/microoptCharles Harris2013-10-144-17/+33
|\
| * ENH: reduce calls to npy_is_aligned in _IsAlignedJulian Taylor2013-09-281-6/+7
| * ENH: speed up intp multiply overflow checkJulian Taylor2013-09-283-11/+26
* | ENH: add faster boolean count by using wider data typesJulian Taylor2013-10-121-2/+47
* | MAINT: accept NULL in NpyIter_Deallocate and remove redundant NULL checksJulian Taylor2013-10-039-91/+41
* | MAINT: fix another wrong NULL checkJulian Taylor2013-09-301-1/+1
* | BUG: fix small issues found with cppcheckJulian Taylor2013-09-293-5/+5
* | BUG: core: consider both C and F order buffers as contiguousPauli Virtanen2013-09-281-5/+28
|/
* [fix] If we fail to raise an error, at least dump something to the consoleNathaniel J. Smith2013-09-271-4/+10
* [fix] Check for errors in PyArray_CanCastTypeto DEPRECATENathaniel J. Smith2013-09-271-3/+7
* Merge pull request #3789 from juliantaylor/check-alignmentCharles Harris2013-09-261-4/+31
|\
| * MAINT: check alignment of copy arguments in debug modeJulian Taylor2013-09-241-4/+31
* | Merge pull request #3802 from juliantaylor/bool-checkCharles Harris2013-09-261-1/+1
|\ \
| * | BUG: do a boolean check on casting bool to other typesJulian Taylor2013-09-261-1/+1
* | | BUG: fix hashing of long integers under python3Julian Taylor2013-09-261-37/+28
|/ /
* | Merge pull request #3788 from seberg/object-copy-refsCharles Harris2013-09-252-10/+13
|\ \
| * | BUG: INCREF before DECREF when copying object arrays.Sebastian Berg2013-09-232-10/+13
* | | BUG: ufunc_at needs_api requires init to 0Sebastian Berg2013-09-251-1/+1
* | | Merge pull request #3757 from dimasad/issue-3017-fixnjsmith2013-09-241-2/+4
|\ \ \ | |_|/ |/| |
| * | TST: added test for issue #3017.Dimas Abreu Dutra2013-09-221-3/+3
| * | BUG: fix #3017 Inconsistency in indexing 0-d arrays with Ellipsis.Dimas Abreu Dutra2013-09-161-2/+4
* | | Merge pull request #3766 from rgommers/fix-bento-buildCharles Harris2013-09-232-2/+2
|\ \ \ | |_|/ |/| |
| * | BLD: fix Bento build.Ralf Gommers2013-09-192-2/+2
| |/
* | Merge pull request #3772 from juliantaylor/sse-configure-checkCharles Harris2013-09-223-17/+18
|\ \
| * | BUG: make checking for sse intrinsics more robustJulian Taylor2013-09-213-17/+18
* | | Merge pull request #3779 from pv/pep3118-fastpathCharles Harris2013-09-221-0/+115
|\ \ \
| * | | ENH: core: add a fast path for PEP3118 buffer string parsingPauli Virtanen2013-09-221-0/+115
* | | | Merge pull request #3767 from juliantaylor/mom5-improveCharles Harris2013-09-221-6/+2
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: remove an always true conditionalJulian Taylor2013-09-191-6/+2
| | |/ | |/|
* | | REF: core: clean up PyUFunc_CheckOverridePauli Virtanen2013-09-221-89/+91
* | | BUG: core: don't ignore raised exceptions in __numpy_ufunc__ handlerPauli Virtanen2013-09-221-2/+8
| |/ |/|
* | BUG: Fix issue with PR #3491Jay Bourque2013-09-191-7/+18
|/
* BUG: use correct type for hash valuesChristoph Gohlke2013-09-143-34/+34
* Merge pull request #3725 from juliantaylor/fix-subarray-zerosCharles Harris2013-09-131-27/+31
|\
| * BUG: fix zero initialization with subarray dtypesJulian Taylor2013-09-131-27/+31
* | BUG: fix bad alignment assertsJulian Taylor2013-09-121-3/+3
* | BUG: ensure raising of invalid on bad complex powersJulian Taylor2013-09-121-2/+3
|/
* Merge pull request #3696 from juliantaylor/copy-array-createnjsmith2013-09-091-20/+54
|\
| * ENH: copy ndarrays if they are encountered in setArrayFromSequenceJulian Taylor2013-09-071-20/+54
* | BUG: PyArray_SelectkindConverter should be in conversion_utils.h.Charles Harris2013-09-091-0/+5
* | BUG: fix test_rational PyNumberMethods for python3Julian Taylor2013-09-071-0/+12
|/
* Merge pull request #3524 from cowlicks/ufunc-overrideCharles Harris2013-09-063-1/+264
|\
| * ENH: Add ufunc override functionality to ufuncs and dots.Blake Griffith2013-09-052-1/+69
| * ENH: Add ufunc override API.Blake Griffith2013-08-311-0/+195
* | BUG: PyArray_PyIntAsIntp had variable size check wrong way around.Charles Harris2013-09-031-2/+2
* | Revert "Merge pull request #3567 from arinkverma/avoid_conversion"Charles Harris2013-09-031-214/+12
* | Merge pull request #3567 from arinkverma/avoid_conversionCharles Harris2013-09-021-12/+214
|\ \ | |/ |/|