summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_lite
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-282-4/+4
|\
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-292-4/+4
* | BLD: fix missing `Python.h` includesRalf Gommers2022-11-252-0/+7
* | MAINT: Patch to remove ncola variable from f2c_blas.cCharles Harris2022-11-131-0/+112
* | BLD: remove unused `ncola` variables from lapack-liteRalf Gommers2022-11-131-16/+4
|/
* Revert "MAINT: fix typo in f2c_lapack.c"Rohit Goswami2022-10-161-1/+1
* MAINT: fix typo in f2c_lapack.cIkko Ashimine2022-10-161-1/+1
* MAINT: Fix non-void function does not return a value warningHood Chatham2022-06-291-2/+4
* ENH: Change f2c declarations with void return type to intHood Chatham2022-06-172-11/+12
* Fix some typos.Yulv-git2022-05-144-18/+18
* MAINT: LGTM.com recommendation: Except block handles 'BaseException'Dimitri Papadopoulos2021-10-071-4/+1
* MAINT: Fix LGTM.com errorDimitri Papadopoulos2021-09-221-9/+12
* REV: 30f8391Dimitri Papadopoulos2021-09-211-0/+4
* REV: 96727cfDimitri Papadopoulos2021-09-212-8/+15
* DOC: consistent README.rst and docstringDimitri Papadopoulos2021-09-211-2/+2
* MAINT: force shebang to python2.7Dimitri Papadopoulos2021-09-214-2/+8
* 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-212-2/+2
* Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-031-1/+3
|\
| * MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+3
* | fix unhashable instance and potential exception identified by LGTMSista Seetaram2021-09-031-1/+0
* | fixed unhashable instance and potential exception as listed in LGTM#19077Sista Seetaram2021-09-031-2/+2
|/
* Merge pull request #19102 from default-303/LGTM_unused_variablesMatti Picus2021-07-091-1/+1
|\
| * MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-261-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
* MAINT: multiline regex class simplifyTyler Reddy2020-12-291-1/+1
* BUG: Fix small bug in make_lite.py.Charles Harris2020-11-011-1/+1
* Convert some strings to fstrignsJakob2020-10-241-9/+9
* MAINT: Clean-up 'next = __next__' used for Python 2 compatibilityMike Taves2020-04-011-4/+0
* convert shebang from python to python3 (#15687)Changqing Li2020-03-042-2/+2
* Merge pull request #15417 from sethtroisi/python2_easyMatti Picus2020-01-291-1/+1
|\
| * MAINT: Python2 CleanupsSeth Troisi2020-01-281-1/+1
* | Merge pull request #15452 from mwtoews/E401Matti Picus2020-01-291-1/+2
|\ \
| * | STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-1/+2
| |/
* | MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-6/+1
|/
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-12/+8
* Merge pull request #15224 from pv/lapack-lite-symrenameMatti Picus2020-01-2011-35/+780
|\
| * GEN: regenerate lapack_litePauli Virtanen2020-01-148-25/+716
| * MAINT: linalg: use symbol suffix in fallback lapack_litePauli Virtanen2020-01-143-10/+64
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-053-5/+5
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-033-6/+0
|/
* ENH: build fallback lapack_lite with 64-bit integers on 64-bit platformsPauli Virtanen2020-01-011-6/+8
* DOC: lapack_lite: fix incorrect information in lapack_lite READMEPauli Virtanen2020-01-011-2/+2
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-193-7/+7
* ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-141-10/+3
* ENH: core: add LAPACK64_ support in numpy.linalgPauli Virtanen2019-11-291-0/+9