| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | Seth Troisi | 2020-01-12 | 1 | -3/+0 |
* | | TST: move pypy CI to ubuntu 18.04 | mattip | 2020-01-15 | 1 | -1/+0 |
* | | MAINT: travis-ci: Update CI scripts. | Warren Weckesser | 2020-01-13 | 2 | -12/+27 |
|/ |
|
* | 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 |