summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: lib: remove unused imports and PEP8 clean up in twodim_base.pyWarren Weckesser2013-11-021-7/+18
* ENH: lib: Rewrite vander: make it faster, and add an option to specify the or...Warren Weckesser2013-11-022-15/+69
* MAINT: Don't use 'import *' in lib/test_twodim_base.py.Warren Weckesser2013-11-021-1/+3
* Merge pull request #3997 from juliantaylor/release-notesCharles Harris2013-11-012-0/+46
|\
| * DOC: add 1.7.2 release notesJulian Taylor2013-11-012-0/+46
|/
* 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 #3989 from charris/add-authors-to-1.8-notesCharles Harris2013-10-281-0/+130
|\ \
| * | DOC: Add list of authors to 1.8.0 release notes.Charles Harris2013-10-281-0/+130
|/ /
* | Merge pull request #3982 from charris/refactor-eigh-eigvalshCharles Harris2013-10-272-47/+56
|\ \
| * | MAINT: Refactor eigh and eigvalsh and associated tests.Charles Harris2013-10-262-47/+56
|/ /
* | Merge pull request #3978 from juliantaylor/py3-eigh-bugCharles Harris2013-10-252-5/+57
|\ \
| * | BUG: reject invalid UPLO with ValueError in eigh/eigvalshJulian Taylor2013-10-252-5/+35
| * | BUG: fix broken UPLO of eigh in python3Julian Taylor2013-10-252-4/+26
* | | Merge pull request #3979 from pv/gcovCharles Harris2013-10-251-1/+84
|\ \ \
| * | | MAINT: runtests: enable generation of C code coverage info via gcovPauli Virtanen2013-10-251-1/+84
| |/ /
* | | 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-2410-35/+61
|\ \ \
| * | | TST: Initialize some arrays to to avoid valgrind warningsSebastian Berg2013-10-242-2/+2
| * | | 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
| | |/ | |/|
* | | Merge pull request #3971 from ochoadavid/patch-1Julian Taylor2013-10-241-1/+1
|\ \ \
| * | | crackfortran: changed string.lowercase to string.ascii_lowercaseochoadavid2013-10-241-1/+1
|/ / /
* | | Merge pull request #3970 from juliantaylor/sort-keeporderCharles Harris2013-10-231-2/+2
|\ \ \ | |_|/ |/| |
| * | ENH: keep order in np.sort and np.partition copyJulian Taylor2013-10-231-2/+2
|/ /
* | Merge pull request #3963 from juliantaylor/default-errobj-crashCharles Harris2013-10-235-9/+31
|\ \ | |/ |/|
| * 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
* | Merge pull request #3954 from juliantaylor/memchr-bugCharles Harris2013-10-201-1/+1
|\ \
| * | BUG: wrong boundary check in unrolled memchrJulian Taylor2013-10-201-1/+1
* | | Merge pull request #3953 from WarrenWeckesser/savetxt-bad-fmt-errorCharles Harris2013-10-202-0/+6
|\ \ \ | |/ / |/| |
| * | MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError.Warren Weckesser2013-10-202-0/+6
|/ /
* | 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
|/ / /