| Commit message (Expand) | Author | Age | Files | Lines |
* | TEST: remove build job since we now use Dependabot | mattip | 2019-09-01 | 1 | -16/+0 |
* | TEST: try to fail the build if there are new packages | mattip | 2019-08-28 | 1 | -5/+7 |
* | BUILD: move all test dependencies to ./test_requirements.txt | mattip | 2019-08-27 | 1 | -8/+21 |
* | TST, MAINT: bump to OpenBLAS 0.3.7 stable | Tyler Reddy | 2019-08-21 | 1 | -1/+1 |
* | BLD: MAINT: change default behavior of build flag appending. | Ralf Gommers | 2019-08-20 | 1 | -1/+0 |
* | TST, MAINT: expand OpenBLAS version checking | Tyler Reddy | 2019-07-14 | 1 | -3/+2 |
* | ENH, BUILD: refactor all OpenBLAS downloads into a single, testable file | mattip | 2019-07-09 | 1 | -28/+12 |
* | MAINT: add script to local repo | mattip | 2019-06-20 | 1 | -7/+1 |
* | BUILD: use openblas_support.py from numpy-wheels to create _distributor_init.py | mattip | 2019-06-16 | 1 | -4/+11 |
* | TST: bump / verify OpenBLAS in CI | Tyler Reddy | 2019-05-21 | 1 | -10/+24 |
* | TST: refine Azure fail reports | Tyler Reddy | 2019-05-03 | 1 | -4/+4 |
* | MAINT: use openblas, gfortran, tweak azure and comment mro (from review) | mattip | 2019-04-21 | 1 | -0/+2 |
* | TEST: update for PyPy | mattip | 2019-04-17 | 1 | -4/+4 |
* | DEV: add pypy3 to azure CI | mattip | 2019-04-16 | 1 | -0/+11 |
* | TST: fail Azure CI if test failures | Tyler Reddy | 2019-04-02 | 1 | -3/+3 |
* | TST: always publish Azure tests | Tyler Reddy | 2019-03-29 | 1 | -0/+6 |
* | BUILD: pin sphinx to before-2.0.0 | mattip | 2019-03-28 | 1 | -1/+1 |
* | TST: openblas for Azure MacOS | Tyler Reddy | 2019-03-13 | 1 | -8/+20 |
* | BUILD: sphinx 1.8.3 can be used with our outdated templates | mattip | 2019-03-04 | 1 | -1/+1 |
* | DOC: reduce warnings when building, reword, tweak doc building | mattip | 2019-02-28 | 1 | -1/+1 |
* | MAINT: probe multiple DLL handling on Win | Tyler Reddy | 2019-02-22 | 1 | -0/+7 |
* | BLD: Windows absolute path DLL loading | Tyler Reddy | 2019-02-22 | 1 | -0/+2 |
* | TST: fix vmImage dispatch in Azure | Tyler Reddy | 2019-01-31 | 1 | -3/+3 |
* | Merge pull request #12867 from charris/test-openblas | Tyler Reddy | 2019-01-27 | 1 | -2/+2 |
|\ |
|
| * | TST: Use same OpenBLAS build for testing as for current wheels. | Charles Harris | 2019-01-27 | 1 | -1/+1 |
| * | WIP: Test i686 on azure with different OpenBLAS. | Charles Harris | 2019-01-27 | 1 | -1/+1 |
* | | Merge pull request #12863 from mattip/pin-mingw | Charles Harris | 2019-01-27 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | TEST: pin mingw version | mattip | 2019-01-27 | 1 | -1/+1 |
* | | ENH: __array_function__ updates for NumPy 1.17.0 | Stephan Hoyer | 2019-01-22 | 1 | -1/+0 |
* | | Merge pull request #12620 from rgommers/c99-flags | Charles Harris | 2019-01-09 | 1 | -1/+1 |
|\ \ |
|
| * | | BLD: move -std=c99 from runtests.py to Azure config | Ralf Gommers | 2019-01-06 | 1 | -1/+1 |
* | | | TST: pin Azure brew version for stability. | Tyler Reddy | 2019-01-09 | 1 | -1/+1 |
|/ / |
|
* | | DEV: activate assert code in 32bit linux via -UNDEBUG | mattip | 2018-12-25 | 1 | -2/+3 |
* | | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -1/+3 |
* | | TST: wheel-match Linux openblas in CI | Tyler Reddy | 2018-12-13 | 1 | -2/+9 |
* | | MAINT: remove VC 9.0 from CI | Tyler Reddy | 2018-12-12 | 1 | -8/+0 |
* | | Merge pull request #12502 from tylerjereddy/azure_py_version_fix | Charles Harris | 2018-12-09 | 1 | -3/+3 |
|\ \ |
|
| * | | TST: Azure Python version fix | Tyler Reddy | 2018-12-07 | 1 | -3/+3 |
| |/ |
|
* | | MAINT: Prepare master for 1.17.0 development. | Charles Harris | 2018-12-08 | 1 | -6/+0 |
|/ |
|
* | TST: sync Azure Win openblas | Tyler Reddy | 2018-12-06 | 1 | -3/+3 |
* | TST: use openblas for Windows CI | Tyler Reddy | 2018-11-30 | 1 | -2/+48 |
* | TST: use condition for Azure 2.7 check | Tyler Reddy | 2018-11-27 | 1 | -5/+5 |
* | TST: draft 32-bit linux Azure CI job | Tyler Reddy | 2018-11-19 | 1 | -0/+19 |
* | MAINT, TST: check for unreachable code paths | Tyler Reddy | 2018-11-02 | 1 | -1/+3 |
* | TST: add Azure CI triggers | Tyler Reddy | 2018-10-17 | 1 | -0/+7 |
* | ENH add a displayName section to pickle5 install command | Pierre Glaser | 2018-10-07 | 1 | -0/+1 |
* | MNT add pickle5 install to azure-pipelines script | Pierre Glaser | 2018-10-07 | 1 | -1/+4 |
* | TST: Add Python 3.5 to Azure windows CI. | Tyler Reddy | 2018-10-04 | 1 | -1/+5 |
* | TST: add Windows Azure CI | Tyler Reddy | 2018-10-04 | 1 | -2/+54 |
* | TST: add macos azure testing to CI. | Tyler Reddy | 2018-09-28 | 1 | -0/+56 |