Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
..
Failed to load latest commit information.
src Misc. typos Jan 7, 2018
tests Merge pull request #8608 from larsoner/fix-check Mar 31, 2018
__init__.py ENH: Add cdf2rdf function (#8550) Mar 22, 2018
_cython_signature_generator.py Fix pycodestyle E305 using autopep8 (#8391) Feb 25, 2018
_decomp_ldl.py Doxy Typos + trivial comment typos Oct 27, 2017
_decomp_polar.py MAINT: linalg: A bit of PEP 8 clean up. Aug 27, 2015
_decomp_qz.py DOC: Added "Examples" to all missing functions Jan 16, 2018
_decomp_update.pyx.in Misc. typos Jan 7, 2018
_expm_frechet.py DOC: Added "Examples" to all missing functions Jan 16, 2018
_generate_pyx.py Merge pull request #8392 from WarrenWeckesser/linalg-single-letter-vars Feb 26, 2018
_interpolative_backend.py PEP8 scipy.linalg.interpolative Jul 5, 2013
_matfuncs_inv_ssq.py MAINT: remove unnecessary code related to arctanh, log, and logm bran… Apr 29, 2016
_matfuncs_sqrtm.py ENH: allow `sqrtm` to compute the root of some singular matrices Sep 22, 2017
_procrustes.py DOC: Added "Examples" to all missing functions Jan 16, 2018
_sketches.py MAINT: some doc and style fixes for linalg.clarkson_woodruff_transform Sep 13, 2017
_solve_toeplitz.pyx MAINT: Add future absolute_import to all pyx files Jun 26, 2017
_solvers.py Fix pycodestyle E305 using autopep8 (#8391) Feb 25, 2018
_testutils.py MAINT: linalg: A bit of PEP 8 clean up. Aug 27, 2015
basic.py MAINT: linalg: Don't use the variable 'l' Feb 10, 2018
bento.info DEP: remove deprecated ``linalg.calc_lwork`` extension. Sep 16, 2017
blas.py DOC: Add a note on 'overwrite_<>' keyword (#8276) Feb 28, 2018
bscript BLD: fix Bento build for sgemv fix and non-Accelerate usage on OS X May 6, 2015
cblas.pyf.src DEP: linalg: add _ prefix to *blas, *lapack and deprecate the f2py mo… Dec 2, 2012
cblas_l1.pyf.src BUG: linalg: make cblas.axpy signature match with fblas.axpy Nov 17, 2012
clapack.pyf.src BUG: fix the 'lower' attribute of dpotri to make dpotrf/dpotri consis… Aug 25, 2013
cython_blas_signatures.txt MAINT: linalg: run pyx autogeneration in cythonize.py, remove checked… Aug 22, 2017
cython_lapack_signatures.txt MAINT: linalg: run pyx autogeneration in cythonize.py, remove checked… Aug 22, 2017
decomp.py FIX: Fix int check Mar 24, 2018
decomp_cholesky.py DOC: Added "Examples" to all missing functions Jan 16, 2018
decomp_lu.py DOC: Added "Examples" to all missing functions Jan 16, 2018
decomp_qr.py DOC: Added "Examples" to all missing functions Jan 16, 2018
decomp_schur.py DOC: Added "Examples" to all missing functions Jan 16, 2018
decomp_svd.py DOC: Added "Examples" to all missing functions Jan 16, 2018
fblas.pyf.src DEP: linalg: add _ prefix to *blas, *lapack and deprecate the f2py mo… Dec 2, 2012
fblas_l1.pyf.src ENH: Added wrappers for tbsv,tpsv,trsv,tbmv,tpmv Sep 9, 2017
fblas_l2.pyf.src ENH: Added wrapper for BLAS trsm and tests Sep 12, 2017
fblas_l3.pyf.src ENH: Added wrapper for BLAS trsm and tests Sep 12, 2017
flapack.pyf.src BUG: linalg: Fixed typo in flapack.pyf.src. (#8530) Mar 9, 2018
flapack_user.pyf.src ENH: linalg: use f2py templating in gges SELCTG generation May 19, 2012
flinalg.py Fix pycodestyle E305 using autopep8 (#8391) Feb 25, 2018
fortran_defs.h ENH: Changed the Cython api for BLAS and LAPACK to link directly against Mar 18, 2015
interpolative.py DOC, MAINT: fix links in the doc Sep 15, 2017
interpolative.pyf Interpolative Decompositon: Drop id_dist and PyMatrixID into source c… Jul 3, 2013
lapack.py DOC: Add a note on 'overwrite_<>' keyword (#8276) Feb 28, 2018
linalg_version.py PEP8: Fix E211 whitespace before '(' Apr 12, 2013
matfuncs.py DEP: remove deprecated functions expm2, expm3 from scipy.linalg Sep 16, 2017
misc.py MAINT: Added LinAlgWarning and modified stacklevels Oct 6, 2017
setup.py DEP: remove deprecated ``linalg.calc_lwork`` extension. Sep 16, 2017
special_matrices.py ENH: Performance improvements in scipy.linalg.special_matrices (#7833) Jan 29, 2018