Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CI: Activate new castingimpl on no-openblas azure job | Sebastian Berg | 2020-11-24 | 1 | -1/+2 |
| | |||||
* | TST: Remove Python 3.6 CI testing. | Charles Harris | 2020-11-09 | 1 | -72/+40 |
| | |||||
* | fix getting OpenBLAS | mattip | 2020-11-02 | 1 | -3/+6 |
| | |||||
* | TST: use a more standard workflow for PyPy | mattip | 2020-11-02 | 1 | -2/+22 |
| | |||||
* | TST: Add 64 bit Python 3.9 test to Windows | Charles Harris | 2020-10-27 | 1 | -0/+7 |
| | |||||
* | MAINT : Disable 32 bit PyPy CI testing on Windows. | Charles Harris | 2020-10-03 | 1 | -5/+5 |
| | | | | | The test is consistently failing at the moment, we can enable it again when PyPy gets fixed. | ||||
* | BLD: pin setuptools<49.2.0 | mattip | 2020-08-03 | 1 | -2/+2 |
| | |||||
* | BLD: add win32 pypy build | mattip | 2020-07-29 | 1 | -0/+5 |
| | |||||
* | MAINT,BLD: add setuptools install to the gcc4.8 run | mattip | 2020-07-15 | 1 | -1/+2 |
| | |||||
* | MAINT,BLD: pin setuptools and refactor where to find it | mattip | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | BLD: drop win32 3.7, 3.6 builds | mattip | 2020-06-09 | 1 | -10/+0 |
| | |||||
* | BUILD: Remove Accelerate support (#15759) | Matti Picus | 2020-05-22 | 1 | -5/+7 |
| | | | | | | | Remove support for Apple Accelerate, since it is buggy. A build error should occur on most or all setups if linked against Accelerate. Test or import failures should occur on setups where Accelerate is picked up dynamically. Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com> | ||||
* | ENH: backport scipy changes to openblas download script | mattip | 2020-05-12 | 1 | -2/+0 |
| | |||||
* | CI: unpin 32-bit manylinux2010 image tag | mayeut | 2020-05-04 | 1 | -2/+2 |
| | | | | | | Revert the temporary workaround changes from NumPy gh-16147 now that the manylinux2010_i686 has been updated to be compatible with the pre-built version of OpenBLAS used. See NumPy gh-16146 for details. | ||||
* | CI: pin 32-bit manylinux2010 image tag | Tyler Reddy | 2020-05-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | * Azure CI is currently failing Linux 32-bit job because of a gcc toolchain bump in the base manylinux2010 image (32-bit) from ~12 hours ago; see NumPy gh-16146 for details; in short, we can't link to OpenBLAS in that matrix entry because the libgfortran in the new manylinux2010 image is too new * as a temporary workaround to constant CI failure, pin the base image to a tag from a few days ago, before the gcc toolchain update was merged | ||||
* | BLD: change link, add sha256 check | mattip | 2020-04-26 | 1 | -2/+8 |
| | |||||
* | BLD: fix path to libgfortran on macOS | mattip | 2020-04-26 | 1 | -6/+9 |
| | |||||
* | BLD: use xcode10 for one CI run | mattip | 2020-04-04 | 1 | -3/+5 |
| | |||||
* | BLD: report clang version on macOS | mattip | 2020-04-03 | 1 | -2/+2 |
| | |||||
* | TST: use draft OpenBLAS build | mattip | 2020-03-30 | 1 | -21/+5 |
| | |||||
* | TST: switch PyPy job with CPython [skip travis] (#15809) | Matti Picus | 2020-03-23 | 1 | -5/+21 |
| | |||||
* | MAINT: Test during import to detect bugs with Accelerate(MacOS) LAPACK (#15695) | Rakesh Vasudevan | 2020-03-15 | 1 | -2/+33 |
| | | | | | | | * TST: Test during import to detect bugs with Accelerate(MacOS) LAPACK fixes #15647 * Pipeline update for Accelerate(MacOS) testing | ||||
* | MAINT: CI: Add an explicit 'pr' section to azure-pipelines.yml | Warren Weckesser | 2020-03-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | Azure-pipelines is currently experiencing an "incident": https://status.dev.azure.com/_event/179641421) From that web page: > Currently CI and PR triggers in YAML for GitHub and Bitbucket > repositories are not working when they are not explicitly listed > in the YAML file. Our expected behavior is that when there are > no explicit triggers in the YAML, the pipelines will trigger on > all commits on all branches and all pull requests. This is > currently not happening. To workaround, please explicitly list > the triggers you want in the YAML file for your pipeline. This PR adds the suggested explicit 'pr' triggers to the YAML file. | ||||
* | BLD: consolidate openblas verison check to be self-contained | mattip | 2020-02-27 | 1 | -6/+2 |
| | |||||
* | 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) |