Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |