summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use from future_builtins zip and map.Charles Harris2013-04-212-10/+7
* 2to3: Apply unicode fixer.Charles Harris2013-04-2113-71/+92
* Merge pull request #3242 from charris/2to3-apply-types-fixerCharles Harris2013-04-2114-113/+105
|\
| * 2to3: Apply types fixer.Charles Harris2013-04-1414-113/+105
* | Merge pull request #3220 from pv/linalg-guCharles Harris2013-04-1718-47417/+130408
|\ \
| * | TST: linalg: add tests for xerbla functionality (with and without GIL)Pauli Virtanen2013-04-132-1/+39
| * | BUG: linalg: fix LAPACK error handling in lapack_litemodulePauli Virtanen2013-04-131-0/+54
| * | BUG: linalg: do not assume that GIL is enabled in xerbla_Pauli Virtanen2013-04-131-0/+4
| * | TST: linalg: test return types of generalized linalg routinesPauli Virtanen2013-04-121-0/+83
| * | ENH: linalg: use signature= for internal casting rather than astype in linalg...Pauli Virtanen2013-04-121-12/+23
| * | BUG: linalg: make umath_linalg to track errors from all inner loop iterationsPauli Virtanen2013-04-122-51/+47
| * | BUG: linalg: fix Py3 syntaxPauli Virtanen2013-04-102-4/+3
| * | MAINT: move gufuncs_linalg_contents.rst to the docstring of the modulePauli Virtanen2013-04-102-123/+103
| * | MAINT: move umath_linalg under numpy/linalg and use the same lapack_litePauli Virtanen2013-04-1025-74437/+46
| * | TST: linalg: add tests for generalized linalg functionsPauli Virtanen2013-04-101-34/+89
| * | BUG: core/umath_linalg: ensure FP error status reflects LAPACK error statusPauli Virtanen2013-04-101-0/+69
| * | ENH: linalg: use _umath_linalg for svd()Pauli Virtanen2013-04-101-59/+39
| * | ENH: linalg: use _umath_linalg for eigh()Pauli Virtanen2013-04-101-44/+24
| * | ENH: linalg: use _umath_linalg for eig()Pauli Virtanen2013-04-101-58/+29
| * | ENH: linalg: use _umath_linalg for eigvalsh()Pauli Virtanen2013-04-101-44/+20
| * | ENH: linalg: use _umath_linalg for eigvals()Pauli Virtanen2013-04-101-42/+20
| * | ENH: linalg: use _umath_linalg for cholesky()Pauli Virtanen2013-04-101-22/+12
| * | ENH: linalg: use _umath_linalg for solve()Pauli Virtanen2013-04-101-34/+18
| * | ENH: linalg: use _umath_linalg for inv()Pauli Virtanen2013-04-101-8/+28
| * | ENH: linalg: use _umath_linalg for slogdet()Pauli Virtanen2013-04-101-26/+23
| * | ENH: linalg: use _umath_linalg for det()Pauli Virtanen2013-04-101-5/+20
| * | ENH: linalg: add helper routines for gufuncsPauli Virtanen2013-04-101-1/+48
| * | MAINT: mark gufuncs_linalg.py as a internal testing-only modulePauli Virtanen2013-04-103-2/+5
| * | BLD: reverted api version back to 8ovillellas2013-04-102-3/+1
| * | MAINT: added from __future__ as suggested by charrisovillellas2013-04-101-0/+3
| * | DOC: changed <NDIMS> to … in shape descriptions in docstringsovillellas2013-04-101-65/+66
| * | FIX: matrix_multiply now works when given a column matrixovillellas2013-04-102-39/+82
| * | ENH: added complex version for inner1d. Also added dotc1dovillellas2013-04-102-65/+187
| * | FIX: problems with eig and eigvals. Enhanced tests.ovillellas2013-04-102-128/+167
| * | BUG: fixed a bug in eig for complex numbers. Eigenvector results are computed...ovillellas2013-04-101-2/+2
| * | DOC: fixed doctest in poinv so that the example matrix is positive-definite.ovillellas2013-04-101-9/+9
| * | DOC: changed doctests for eig and eigh to be more robustovillellas2013-04-101-33/+36
| * | DOC: added more doctestsovillellas2013-04-101-6/+90
| * | DOC: Added doctests to docstring for fused operationsovillellas2013-04-101-9/+34
| * | BLD: Python3 build problem fixedovillellas2013-04-101-1/+1
| * | BLD: python 3.x compile fixovillellas2013-04-101-4/+4
| * | ENH: Added np.seterr handling of errorsovillellas2013-04-102-4/+9
| * | DOC: corrected documentation - arrays of functions -> arrays of matricesovillellas2013-04-101-1/+1
| * | STY: PEP8ovillellas2013-04-101-27/+32
| * | MAINT: Rewrote the gufuncs_linalg_contents as a rst file and updated it.ovillellas2013-04-101-163/+103
| * | MAINT: renamed the file describing the gufuncs_linalg moduleovillellas2013-04-101-0/+0
| * | MAINT: renamed umath_linalg module to _umath_linalg as it is internal.ovillellas2013-04-103-11/+12
| * | DOC: Added notes on error handling.ovillellas2013-04-101-1/+35
| * | DOC: added docstring for poinvovillellas2013-04-101-0/+35
| * | DOC: Added docstring to chosolveovillellas2013-04-101-0/+47