summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_lite/make_lite.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-3/+3
* MAINT: LGTM.com recommendation: Except block handles 'BaseException'Dimitri Papadopoulos2021-10-071-4/+1
* REV: 96727cfDimitri Papadopoulos2021-09-211-1/+4
* MAINT: force shebang to python2.7Dimitri Papadopoulos2021-09-211-1/+2
* REV: 7949ba5Dimitri Papadopoulos2021-09-211-2/+2
* REV: b62ffc5Dimitri Papadopoulos2021-09-211-2/+2
* REV: aec0576Dimitri Papadopoulos2021-09-211-9/+10
* REV: 583901aDimitri Papadopoulos2021-09-211-1/+1
* MAINT: raise from previous exception in make_lite.pyAndrew Watson2021-07-031-2/+2
* MAINT: fix overly broad exception handling listed in LGTMAndrew Watson2021-07-011-1/+1
* See #15986. Chain exceptions in linalgtautaus2021-01-311-2/+2
* BUG: Fix small bug in make_lite.py.Charles Harris2020-11-011-1/+1
* Convert some strings to fstrignsJakob2020-10-241-9/+9
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-6/+1
* Merge pull request #15224 from pv/lapack-lite-symrenameMatti Picus2020-01-201-7/+59
|\
| * MAINT: linalg: use symbol suffix in fallback lapack_litePauli Virtanen2020-01-141-7/+59
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* BUG: Align type definition with generated lapack (#10477)xoviat2018-02-161-5/+39
* ENH: Add patch files to allow LAPACK 3.2.2 to be f2c'dEric Wieser2017-03-251-1/+7
* MAINT: Prefer to load functions from lapack/install if possibleEric Wieser2017-03-021-2/+14
* MAINT: Split up the lapack_lite files more sensiblyEric Wieser2017-03-021-6/+12
* MAINT: Improve handing of files and subprocessesEric Wieser2017-03-021-47/+59
* MAINT: Squelch parenthesis warnings from GCCEric Wieser2017-02-211-0/+9
* BUG: Output a valid include path, rather than one inherited from NumericEric Wieser2016-12-291-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-3/+2
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-7/+7
* 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
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-2/+2
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-1/+1
* Using the in operator to find substrings. It is shorter and easier to unders...Jarrod Millman2007-10-291-1/+1
* Add the code that generates lapack_lite from LAPACK sources.cookedm2006-06-271-0/+264