summaryrefslogtreecommitdiff
path: root/shippable.yml
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Update master to main after branch rename (gh-18544)Stefan van der Walt2021-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * Upload docs to main branch of neps/devdocs * Update `master` to `main` to be consistent with current state of renaming * Remove badges from README * Replace remaining instances of `master` with `main` * Add back logo * Fix CircleCI branch checks * Fix GA branch name * master->main in issue templates. * master->main for 2 links to numpy archive. * Change master to main in NEP 23 Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* MAINT,BLD: pin setuptools and refactor where to find itmattip2020-07-141-3/+3
|
* TST: Try to disable shippable on all branches.Charles Harris2020-07-131-2/+2
|
* TST: Disable shippable on master.Charles Harris2020-07-131-1/+1
|
* MAINT, CI: disable Shippable cacheTyler Reddy2020-06-161-9/+1
| | | | | | | | | | | * a quick look at the NumPy CI failures on Shippable service clearly shows the full test suite passing and a negative exit code only because of the failed cache restore * since the jobs are running in about 20 minutes even without the use of a cache, just try turning if off
* ENH: backport scipy changes to openblas download scriptmattip2020-05-121-1/+0
|
* BLD: consolidate openblas verison check to be self-containedmattip2020-02-271-1/+1
|
* BLD: update openblas download to new location, use manylinux2010-basemattip2020-02-251-0/+1
|
* BLD: use 0.3.8dev build of OpenBLASmattip2020-01-191-1/+1
|
* BLD: use 0.3.7 release version, add dependency on libgfortran5mattip2020-01-171-2/+3
|
* MAINT: make openblas_support.py strip path prefix from archive contentsPauli Virtanen2019-12-211-2/+3
| | | | Adapt CI scripts to this.
* TST: shippable build efficiencyTyler Reddy2019-12-201-5/+5
| | | | | | | | | | * try to avoid a redundant build of NumPy by Shippable CI; use "-n" flag to runtests.py to encourage use of installed NumPy instead of trying to rebuild * prefix pip installs with "python" to avoid common issues using pip installs
* BLD: add 'apt update' to shippablemattip2019-11-061-0/+1
|
* BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-1/+1
|
* BUILD: mostly restore verbose output on CI (except for pip install)mattip2019-09-201-1/+1
|
* MAINT: use test_requirements.txt in tox and shippable, ship it toomattip2019-09-091-3/+1
|
* TST, MAINT: bump to OpenBLAS 0.3.7 stableTyler Reddy2019-08-211-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)
* Doc: Use `pip install .` where possible instead of calling setup.pyMatthias Bussonnier2019-07-231-1/+1
| | | | pip will itself call setup.py install with the rights options.
* MAINT: bump ARMv8 / POWER8 OpenBLAS in CITyler Reddy2019-07-201-1/+1
| | | | | * require OpenBLAS 0.3.7.dev in ARMv8 and POWER8 CI runs to match ecosystem / wheels
* TST, MAINT: expand OpenBLAS version checkingTyler Reddy2019-07-141-0/+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 filemattip2019-07-091-8/+4
|
* MAINT: Update shippable.yml to remove Python 2 dependencyMike Taves2019-06-271-3/+1
|
* TST: use OpenBLAS for ARMv8 CITyler Reddy2019-04-051-1/+9
|
* TST: activate shippable maintenance branchesTyler Reddy2018-12-171-0/+1
| | | | | | * adjust shippable yml config file to run CI for PRs on all maintenance branches
* MAINT: Prepare master for 1.17.0 development.Charles Harris2018-12-081-2/+1
| | | | | | | | | | | | - Create 1.17.0-notes - Update index.rst for new notes - Update pavement.py - Update setup.py - Remove Python 2.7 and 3.4 from CI testing. - Add `# cython: language_level=3` to `*.pxd`, `*.pyx` files. Note that this removes support for both Python2.7 and Python3.4 in setup.py.
* TST: add shippable ARMv8 to CI.Tyler Reddy2018-09-071-0/+70