Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: CI: Run 'apt-get update' in tools/pypy-test.sh | Warren Weckesser | 2020-03-15 | 1 | -0/+1 |
| | | | | | | | Run 'apt-get update' before 'apt-get install ...' This should fix the failure to build PyPy in the Linux_PyPy3 azure pipelines CI test. | ||||
* | Fix swig tests | Mathieu Lamarre | 2020-03-13 | 4 | -53/+59 |
| | | | | | resize typemap issue python 3 bytes vs str issue | ||||
* | Merge pull request #15702 from mwtoews/optparse | Charles Harris | 2020-03-08 | 1 | -24/+27 |
|\ | | | | | MAINT: Replace optparse with argparse for 'doc' and 'tools' scripts | ||||
| * | MAINT: replace optparse with argparse for 'doc' and 'tools' scripts | Mike Taves | 2020-03-09 | 1 | -24/+27 |
| | | |||||
* | | TST: always use 'python -mpip' not 'pip' | mattip | 2020-03-06 | 1 | -3/+2 |
| | | |||||
* | | convert shebang from python to python3 (#15687) | Changqing Li | 2020-03-04 | 15 | -15/+15 |
|/ | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||||
* | Merge pull request #15653 from mattip/openblas0.3.7 | Charles Harris | 2020-03-02 | 3 | -8/+11 |
|\ | | | | | BLD: update OpenBLAS to pre-0.3.9 version | ||||
| * | BLD: consolidate openblas verison check to be self-contained | mattip | 2020-02-27 | 3 | -7/+10 |
| | | |||||
| * | BLD: update OpenBLAS to pre-0.3.9 version | mattip | 2020-02-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #12646 from shoyer/refguide-check-exceptions | Matti Picus | 2020-02-28 | 1 | -1/+1 |
|\ \ | |/ |/| | TST: check exception details in refguide_check.py | ||||
| * | TST: check exception details in refguide_check.py | Stephan Hoyer | 2019-01-01 | 1 | -1/+1 |
| | | | | | | | | xref GH-12548 | ||||
* | | BLD: update openblas download to new location, use manylinux2010-base | mattip | 2020-02-25 | 3 | -25/+27 |
| | | |||||
* | | BLD: manylinux2010 docker reports machine=i686 | mattip | 2020-02-17 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #15556 from seberg/travis-install-python3-dbg | Charles Harris | 2020-02-12 | 1 | -1/+1 |
|\ \ | | | | | | | TST: (Travis CI) Use full python3-dbg path for virtual env creation | ||||
| * | | TST: (Travis CI) Use full python3-dbg path for virtual env creation | Sebastian Berg | 2020-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | It seems for virtualenv cannot resolve --python=python3-dbg passing the full path instead fixes the issue. | ||||
* | | | Merge pull request #15465 from mwtoews/imports | Sebastian Berg | 2020-02-07 | 10 | -18/+0 |
|\ \ \ | |/ / |/| | | MAINT: cleanup unused imports; avoid redefinition of imports | ||||
| * | | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 10 | -18/+0 |
| | | | | | | | | | | | | | | | | | | | | | * Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811) | ||||
* | | | TST: Fix missing output in refguide-check | Seth Troisi | 2020-02-05 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #15430 from sethtroisi/refguide_warning | Matti Picus | 2020-02-03 | 1 | -46/+32 |
|\ \ | | | | | | | MAINT: Use contextmanager in _run_doctests | ||||
| * | | DEV: More contextmanager in _run_doctests | Seth Troisi | 2020-01-24 | 1 | -43/+33 |
| | | | |||||
| * | | DEV: Use contextmanager in _run_doctests | Seth Troisi | 2020-01-24 | 1 | -43/+39 |
| | | | |||||
* | | | Merge pull request #15464 from sethtroisi/refguide_dup_line | Matti Picus | 2020-01-29 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | MAINT: Cleanup duplicate line in refguide_check | ||||
| * | | | MAINT: Cleanup duplicate line in refguide_check | Seth Troisi | 2020-01-29 | 1 | -2/+0 |
| | | | | |||||
* | | | | Merge pull request #15417 from sethtroisi/python2_easy | Matti Picus | 2020-01-29 | 1 | -6/+0 |
|\ \ \ \ | |/ / / |/| | | | MAINT: Cleanup references to python2 | ||||
| * | | | MAINT: Python2 Cleanups | Seth Troisi | 2020-01-28 | 1 | -6/+0 |
| | | | | |||||
* | | | | Merge pull request #15449 from sethtroisi/refguide_doc2 | Matti Picus | 2020-01-28 | 1 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | DOC: Update refguide_check note on how to skip code | ||||
| * | | | | DOC: Update refguide_check note on how to skip code | Seth Troisi | 2020-01-28 | 1 | -0/+8 |
| |/ / / | |||||
* | | | | MAINT: Remove sys.version checks (gh-#15373) | Seth Troisi | 2020-01-28 | 1 | -1/+1 |
|/ / / | | | | | | | More sys.version cleanup. | ||||
* | | | Updated openblas_support.py | Xavier Thomas | 2020-01-27 | 1 | -1/+1 |
| | | | | | | | | | fixed issue | ||||
* | | | Update tools/openblas_support.py | Xavier Thomas | 2020-01-27 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: Eric Wieser <wieser.eric@gmail.com> | ||||
* | | | Update tools/openblas_support.py | Xavier Thomas | 2020-01-27 | 1 | -1/+2 |
| | | | | | | | | | Co-Authored-By: Eric Wieser <wieser.eric@gmail.com> | ||||
* | | | Updated openblas_support.py | Xavier Thomas | 2020-01-27 | 1 | -1/+1 |
| | | | |||||
* | | | Made changes to openblas_support.py | Xavier Thomas | 2020-01-25 | 1 | -1/+2 |
| | | | | | | | | | Assigned a variable MAC_VERSION for macosx_10_9_x86_64-gf_1becaaa.tar.gz | ||||
* | | | Updated openblas_support.py | Xavier Thomas | 2020-01-24 | 1 | -1/+1 |
| | | | |||||
* | | | Updated openblas_support.py with f-string | Xavier Thomas | 2020-01-24 | 1 | -9/+7 |
| | | | |||||
* | | | Updated cythonize.py with f-strings | Xavier Thomas | 2020-01-24 | 1 | -4/+3 |
|/ / | | | | | Updated with f-strings for better readability | ||||
* | | MAINT: Revise imports from urllib modules | Mike Taves | 2020-01-24 | 1 | -6/+2 |
| | | |||||
* | | Merge pull request #15366 from mwtoews/F403 | Matti Picus | 2020-01-23 | 1 | -1/+1 |
|\ \ | | | | | | | MAINT: resolve pyflake F403 'from module import *' used | ||||
| * | | MAINT: resolve pyflake F403 'from module import *' used | Mike Taves | 2020-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * For external modules, resolve imported members * Most internal relative modules were ignored or marked noqa: F403 * Convert a few internal absolute imports to relative imports | ||||
* | | | Merge pull request #15379 from sethtroisi/misc_cleanups3 | Matti Picus | 2020-01-23 | 1 | -144/+48 |
|\ \ \ | |/ / |/| | | MAINT: Python2 Cleanups | ||||
| * | | MAINT: Python2 Cleanups | Seth Troisi | 2020-01-21 | 1 | -144/+48 |
| | | | |||||
* | | | STY: use `with open` when possible | Seth Troisi | 2020-01-21 | 1 | -22/+21 |
|/ / | |||||
* | | [MAINT] Cleanup python2 sys.version checks | Seth Troisi | 2020-01-20 | 4 | -30/+15 |
| | | |||||
* | | BLD: use 0.3.8dev build of OpenBLAS | mattip | 2020-01-19 | 1 | -2/+2 |
| | | |||||
* | | MAINT: try to avoid spurious warnings in einsum | mattip | 2020-01-17 | 1 | -0/+1 |
| | | |||||
* | | BLD: use 0.3.7 release version, add dependency on libgfortran5 | mattip | 2020-01-17 | 1 | -1/+1 |
| | | |||||
* | | BUILD: use standard build of OpenBLAS for aarch64, ppc64le | mattip | 2020-01-17 | 1 | -26/+10 |
| | | |||||
* | | Merge pull request #15307 from sethtroisi/sys_version_pre | Matti Picus | 2020-01-16 | 1 | -3/+0 |
|\ \ | | | | | | | MAINT: cleanup sys.version dependant code | ||||
| * | | MAINT: cleanup sys.version dependant code | Seth Troisi | 2020-01-12 | 1 | -3/+0 |
| | | | |||||
* | | | TST: move pypy CI to ubuntu 18.04 | mattip | 2020-01-15 | 1 | -1/+0 |
| | | |