summaryrefslogtreecommitdiff
path: root/numpy
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
* | | 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
* | | BUG: import longdouble instead of float128Julian Taylor2013-06-071-3/+3
| |/ |/|
* | TST: fix some function name conflictsJulian Taylor2013-06-054-4/+4
* | 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
| |/
* | TST: linalg: loosen the requirements of some tests in test_blasdot.py. Addre...Warren Weckesser2013-06-041-9/+9
* | BUG: fix typo on npy_config.h include guardJulian Taylor2013-06-032-2/+1
|/
* BUG: fix memory leak and double execution in dotJulian Taylor2013-05-311-1/+3
* 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
* | MAINT: remove duplicated array extent calculationJulian Taylor2013-05-282-30/+12
* | ENH: improve performance of byte_bounds for continous arraysJulian Taylor2013-05-281-2/+1
* | ENH: implement may_share_memory in CJulian Taylor2013-05-285-32/+73
* | TST: remove docstrings from test_ functionsChristoph Gohlke2013-05-271-13/+8
* | BUG: Fix multivariate_normal issue with 'size' argumentChristoph Gohlke2013-05-273-4750/+5513
* | Merge pull request #3366 from dnmiller/doc-fixCharles Harris2013-05-271-1/+2
|\ \
| * | DOC: Correcting docstring for asscalarDan Miller2013-05-251-1/+2
* | | Merge pull request #3374 from cgohlke/patch-4seberg2013-05-271-2/+2
|\ \ \
| * | | TST: remove docstring from test_randint_range functionChristoph Gohlke2013-05-271-1/+1
| * | | TST: rename one test_hypergeometric_range functionChristoph Gohlke2013-05-271-1/+1
* | | | BUG: fix leak and possible null dereferenceJulian Taylor2013-05-271-1/+1
|/ / /
* | | BUG: set filename to None for memmaps of unnamed filesJulian Taylor2013-05-252-2/+12
* | | Merge pull request #3341 from juliantaylor/sse2-sqrtCharles Harris2013-05-2511-178/+423
|\ \ \
| * | | MAINT: use sse header macros for einsum sse activationJulian Taylor2013-05-252-3/+7
| * | | ENH: vectorize sqrt ufunc using SSE2Julian Taylor2013-05-2510-176/+417
| | |/ | |/|
* | | MAINT: fix some compiler warningsJulian Taylor2013-05-2513-17/+19
| |/ |/|
* | Merge pull request #3324 from nouiz/prio_cmpseberg2013-05-233-40/+194
|\ \ | |/ |/|
| * code clean up. Remove code that was never executed.Frederic2013-05-231-14/+2
| * updated the comment.Frederic2013-05-171-6/+4