summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #3856 from pv/op-before-ufuncCharles Harris2013-10-196-3/+405
|\ \
| * | BUG: core: ensure __r*__ has precedence over __numpy_ufunc__Pauli Virtanen2013-10-196-3/+405
| |/
* | Merge pull request #3921 from mdickinson/doc-numpy-random-fixesCharles Harris2013-10-191-2/+2
|\ \
| * | DOC: Fix misleading description of random_sample in numpy.random docstring.Mark Dickinson2013-10-151-2/+2
* | | Merge pull request #3951 from seberg/scalar-priorityCharles Harris2013-10-191-0/+7
|\ \ \
| * | | 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
* | | | Merge pull request #3945 from juliantaylor/minmax-improveCharles Harris2013-10-193-31/+31
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: accept callable as message in assert_Julian Taylor2013-10-192-5/+9
| * | | ENH: unroll vector minmax loopJulian Taylor2013-10-191-26/+22
|/ / /
* | | Merge pull request #3950 from larsmans/c-fixesCharles Harris2013-10-196-107/+108
|\ \ \
| * | | 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
| * | | 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
|/ / /