Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Linter should on run on pull requests. | Charles Harris | 2021-05-24 | 1 | -1/+1 |
| | | | | | | | That was the original intent, but linter was only disabled for merges to the main branch and still ran, and failed, on maintenance branches. Closes #19079. | ||||
* | MAINT: Remove `NPY_USE_NEW_CASTINGIMPL` | Sebastian Berg | 2021-05-12 | 1 | -1/+0 |
| | | | | | | | This doesn't serve any purpose anymore. The new code is now always used. (In very few cases this may lead to small slowdowns, this should only matter in ufuncs where it doesn't seem to matter enough to worry about it.) | ||||
* | MAINT: Fix azure linter problems with pip 20.1 | Charles Harris | 2021-04-28 | 1 | -2/+3 |
| | | | | | | The default Python 3.8 pip version seems to have been upgraded, leading to a large number of harmless messages being printed during package installation. This PR fixes the linter script to ignore the messages. | ||||
* | MAINT: Disable pip version check for azure lint check. | Charles Harris | 2021-04-25 | 1 | -1/+1 |
| | | | | | If the installed version is not up to date, the terminal notification of such is treated as an error. | ||||
* | CI: Fixing typo in Azure job run | Greg Lucas | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | CI: Update apt package list before Python install | Charles Harris | 2021-03-15 | 1 | -0/+1 |
| | | | | Closes #18613. | ||||
* | CI: another master -> main fix (#18566) | Ralf Gommers | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | MAINT: Use linter_requirements | Ganesh Kathiresan | 2021-03-07 | 1 | -3/+1 |
| | |||||
* | MAINT: Changed branch argument to take target branch | Ganesh Kathiresan | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | BLD: Added linting check | Ganesh Kathiresan | 2021-03-07 | 1 | -0/+20 |
| | |||||
* | Merge pull request #18554 from charris/pin-docker-image | Charles Harris | 2021-03-05 | 1 | -3/+2 |
|\ | | | | | CI: Pin docker image. | ||||
| * | CI: Pin docker image. | Charles Harris | 2021-03-05 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | The azure-pipeline test Linux_Python_38_32bit_full_with_asserts has been failing after the release of the latest manylinux2010. Pin the docker image to an earlier version to fix this. Closes #18553. | ||||
* | | Update azure-pipelines.yml for Azure Pipelines | Charles Harris | 2021-03-04 | 1 | -1/+1 |
|/ | |||||
* | TST: use setup-python action for pypy, disable win64 pypy | mattip | 2021-02-05 | 1 | -5/+5 |
| | |||||
* | BLD: rearrange Azure build jobs | mattip | 2021-02-03 | 1 | -30/+30 |
| | |||||
* | BLD: run PyPy tests in fast mode | mattip | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | BLD: try a pypy37 windows 64-bit build | mattip | 2021-01-14 | 1 | -0/+5 |
| | |||||
* | TST, BUILD: Add a native x86 baseline build running on ubuntu-20.04 | Sayed Adel | 2020-12-08 | 1 | -0/+25 |
| | | | | | to build and test NumPy against the maximum supported CPU features by the compiler and the running machine | ||||
* | 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. |