summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4010 from juliantaylor/reduce-optseberg2013-11-062-22/+11
|\
| * ENH: early return from PyArray_EquivTypenums if the numbers are equalJulian Taylor2013-11-051-0/+4
| * MAINT: remove unused variableJulian Taylor2013-11-041-1/+0
| * ENH: replace PyUFunc_GetPyValues with faster _get_bufsize_errmaskJulian Taylor2013-11-041-20/+6
| * ENH: replace Py_BuildValue with faster PyTuple_PackJulian Taylor2013-11-041-1/+1
|/
* Merge pull request #4004 from juliantaylor/doc-updatesJulian Taylor2013-11-034-79/+82
|\
| * DOC: fix layout of issue listings in release notesJulian Taylor2013-11-034-79/+82
|/
* Merge pull request #4003 from juliantaylor/release-notesJulian Taylor2013-11-031-0/+2
|\
| * DOC: update 1.7.2 release notesJulian Taylor2013-11-031-0/+2
|/
* Merge pull request #3999 from WarrenWeckesser/vanderCharles Harris2013-11-022-26/+103
|\
| * MAINT: lib: Use a consistent PEP8-compliant import style in twodim_base.py an...Warren Weckesser2013-11-022-10/+16
| * MAINT: lib: Add a 'See Also' section to the vander docstring, and make a few ...Warren Weckesser2013-11-021-3/+7
| * 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
|/ /