summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3407 from mrjbq7/doc-fixesCharles Harris2013-06-081-2/+2
|\
| * DOC: fix comments in min and ptp.John Benediktsson2013-06-061-2/+2
* | Merge pull request #3393 from seberg/clarify-integer-typesCharles Harris2013-06-081-11/+18
|\ \
| * | DOC: Clarify and add C-compatible integer types to list of dtypesSebastian Berg2013-06-041-11/+18
* | | Merge pull request #3411 from juliantaylor/vectorize-fabsCharles Harris2013-06-087-67/+250
|\ \ \
| * | | DOC: document isnan/bswap and SSE2 improvementsJulian Taylor2013-06-081-0/+18
| * | | MAINT: move simd functions to new file simd.inc.srcJulian Taylor2013-06-084-124/+205
| * | | MAINT: remove duplicate vtype templateJulian Taylor2013-06-081-1/+0
| * | | MAINT: use @vpre@ for simd sqrt intrinsic prefixJulian Taylor2013-06-081-4/+4
| * | | MAINT: make the simd function signature more specificJulian Taylor2013-06-081-29/+28
| * | | MAINT: fix shape mismatch issue in alignment data generatorJulian Taylor2013-06-081-4/+4
| * | | ENH: Vectorize float absolute operation with sse2Julian Taylor2013-06-082-5/+76
| * | | MAINT: move vectorized sqrt to own static functionJulian Taylor2013-06-081-19/+34
* | | | Merge pull request #3414 from joonro/patch-1Ralf Gommers2013-06-081-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | A minor cleanupJoon Ro2013-06-081-4/+2
|/ / /
* | | Merge pull request #3412 from juliantaylor/float128-i386Charles Harris2013-06-071-3/+3
|\ \ \ | |_|/ |/| |
| * | BUG: import longdouble instead of float128Julian Taylor2013-06-071-3/+3
|/ /
* | Merge pull request #3403 from juliantaylor/test-multi-decRalf Gommers2013-06-054-4/+4
|\ \
| * | TST: fix some function name conflictsJulian Taylor2013-06-054-4/+4
|/ /
* | Merge pull request #3402 from argriffing/patch-3Charles Harris2013-06-051-1/+1
|\ \
| * | typoargriffing2013-06-051-1/+1
|/ /
* | Merge pull request #3387 from WarrenWeckesser/norm-axisnjsmith2013-06-052-51/+209
|\ \
| * | MAINT: linalg: simplify the computation of the svd-based matrix norms, and tw...Warren Weckesser2013-06-051-11/+3
| * | STY: linalg: some PEP8 clean up.Warren Weckesser2013-06-042-36/+40
| * | ENH: linalg: allow the 'axis' argument of linalg.norm to be a 2-tuple, in whi...Warren Weckesser2013-06-042-19/+134
| * | DOC: linalg: Improve the docstring of the new norm function.Warren Weckesser2013-06-021-3/+4
| * | MAINT: linalg: removed unused imports from linalg.pyWarren Weckesser2013-06-011-5/+4
| * | ENH: linalg: Add the `axis` keyword to linalg.norm.Warren Weckesser2013-06-012-19/+66
| |/
* | Merge pull request #3400 from WarrenWeckesser/test-blasdot-failureCharles Harris2013-06-041-9/+9
|\ \
| * | TST: linalg: loosen the requirements of some tests in test_blasdot.py. Addre...Warren Weckesser2013-06-041-9/+9
* | | Merge pull request #3401 from rgommers/remove-module-indexCharles Harris2013-06-043-3/+4
|\ \ \ | |/ / |/| |
| * | DOC: add missing release notes to the reference guide.Ralf Gommers2013-06-041-0/+3
| * | DOC: remove module index from reference guide.Ralf Gommers2013-06-042-3/+1
|/ /
* | DOC: add to HOWTO_RELEASE to check that the benchmark suite runs.Ralf Gommers2013-06-031-1/+4
* | Merge pull request #3394 from juliantaylor/incl-guard-fixCharles Harris2013-06-032-2/+1
|\ \ | |/ |/|
| * BUG: fix typo on npy_config.h include guardJulian Taylor2013-06-032-2/+1
|/
* Merge pull request #3385 from juliantaylor/memleak-3384seberg2013-05-311-1/+3
|\
| * BUG: fix memory leak and double execution in dotJulian Taylor2013-05-311-1/+3
|/
* Merge pull request #3383 from WarrenWeckesser/howto-doc-wordingCharles Harris2013-05-301-1/+1
|\
| * DOC: fix a word in HOWTO_DOCUMENT.rst.txt.Warren Weckesser2013-05-301-1/+1
|/
* Merge pull request #3376 from juliantaylor/unaligned-accessCharles Harris2013-05-296-62/+117
|\
| * MAINT: use npy_is_aligned in a few more placesJulian Taylor2013-05-292-4/+5
| * BUG: check alignment before loading the dataJulian Taylor2013-05-291-26/+30
| * MAINT: move byteswap macros to inlines in headerJulian Taylor2013-05-293-32/+82
|/
* BUG: Handle a version string from a custom-built mingw64.mwtoews2013-05-292-1/+2
* BUG: The npv function in financial.py was incorrectly implemented.bebert2182013-05-292-6/+6
* Merge pull request #3358 from leonnnn/matrix-typeerrorCharles Harris2013-05-292-2/+15
|\
| * ENH: Fix SyntaxError when matrix() is called with invalid stringLeon Weber2013-05-292-2/+15
* | Merge pull request #3371 from juliantaylor/mmap-slice-improveCharles Harris2013-05-287-64/+86
|\ \
| * | MAINT: remove duplicated array extent calculationJulian Taylor2013-05-282-30/+12