| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 5 | -12/+12 |
* | Merge pull request #15232 from sethtroisi/remove_python3_part3 | Matti Picus | 2020-01-04 | 2 | -21/+1 |
|\ |
|
| * | Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX | Seth Troisi | 2020-01-03 | 2 | -21/+1 |
* | | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 21 | -41/+0 |
|/ |
|
* | Merge pull request #15107 from pv/blas64-ilp64-ci | Charles Harris | 2020-01-01 | 3 | -34/+98 |
|\ |
|
| * | MAINT: make openblas_support.py strip path prefix from archive contents | Pauli Virtanen | 2019-12-21 | 3 | -25/+63 |
| * | CI: use only one flag on travis for downloading openblas | Pauli Virtanen | 2019-12-21 | 1 | -1/+1 |
| * | CI: add travis openblas64_ target | Pauli Virtanen | 2019-12-21 | 1 | -3/+8 |
| * | CI: add openblas64_ downloading to openblas_support.py | Pauli Virtanen | 2019-12-21 | 1 | -13/+34 |
* | | MAINT: Update required cython version to 0.29.14. | Charles Harris | 2019-12-23 | 1 | -2/+2 |
|/ |
|
* | BLD: fix signed-unsigned comparison warning | mattip | 2019-12-16 | 1 | -1/+1 |
* | Implemented review feedbacks #14961 | Sanjeev Kumar | 2019-12-05 | 1 | -12/+23 |
* | Added documentation in methods | Sanjeev Kumar | 2019-12-05 | 1 | -23/+207 |
* | Fix typos | Brian Wignall | 2019-11-25 | 1 | -2/+2 |
* | Merge pull request #14732 from mattip/refguide-rst | Charles Harris | 2019-11-23 | 1 | -75/+174 |
|\ |
|
| * | MAINT: remove deprecation warnings | mattip | 2019-11-22 | 1 | -4/+4 |
| * | MAINT: fixes from review | mattip | 2019-11-18 | 1 | -2/+2 |
| * | MAINT: fixes from review | mattip | 2019-11-16 | 1 | -6/+17 |
| * | MAINT: pep8, remove checks of *.py files from --rst check | mattip | 2019-11-01 | 1 | -9/+10 |
| * | MAINT: fixes from review | mattip | 2019-10-31 | 1 | -12/+27 |
| * | TST: changes from review | mattip | 2019-10-17 | 1 | -27/+21 |
| * | TST: run refguide-check on rst files in doc/* | mattip | 2019-10-17 | 1 | -70/+148 |
* | | TST: Update travis.yml | Charles Harris | 2019-11-17 | 1 | -5/+11 |
* | | BUG: Add backslashes for line continuation. | Charles Harris | 2019-11-04 | 1 | -3/+3 |
* | | MAINT: split lines (from review) | mattip | 2019-11-04 | 1 | -1/+3 |
* | | BUILD: ignore more build.log warnings | mattip | 2019-11-03 | 1 | -1/+1 |
* | | BUILD, DOC: remove the std=c99 flag from docs, builds, add release note | mattip | 2019-10-25 | 1 | -6/+0 |
|/ |
|
* | Merge pull request #14368 from jdufresne/byteswarning | Sebastian Berg | 2019-10-15 | 1 | -1/+1 |
|\ |
|
| * | MAINT: Avoid all BytesWarning | Jon Dufresne | 2019-09-25 | 1 | -1/+1 |
* | | BUILD: change to build_src --verbose-cfg, runtests.py --debug-info | mattip | 2019-10-03 | 2 | -3/+3 |
* | | MAINT: Fix typo: remoge → remove | Jon Dufresne | 2019-09-25 | 1 | -1/+1 |
|/ |
|
* | MAINT: move the option to build_src, simplifies logic | mattip | 2019-09-20 | 1 | -2/+2 |
* | BUILD: mostly restore verbose output on CI (except for pip install) | mattip | 2019-09-20 | 2 | -3/+3 |
* | Merge pull request #14525 from mattip/pypy | Sebastian Berg | 2019-09-19 | 1 | -1/+1 |
|\ |
|
| * | BUILD, MAINT: run tests with verbose for PyPY, also do not leak resource | mattip | 2019-09-16 | 1 | -1/+1 |
* | | DOC,MAINT: Build release notes during CircleCI step | Sebastian Berg | 2019-09-15 | 1 | -0/+16 |
|/ |
|
* | Merge pull request #14453 from rgommers/no-cython-in-sdist | Charles Harris | 2019-09-08 | 1 | -0/+1 |
|\ |
|
| * | BLD: remove generated Cython files from sdist | Ralf Gommers | 2019-09-08 | 1 | -0/+1 |
* | | MAINT: Only allow using Cython module when cythonizing. | Charles Harris | 2019-09-02 | 1 | -7/+4 |
|/ |
|
* | BLD: Update RELEASE_WALKTHROUGH and cythonize. | Charles Harris | 2019-09-01 | 1 | -9/+6 |
* | Merge pull request #14378 from mattip/test-dependencies | Charles Harris | 2019-09-01 | 4 | -25/+6 |
|\ |
|
| * | BUILD: move all test dependencies to ./test_requirements.txt | mattip | 2019-08-27 | 4 | -25/+6 |
* | | Use *sys.version_info[:2] | Hugo | 2019-08-26 | 1 | -1/+1 |
* | | BUG: Fix for Python 4 | Hugo | 2019-08-26 | 1 | -1/+1 |
* | | BUG: Fix for Python 3.10 | Hugo | 2019-08-26 | 1 | -1/+1 |
|/ |
|
* | TST, MAINT: bump to OpenBLAS 0.3.7 stable | Tyler Reddy | 2019-08-21 | 1 | -4/+4 |
* | TST: Disable `--durations` flag for pytest. | Charles Harris | 2019-08-18 | 2 | -2/+4 |
* | TST: Pin pytest and use python3.6-dbg. | Charles Harris | 2019-08-17 | 1 | -1/+1 |
* | TST: Don't test with nose for Python 3.5+. | Charles Harris | 2019-07-28 | 1 | -1/+1 |
* | MAINT: bump ARMv8 / POWER8 OpenBLAS in CI | Tyler Reddy | 2019-07-20 | 1 | -3/+3 |