summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #4137 from juliantaylor/sumfixRalf Gommers2013-12-231-3/+3
|\ \
| * | BUG: Ensure signed division of stride for pairwise sumJulian Taylor2013-12-231-3/+3
|/ /
* | Merge pull request #4112 from rhewett/meshgrid_singleseberg2013-12-222-28/+33
|\ \
| * | ENH: Allow meshgrid to work for 1D and 0D cases.rhewett2013-12-182-28/+33
* | | Merge pull request #4102 from seberg/issue-612Charles Harris2013-12-202-9/+21
|\ \ \
| * | | BUG: Fix array_split empty array type and add FutureWarningSebastian Berg2013-12-202-9/+21
* | | | Merge pull request #4133 from ContinuumIO/datetime_sortCharles Harris2013-12-207-10/+55
|\ \ \ \
| * | | | Add lexsort support for datetime and timedeltaJay Bourque2013-12-207-10/+55
|/ / / /
* | | | Merge pull request #4103 from seberg/issue-616Charles Harris2013-12-203-8/+55
|\ \ \ \
| * | | | BUG|API: Raise wrong arg{min|max} out shape and stricter checkSebastian Berg2013-12-203-8/+55
| |/ / /
* | | | Merge pull request #4127 from nouiz/argmaxseberg2013-12-181-2/+2
|\ \ \ \
| * | | | Fix the doc of PyArray_ArgMax and PyArray_ArgMinFrederic2013-12-171-2/+2
* | | | | Merge pull request #4128 from longjon/masterseberg2013-12-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Avoid overallocating memory in arraypad with user supplied functionJonathan L Long2013-12-171-1/+1
|/ / / /
* | | | Merge pull request #4114 from rgommers/travis-bentoRalf Gommers2013-12-145-11/+34
|\ \ \ \
| * | | | DOC: update version number in bento.infoRalf Gommers2013-12-081-1/+1
| * | | | MAINT: remove useless email notification in .travis.ymlRalf Gommers2013-12-081-4/+0
| * | | | TST: add Bento build to Travis CI runs.Ralf Gommers2013-12-082-1/+29
| * | | | BLD: fix Bento build issue with new .h.src templating.Ralf Gommers2013-12-082-3/+2
| * | | | BLD: fix syntax errors in bento.infoRalf Gommers2013-12-081-2/+2
| | |/ / | |/| |
* | | | Merge pull request #4124 from seberg/issue-4123Charles Harris2013-12-142-0/+14
|\ \ \ \
| * | | | BUG: Fix missing NULL check in lexsortSebastian Berg2013-12-142-0/+14
|/ / / /
* | | | Merge pull request #4117 from abalkin/gh-2276seberg2013-12-122-2/+19
|\ \ \ \
| * | | | BUG: Propagate error when assigning an instance to an array item.Lev Abalkin2013-12-122-2/+19
| |/ / /
* | | | Merge pull request #4115 from msperlich/masterJulian Taylor2013-12-122-18/+86
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Change test to read random sized chunksMax Sperlich2013-12-111-13/+9
| * | | MAINT: Introduced _read_array functionMax Sperlich2013-12-112-25/+45
| * | | MAINT: Better handling of very small chunksMax Sperlich2013-12-092-15/+21
| * | | STY: pep8Max Sperlich2013-12-081-5/+11
| * | | TST: Adds test case for Issue 4093Max Sperlich2013-12-082-4/+41
| * | | BUG: Fixes Python3 compatibilityMax Sperlich2013-12-081-1/+1
| * | | BUG: fix loading from compressed .npz (Issue 4093)Max Sperlich2013-12-081-6/+9
|/ / /
* | | Merge pull request #4110 from rgommers/setuppyCharles Harris2013-12-071-42/+60
|\ \ \
| * | | MAINT: setup.py improvements - allow some setuptools commands to work.Ralf Gommers2013-12-071-42/+60
* | | | Merge pull request #4111 from chrisdembia/patch-1Charles Harris2013-12-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Correct typo in interp() docstring.Christopher Dembia2013-12-061-1/+1
|/ / /
* | | Merge pull request #4106 from juliantaylor/objargsnjsmith2013-12-051-4/+4
|\ \ \ | |/ / |/| |
| * | ENH: use PyObject_CallFunctionObjArgs in Generic*FunctionJulian Taylor2013-12-061-4/+4
|/ /
* | Merge pull request #4098 from seberg/issue-3352Charles Harris2013-12-041-1/+1
|\ \
| * | BUG: fix incorrect type in binomial ditsributions.cSebastian Berg2013-12-041-1/+1
* | | Merge pull request #4058 from juliantaylor/intern-stringsseberg2013-12-033-29/+64
|\ \ \
| * | | ENH: skip redundant checking of subok keyword in _find_array_prepareJulian Taylor2013-11-261-5/+10
| * | | ENH: intern some commonly used strings in umath moduleJulian Taylor2013-11-263-25/+55
| | |/ | |/|
* | | Merge pull request #3685 from juliantaylor/pairwisenjsmith2013-12-022-8/+238
|\ \ \
| * | | ENH: also use pairwise summation for half and complex typesJulian Taylor2013-12-022-48/+182
| * | | ENH: fix stride issue and unroll 8 times to improve accuracyJulian Taylor2013-12-022-9/+59
| * | | ENH: umath: simplify pairwise sumLars Buitinck2013-11-302-51/+28
| * | | ENH: implement pairwise summationJulian Taylor2013-11-301-0/+69
| | |/ | |/|
* | | Merge pull request #4094 from cgwaldman/masterJulian Taylor2013-12-022-1/+5
|\ \ \
| * | | BUG: fix NaT handling in _strided_to_strided_string_to_datetimeCharles G Waldman2013-12-022-1/+5
|/ / /