Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: rename build step | mattip | 2021-11-30 | 1 | -1/+1 |
| | |||||
* | TEST: use pypy3.8-v7.3.7 final versions | mattip | 2021-11-30 | 1 | -3/+4 |
| | |||||
* | add pypy windows test run | mattip | 2021-10-03 | 1 | -1/+1 |
| | |||||
* | MAINT: Update for using openblas64_. | Charles Harris | 2021-07-15 | 1 | -12/+14 |
| | | | | Simplification following similar work on the openblas64_ wheel builds. | ||||
* | BLD: try a pypy37 windows 64-bit build | mattip | 2021-01-14 | 1 | -1/+1 |
| | |||||
* | BLD: add win32 pypy build | mattip | 2020-07-29 | 1 | -6/+32 |
| | |||||
* | Remove unused pip install | 谭九鼎 | 2020-07-16 | 1 | -1/+0 |
| | |||||
* | MAINT,BLD: pin setuptools and refactor where to find it | mattip | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | BUG: fix PATH from review | mattip | 2020-06-02 | 1 | -1/+1 |
| | |||||
* | BLD: install mingw32 v7.3.0 for win32 | mattip | 2020-06-01 | 1 | -1/+1 |
| | |||||
* | ENH: backport scipy changes to openblas download script | mattip | 2020-05-12 | 1 | -1/+1 |
| | |||||
* | BLD: put openblas library in local directory on windows (#16101) | Matti Picus | 2020-04-29 | 1 | -9/+17 |
| | | | | | | | * BLD: put openblas library in local directory on windows * TST: fix broken pip install on windows * BLD: handle 64-bit windows BLAS | ||||
* | BLD: update openblas download to new location, use manylinux2010-base | mattip | 2020-02-25 | 1 | -0/+1 |
| | |||||
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+2 |
| | | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior. | ||||
* | CI: use openblas64_ on azure windows | Pauli Virtanen | 2019-12-21 | 1 | -1/+1 |
| | |||||
* | Divide Azure Pipelines into stages. | Hameer Abbasi | 2019-10-15 | 1 | -0/+56 |
So that not so many resources are used on obviously failing jobs. |