summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3992 from ewmoore/winhypotJulian Taylor2013-10-302-7/+11
|\
| * BUG: fix handling of infs in hypot on windowsEric Moore2013-10-292-7/+11
* | Merge pull request #3969 from juliantaylor/memchr-bug2Charles Harris2013-10-253-30/+25
|\ \
| * | MAINT: remove trailing zero count path in npy_memchrJulian Taylor2013-10-252-10/+8
| * | BUG: fix handling of negative strides in npy_memchrJulian Taylor2013-10-232-22/+19
* | | Merge pull request #3965 from seberg/valgrindCharles Harris2013-10-249-34/+60
|\ \ \
| * | | TST: Initialize some arrays to to avoid valgrind warningsSebastian Berg2013-10-241-1/+1
| * | | BUG: Further reference count issues in __int__ and friendsSebastian Berg2013-10-241-0/+15
| * | | BUG: Fix clongdouble type in scalar type selectionSebastian Berg2013-10-241-1/+1
| * | | MAINT|BUG: Some small refcounting fixesSebastian Berg2013-10-244-23/+32
| * | | BUG|MAINT: Fix reference count bugs, init NpyIter stridesSebastian Berg2013-10-244-9/+11
| | |/ | |/|
* | | ENH: keep order in np.sort and np.partition copyJulian Taylor2013-10-231-2/+2
| |/ |/|
* | ENH: merge UFUNC_ERR_DEFAULT2 variable into UFUNC_ERR_DEFAULTJulian Taylor2013-10-224-6/+21
* | BUG: fix crash on default errobjJulian Taylor2013-10-221-3/+10
|/
* Merge pull request #3952 from JStech/issue_2052seberg2013-10-212-0/+10
|\
| * BUG: #2052 del scalar subscript causes segfaultJohn Stechschulte2013-10-202-0/+10
* | BUG: wrong boundary check in unrolled memchrJulian Taylor2013-10-201-1/+1
* | Merge pull request #3856 from pv/op-before-ufuncCharles Harris2013-10-194-3/+294
|\ \
| * | BUG: core: ensure __r*__ has precedence over __numpy_ufunc__Pauli Virtanen2013-10-194-3/+294
| |/
* | ENH: Add scalar special cases to Priority getterSebastian Berg2013-10-191-0/+7
* | Merge pull request #3946 from juliantaylor/pyufunc_refactorCharles Harris2013-10-192-105/+206
|\ \
| * | MAINT: refactor ufunc error object handlingJulian Taylor2013-10-192-72/+143
| * | ENH: High time consumption by PyUFunc_GetPyValues in ufunc_object.cArink Verma2013-10-191-56/+86
* | | ENH: accept callable as message in assert_Julian Taylor2013-10-191-4/+3
* | | ENH: unroll vector minmax loopJulian Taylor2013-10-191-26/+22
|/ /
* | MAINT: fix item_selection.c so it compiles without warningsLars Buitinck2013-10-191-12/+12
* | MAINT: typoLars Buitinck2013-10-191-1/+1
* | MAINT: unused variable, formattingLars Buitinck2013-10-192-4/+5
* | MAINT: C identifiers causing UB + useless char returnsLars Buitinck2013-10-191-22/+20
* | ENH: Inline check_and_adjust_indexSebastian Berg2013-10-192-35/+35
|/
* Merge pull request #3941 from charris/make-test-endian-independentCharles Harris2013-10-171-2/+2
|\
| * BUG: test_fortran_order_buffer fails on big endian architectures.Charles Harris2013-10-171-2/+2
* | BUG: multiarray/mapping -- address for former renaming of array_ass_big_itemYaroslav Halchenko2013-10-171-10/+1
|/
* Merge pull request #3933 from charris/add-missing-no-deprecated-apiCharles Harris2013-10-171-1/+3
|\
| * MAINT: Define NPY_NO_DEPRECATED_API in struct_ufunc_test.c.srcCharles Harris2013-10-161-1/+3
* | Merge pull request #3931 from juliantaylor/memchr-moveCharles Harris2013-10-1611-54/+136
|\ \
| * | ENH: improve npy_memchr(p, 0) by using __builtin_ctz (tzcnt on x86)Julian Taylor2013-10-172-0/+22
| * | MAINT: add npy_memchr for memchr like operationsJulian Taylor2013-10-176-50/+106
| * | MAINT: silence warning by casting to right typeJulian Taylor2013-10-172-3/+3
| * | MAINT: add NPY_CPU_HAVE_UNALIGNED_ACCESS macroJulian Taylor2013-10-162-1/+5
| |/
* | Merge pull request #3913 from bspinnler/fix_correlate_docstringCharles Harris2013-10-161-1/+27
|\ \
| * | DOC: replaced typeset formulas by pure ASCII equivalents.Bernhard Spinnler2013-10-151-13/+12
| * | DOC: fixed correlate docstring.Bernhard Spinnler2013-10-131-7/+34
* | | Merge pull request #3929 from chrodan/strc++11Charles Harris2013-10-161-1/+1
|\ \ \
| * | | added spaces to literal string concatsChristoph Dann2013-10-161-1/+1
* | | | Merge pull request #3932 from juliantaylor/windows-annoyanceCharles Harris2013-10-161-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix declaration-after-statementJulian Taylor2013-10-161-2/+6
| | |/ | |/|
* | | Merge pull request #3914 from mhvk/numeric/isclose-mask-safeCharles Harris2013-10-162-1/+8
|\ \ \ | |/ / |/| |
| * | Ensure masked arrays are treated correctly for isclose(..,..,equal_nan=True)Marten van Kerkwijk2013-10-132-1/+8
| |/
* | BUG: Check that npyiter is not too largeSebastian Berg2013-10-152-1/+15