summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4177 from juliantaylor/objmallocCharles Harris2014-01-094-14/+12
|\
| * ENH: replace a few small allocations with PyObject_MallocJulian Taylor2014-01-084-14/+12
* | BLD: add off_t size detection to bento buildPauli Virtanen2014-01-092-0/+6
* | BUG: core: use correct Python format string for npy_off_tPauli Virtanen2014-01-093-3/+26
* | ENH: core: switch to off_t and lseek in Python 3 file seeksPauli Virtanen2014-01-094-12/+36
* | BUG: core: ensure file handle positions are in syncPauli Virtanen2014-01-094-8/+83
* | Merge pull request #4171 from cowlicks/ufunc-override-outPauli Virtanen2014-01-082-3/+19
|\ \
| * | BUG DOC TST: Allow __numpy_ufunc__ to handle multiple output ufuncs.Blake Griffith2014-01-042-3/+19
| |/
* | BUG: fix native-only long long checkJulian Taylor2014-01-042-11/+15
* | BUG: return immediately if memoryview cannot be non-nativeJulian Taylor2014-01-041-0/+1
|/
* Merge pull request #3916 from larsmans/dotblas-64bit-safeseberg2013-12-301-90/+131
|\
| * ENH: dotblas: re-route all cblas_?dot calls to chunked versionsLars Buitinck2013-11-211-76/+71
| * BUG/ENH: blasdot: make *dot calls 64-bit safeLars Buitinck2013-11-211-37/+83
* | BUG: Ensure signed division of stride for pairwise sumJulian Taylor2013-12-231-3/+3
* | Add lexsort support for datetime and timedeltaJay Bourque2013-12-207-10/+55
* | Merge pull request #4103 from seberg/issue-616Charles Harris2013-12-202-8/+48
|\ \
| * | BUG|API: Raise wrong arg{min|max} out shape and stricter checkSebastian Berg2013-12-202-8/+48
* | | Merge pull request #4114 from rgommers/travis-bentoRalf Gommers2013-12-141-2/+2
|\ \ \
| * | | BLD: fix syntax errors in bento.infoRalf Gommers2013-12-081-2/+2
* | | | BUG: Fix missing NULL check in lexsortSebastian Berg2013-12-142-0/+14
* | | | BUG: Propagate error when assigning an instance to an array item.Lev Abalkin2013-12-122-2/+19
|/ / /
* | | ENH: use PyObject_CallFunctionObjArgs in Generic*FunctionJulian Taylor2013-12-061-4/+4
|/ /
* | Merge pull request #4058 from juliantaylor/intern-stringsseberg2013-12-033-29/+64
|\ \
| * | ENH: skip redundant checking of subok keyword in _find_array_prepareJulian Taylor2013-11-261-5/+10
| * | ENH: intern some commonly used strings in umath moduleJulian Taylor2013-11-263-25/+55
| |/
* | Merge pull request #3685 from juliantaylor/pairwisenjsmith2013-12-022-8/+238
|\ \
| * | ENH: also use pairwise summation for half and complex typesJulian Taylor2013-12-022-48/+182
| * | ENH: fix stride issue and unroll 8 times to improve accuracyJulian Taylor2013-12-022-9/+59
| * | ENH: umath: simplify pairwise sumLars Buitinck2013-11-302-51/+28
| * | ENH: implement pairwise summationJulian Taylor2013-11-301-0/+69
| |/
* | BUG: fix NaT handling in _strided_to_strided_string_to_datetimeCharles G Waldman2013-12-022-1/+5
|/
* Merge pull request #3980 from larsmans/refactor-gemm-gemvseberg2013-11-201-167/+83
|\
| * MAINT: dotblas: factor out all gemm and gemv callsLars Buitinck2013-10-261-167/+83
* | Merge pull request #4057 from juliantaylor/unaligned-macroCharles Harris2013-11-164-13/+14
|\ \
| * | MAINT: make NPY_CPU_HAVE_UNALIGNED_ACCESS a numeric macroJulian Taylor2013-11-164-13/+14
* | | Merge pull request #4020 from juliantaylor/memcrashJulian Taylor2013-11-161-0/+6
|\ \ \ | |/ / |/| |
| * | BUG: fix missing check for memory allocation failure in ufuncsJulian Taylor2013-11-061-0/+6
* | | Merge pull request #4047 from arunpersaud/convolve_docCharles Harris2013-11-151-1/+3
|\ \ \
| * | | DOC: use variable names in formula for convolveArun Persaud2013-11-151-1/+3
* | | | Merge pull request #4051 from juliantaylor/valgrindCharles Harris2013-11-142-5/+4
|\ \ \ \
| * | | | BUG: fix uninitialized use in _strided_to_strided_string_to_datetimeJulian Taylor2013-11-131-1/+1
| * | | | MAINT: initialize strides for ufunc.atJulian Taylor2013-11-131-4/+3
| |/ / /
* | | | Merge pull request #4044 from juliantaylor/scalar-conv-enhCharles Harris2013-11-143-12/+41
|\ \ \ \
| * | | | ENH: check if type is basic python type before checking for __numpy_ufunc__Julian Taylor2013-11-133-12/+41
| |/ / /
* | | | DEP: non-integer scalar python sequence repeatSebastian Berg2013-11-112-5/+14
|/ / /
* | | BUG: Fix raising exception on invalid assignment from sequenceeltjpm2013-11-082-1/+8
* | | BUG: Support ndim=0 when constructing arrays from bufferAlexander Belopolsky2013-11-082-5/+21
* | | Merge pull request #3974 from juliantaylor/fenv-improveCharles Harris2013-11-065-138/+180
|\ \ \ | |/ / |/| |
| * | ENH: avoid expensive clears in fenv functionsJulian Taylor2013-11-065-138/+180
* | | ENH: early return from PyArray_EquivTypenums if the numbers are equalJulian Taylor2013-11-051-0/+4