Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BLD: update openblas download to new location, use manylinux2010-base | mattip | 2020-02-25 | 1 | -1/+2 |
| | |||||
* | BLD: add libfortran needed when using manylinux1 openblas on manylinux2010 | mattip | 2020-02-19 | 1 | -0/+1 |
| | |||||
* | MAINT: typo in name from review | mattip | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | TST: use multilinux2010 docker instead of ubuntu | mattip | 2020-02-19 | 1 | -16/+14 |
| | |||||
* | TST: Do not create gfortran link in azure Mac testing. | Charles Harris | 2020-02-15 | 1 | -3/+4 |
| | | | | | The gfortran link is preinstalled since Feb 13, 2020 and attempting to create the link causes an error to be raised. | ||||
* | BLD: use 0.3.8dev build of OpenBLAS | mattip | 2020-01-19 | 1 | -1/+1 |
| | |||||
* | TST: move pypy CI to ubuntu 18.04 | mattip | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | MAINT: make openblas_support.py strip path prefix from archive contents | Pauli Virtanen | 2019-12-21 | 1 | -4/+6 |
| | | | | Adapt CI scripts to this. | ||||
* | CI: add to Azure a MacOS ilp64 job | Pauli Virtanen | 2019-12-21 | 1 | -1/+9 |
| | |||||
* | CI: use openblas64_ on azure windows | Pauli Virtanen | 2019-12-21 | 1 | -0/+2 |
| | |||||
* | REL: Update master after 1.18.x branch. | Charles Harris | 2019-12-03 | 1 | -5/+0 |
| | | | | | | | Apart from the usual modifications, this - Removes a release note snippet added after towncrier was run - Removes testing on Python 3.5 as it is dropped for 1.19.x. | ||||
* | TST: Test with Python3.8 on Windows. | Charles Harris | 2019-11-15 | 1 | -0/+10 |
| | |||||
* | BUILD, DOC: remove the std=c99 flag from docs, builds, add release note | mattip | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | BUILD: try a newer macOS image | mattip | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | TST, BUILD: add a gcc 4.8 run on ubuntu 18.04 | mattip | 2019-10-25 | 1 | -0/+22 |
| | |||||
* | Divide Azure Pipelines into stages. | Hameer Abbasi | 2019-10-15 | 1 | -208/+169 |
| | | | | So that not so many resources are used on obviously failing jobs. | ||||
* | BUILD: change to build_src --verbose-cfg, runtests.py --debug-info | mattip | 2019-10-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #14356 from qwhelan/sphinx | Ralf Gommers | 2019-09-25 | 1 | -1/+1 |
|\ | | | | | DOC: support and require sphinx>=2.2 | ||||
| * | DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for properties | mattip | 2019-09-15 | 1 | -1/+1 |
| | | |||||
| * | DOC: support and require sphinx>=2.1.2 | Christopher Whelan | 2019-09-14 | 1 | -1/+1 |
| | | |||||
* | | MAINT: move the option to build_src, simplifies logic | mattip | 2019-09-20 | 1 | -1/+1 |
| | | |||||
* | | BUILD: mostly restore verbose output on CI (except for pip install) | mattip | 2019-09-20 | 1 | -2/+2 |
|/ | |||||
* | 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 |
| | | | | | | | | | | | | * for those cases where our CI uses an OpenBLAS backend for testing it has now been updated to use v0.3.7 stable release instead of a commit hash on the development branch preceding that release * the pre-built OpenBLAS binaries are pulled in from either the MacPython ecosystem (most architectures) or from a custom build script for ARMv8 and ppc64le architectures used on gcc compile farm machines (documented in openblas_support module) | ||||
* | BLD: MAINT: change default behavior of build flag appending. | Ralf Gommers | 2019-08-20 | 1 | -1/+0 |
| | | | | | | This is a follow-up to gh-7427. This can lead to hard to understand build failures, and we've warned that this change was coming for two releases. | ||||
* | TST, MAINT: expand OpenBLAS version checking | Tyler Reddy | 2019-07-14 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * add a function to tools/openblas_support.py that may be used to test OpenBLAS version available through NumPy in a manner agnostic to any specific CI service * expand OpenBLAS version checking to include ppc64le and POWER8 CI runs; a separate PR will be provided to bump these versions to 0.3.7.dev * OpenBLAS install was broken on ppc64le Travis CI after migration to tools/openblas_support.py; fixed that * Azure CI config no longer uses a single-line 280-character Python "program" assigned to an environment variable to check OpenBLAS version; instead, it now leverages tools/openblas_support.py to perform the same operation using a conventional Python function | ||||
* | 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 |
| | | | | | | | | | * bump OpenBLAS version to 0.3.7.dev in Azure CI to pick up AVX512 SkylakeX fixes and match wheels * use ctypes code to verify appropriate version of OpenBLAS | ||||
* | TST: refine Azure fail reports | Tyler Reddy | 2019-05-03 | 1 | -4/+4 |
| | | | | | | | | | | * Azure CI should no longer report success when there are failures outside of the test suite * Azure CI will still always try to publish test results, except when a pipeline is manually cancelled | ||||
* | 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 |
| | | | | | * fail Azure CI after test publication when there are test failures | ||||
* | TST: always publish Azure tests | Tyler Reddy | 2019-03-29 | 1 | -0/+6 |
| | | | | | | | * add Azure configuration directives to ensure that CI test results are always published, even in the case where there are test failures | ||||
* | 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 |
| | | | | | | | | | | | * use pre-built openblas binary for MacOS Azure CI builds to more closely match the build scenario used by numpy-wheels * similarly, roll back gfortran version to 4.9 to better match wheel builds | ||||
* | 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 |
| | | | | | | | | * Test for DLL pollution in numpy/.libs/ in Azure CI Windows Python 3.6 builds * emit a warning with DLL names when > 1 are present in numpy/.libs/ | ||||
* | BLD: Windows absolute path DLL loading | Tyler Reddy | 2019-02-22 | 1 | -0/+2 |
| | | | | | | | | | | * add an Azure CI test to mimic recent Anaconda DLL path resolution restrictions that prevent NumPy imports * patch numpy.core initialization to use absolute DLL path loading to overcome the scenario described above | ||||
* | 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. | ||||
| * | 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 | ||||
| * | TEST: pin mingw version | mattip | 2019-01-27 | 1 | -1/+1 |
| | |