summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAINT: double underscores in Lapack-lite C moduleLars Buitinck2013-10-191-68/+70
* Merge pull request #3948 from pv/runtests-pathCharles Harris2013-10-191-4/+13
|\
| * BUG: runtests: make -t option work againPauli Virtanen2013-10-191-4/+13
* | Merge pull request #3947 from seberg/inline-check-indexJulian Taylor2013-10-192-35/+35
|\ \ | |/ |/|
| * 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
* | Merge pull request #3936 from charris/forward-port-3935Charles Harris2013-10-171-10/+1
|\ \ | |/ |/|
| * 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
| | |/ | |/|
* | | BUG: cov/corrcoef complex input and empty arraysJoseph Martinot-Lagarde2013-10-162-27/+71
* | | 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
* | | Merge pull request #3923 from cgohlke/patch-1Charles Harris2013-10-151-0/+2
|\ \ \
| * | | BUG: close file-like objects returned by urlopencgohlke2013-10-151-0/+2
|/ / /
* | | Merge pull request #3919 from nkoep/masterCharles Harris2013-10-151-2/+2
|\ \ \
| * | | Fix example plot of Laplace distributionNiklas Koep2013-10-151-2/+2
|/ / /
* | | MAINT: update pavement.py for no-2to3.Ralf Gommers2013-10-151-4/+1
* | | Merge pull request #3918 from seberg/nditer-too-largeCharles Harris2013-10-142-1/+15
|\ \ \
| * | | BUG: Check that npyiter is not too largeSebastian Berg2013-10-152-1/+15
|/ / /
* | | Merge pull request #3917 from juliantaylor/scalar-int-overflowCharles Harris2013-10-148-720/+70
|\ \ \
| * | | MAINT: add library sources to some dependenciesJulian Taylor2013-10-151-19/+16
| * | | ENH: add scalarmathmodule.h.src with integer overflow functionsJulian Taylor2013-10-157-150/+49
| * | | MAINT: add src/private in build_dir to include search pathsJulian Taylor2013-10-143-562/+16
|/ / /
* | | Merge pull request #3820 from juliantaylor/microoptCharles Harris2013-10-146-18/+35
|\ \ \ | |/ / |/| |
| * | TST: improve test speedJulian Taylor2013-09-282-1/+2
| * | 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
* | | Merge pull request #3906 from mhvk/ma/test-pep8-and-cleanupCharles Harris2013-10-136-739/+662
|\ \ \
| * | | One revert (comparisons with None; not PEP8, but good to check); extra commentsMarten van Kerkwijk2013-10-122-10/+13
| * | | Small further cleanups of ma.tests, plus correction for python3Marten van Kerkwijk2013-10-122-7/+8
| * | | Convert docstrings to comments for nose; PEP8 cleanup (some tests activated)Marten van Kerkwijk2013-10-126-748/+667
* | | | Merge pull request #3910 from pv/runtests-fixCharles Harris2013-10-131-28/+112
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: update runtests.py from scipyPauli Virtanen2013-10-131-28/+112
|/ / /