summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_lite/clapack_scrub.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add patch files to allow LAPACK 3.2.2 to be f2c'dEric Wieser2017-03-251-1/+1
* BUG: Fix incorrect use of StringIO to handle bytesEric Wieser2016-12-291-5/+5
* MAINT: Switch to the PyPI version of plexEric Wieser2016-12-291-2/+2
* MAINT: replace import * with explicit importEric Wieser2016-12-291-2/+1
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* MAINT: Remove commented out code blocksgfyoung2015-12-201-4/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-2/+2
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
* Add the code that generates lapack_lite from LAPACK sources.cookedm2006-06-271-0/+276