summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #3472 from juliantaylor/load-libCharles Harris2013-06-251-11/+5
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: add module extensions to load_library search listJulian Taylor2013-06-251-11/+5
|/ / /
* | | Merge pull request #3466 from juliantaylor/vectorize-boolCharles Harris2013-06-232-7/+60
|\ \ \
| * | | ENH: vectorize boolean reductionsJulian Taylor2013-06-232-0/+54
| * | | MAINT: make binary_scalar2 static and put __m128i into a templateJulian Taylor2013-06-231-7/+6
* | | | Merge pull request #3429 from juliantaylor/copy-unrollCharles Harris2013-06-234-2/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | ENH: tell gcc to unroll strided copy loopsJulian Taylor2013-06-134-2/+40
* | | | Merge pull request #3460 from charris/fix-polynomial-companion-matricesCharles Harris2013-06-2012-6/+102
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: Campanion Matrix was scalar, not matrix for degree 1.Charles Harris2013-06-2012-6/+102
|/ / /
* | | Merge pull request #3455 from Hoops/copy_and_swap_stride_dstCharles Harris2013-06-191-7/+6
|\ \ \
| * | | Call to byte_swap_vector should use dst, not d1, because this isAndrew Horton2013-06-161-7/+6
* | | | Merge pull request #3456 from juliantaylor/uninitialized-useCharles Harris2013-06-191-3/+2
|\ \ \ \
| * | | | BUG: fix uninitialized-use on invalid sort kindJulian Taylor2013-06-191-3/+2
* | | | | Merge pull request #3453 from seberg/fix-enhanced-dtype-detectionCharles Harris2013-06-173-28/+35
|\ \ \ \ \ | |/ / / /
| * | | | BUG: Fix failing python long behaviour and possible heisen bugSebastian Berg2013-06-173-28/+35
|/ / / /
* | | | Merge pull request #3448 from efiring/ma_compressCharles Harris2013-06-162-2/+21
|\ \ \ \
| * | | | BUG: np.ma.compress treated inputs in wrong order; closes #2495Eric Firing2013-06-162-2/+21
* | | | | Merge pull request #3447 from efiring/ma_mvoid_lenCharles Harris2013-06-162-0/+7
|\ \ \ \ \
| * | | | | BUG: add __len__ method to ma.mvoid; closes #576Eric Firing2013-06-162-0/+7
|/ / / / /
* | | | | Merge pull request #3436 from juliantaylor/vectorize-boolCharles Harris2013-06-164-10/+262
|\ \ \ \ \
| * | | | | ENH: vectorize boolean logical &&, ||, abs and notJulian Taylor2013-06-144-10/+262
* | | | | | Merge pull request #3449 from efiring/mvoid_setitemCharles Harris2013-06-162-3/+32
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | BUG: field assignment in masked array did not reset mask; closes #2403Eric Firing2013-06-152-3/+32
| | |/ / / | |/| | |
* | | | | Merge PR-3444 from 'jmozmoz:master' into master.Ralf Gommers2013-06-161-2/+2
|\ \ \ \ \
| * | | | | MAINT: fix compilation issue gh-3443.jmozmoz2013-06-161-2/+2
|/ / / / /
* | | | | Merge pull request #3445 from juliantaylor/revert-x86-unaligned-accessCharles Harris2013-06-151-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Revert "ENH: enable unaligned loads on x86"Julian Taylor2013-06-161-2/+7
| |/ / /
* | | | Merge pull request #3440 from WarrenWeckesser/bug-ma-averageCharles Harris2013-06-152-68/+117
|\ \ \ \
| * | | | BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684)Warren Weckesser2013-06-152-9/+52
| * | | | MAINT: ma: clean up ma/test_extras.py: don't use 'import *'; PEP8 whitespaceWarren Weckesser2013-06-151-61/+67
* | | | | Merge pull request #3438 from kumanna/masterCharles Harris2013-06-151-17/+17
|\ \ \ \ \
| * | | | | Fix minor typos in Polynomial class documentationKumar Appaiah2013-06-151-17/+17
|/ / / / /
* | | | | Merge pull request #3432 from fhs/lstsq-docCharles Harris2013-06-141-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: another minor tweak of linalg.lstsq doc stringFazlul Shahriar2013-06-131-1/+2
| * | | | DOC: minor tweak of linalg.lstsq doc stringFazlul Shahriar2013-06-131-2/+1
| * | | | DOC: fix typo in linalg.lstsq doc stringFazlul Shahriar2013-06-131-2/+2
| | |/ / | |/| |
* | | | Merge pull request #3435 from zabbarob/patch-1njsmith2013-06-141-3/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Updated info about sphinx.ext.autosummary.Robert Costa2013-06-141-3/+2
|/ / /
* | | Merge pull request #3431 from WarrenWeckesser/mtrand-hypergeom-edge-caseseberg2013-06-133-252/+259
|\ \ \ | |/ / |/| |
| * | ENH: random: Allow ngood=0 or nbad=0 in mtrand.hypergeometric.Warren Weckesser2013-06-133-252/+259
|/ /
* | Merge pull request #3410 from m-d-w/enh_np_array0.1njsmith2013-06-125-65/+275
|\ \
| * \ Merge branch 'enh_np_array0.1' of https://github.com/m-d-w/numpy into enh_np_...m-d-w2013-06-100-0/+0
| |\ \
| | * | ENH: Optimize array creation by avoiding errorsm-d-w2013-06-101-1/+1
| | * | Merge branch 'enh_np_array0.1' of https://github.com/m-d-w/numpy into enh_np_...m-d-w2013-06-100-0/+0
| | |\ \
| | | * | ENH: Optimize array creation by avoiding errorsm-d-w2013-06-101-3/+3
| | | * | ENH: Optimize array creation by avoiding errorsm-d-w2013-06-100-0/+0
| | | |\ \
| | | | * | ENH: Optimize array creation by avoiding errorsm-d-w2013-06-101-6/+11
| | | | * | ENH: Optimize array creation by avoiding errorsm-d-w2013-06-101-3/+0
| | | | * | ENH: Optimize array creation by avoiding errorsm-d-w2013-06-101-0/+3
| | | | |\ \
| | | | | * \ Merge branch 'enh_np_array0.1' of https://github.com/m-d-w/numpy into enh_np_...m-d-w2013-06-071-0/+3
| | | | | |\ \