summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "CI: Try hooking gdb into failing CI (likely not correct, but lets ↵Developer-Ecosystem-Engineering2023-01-041-1/+0
| | | | | | see...)" This reverts commit a05d9607885d9cfe7a0de25e3171f1758f861e6a.
* CI: Try hooking gdb into failing CI (likely not correct, but lets see...)Sebastian Berg2023-01-041-0/+1
|
* MAINT: Replace Python3.8 by Python3.9.Charles Harris2022-12-291-22/+38
| | | | | We will drop Python3.8 in NumPy 1.25. This PR updates the ci tests and wheel builds to use 3.9.
* typomattip2022-11-181-1/+1
|
* do not explicitly set MACOSX_DEPLOYMENT_TARGET, disable test for nowmattip2022-11-181-2/+0
|
* explicitly set MACOSX_DEPLOYMENT_TARGET=10.9 before build, cleanup redundant ↵mattip2022-11-181-10/+10
| | | | stanza
* BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)Matti Picus2022-11-171-21/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * BUILD: update OpenBLAS to 0.3.21 and clean up openblas download test * set LDFLAGS on windows64 like the openblaslib build does * use rtools compilers on windows when building wheels * fix typos * add rtools gfortran to PATH * use the openblas dll from the zip archive without rewrapping * typos * copy dll import library for 64-bit interfaces * revert many of the changes to azure-steps-windows.yaml, copy openblas better in wheels * fix wildcard copy * test OpenBLAS build worked with threadpoolctl * typos * install threadpoolctl where needed, use for loop to recursively copy * update macos OpenBLAS suffixes for newer gfortran hashes * use libgfortran5.dylib on macos * fix scripts * re-use gfortran install from MacPython/gfortran-install on macos * use pre-release version of delocate * fixes for wheel builds/tests * add debugging cruft for pypy+win, macos wheels * add DYLD_LIBRARY_PATH on macosx-x86_64 * use 32-bit openblas interfaces for ppc64le tests * skip large_archive test that sometimes segfaults on PyPy+windows
* CI: Update to Ubuntu 18.04 to 20.04Charles Harris2022-11-151-1/+1
| | | | | | | | | | Github actions will drop support for 18.04 April 1, 2023. There are now sporadic test cancelations due to warning brownouts, and the NumPy 1.24.x release will overlap that date, so increase the Ubuntu version. The main change here is that there is no support for gcc-6 in Ubuntu 20.04, so testing with that version is also dropped.
* strtoull and strtoll are mandatorymattip2022-08-211-1/+1
|
* BLD: use macos-11 image on azure, macos-1015 is deprecated (#22043)Matti Picus2022-08-191-9/+7
| | | [ci skip]
* MAINT: skip azp logicPamphile Roy2022-06-291-0/+21
|
* Require sphinx 4.3+Jarrod Millman2022-06-241-1/+1
|
* Update sphinxJarrod Millman2022-06-241-1/+1
|
* MAINT: Python <3.8 related cleanupsBrigitta Sipőcz2022-05-231-28/+0
|
* MAINT: Fix failing Python 3.8 32-bit Windows test.Charles Harris2022-04-201-2/+4
|
* MAINT: specify sphinx, numpydoc versions instead of using doc_requirements.txtmattip2022-03-251-2/+2
|
* MAINT: use doc_requirements.txt in azure buildmattip2022-03-251-1/+2
|
* make sure CI stays on VS2019 unless changed explicitlyH. Vetinari2021-12-061-1/+1
|
* CI: Bump azure MacOS version to macOS-1015Sebastian Berg2021-11-091-1/+1
| | | | | | | The 10.14 version is deprecated and will stop working on December 10: https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/ The new image name seems to not have the `.` in it.
* MAINT: Update vs2017 to vs2019.Charles Harris2021-10-291-2/+2
| | | | | vs2017 will will be deprecated Nov 15 and removed next Mar, use windows-latest instead, which is currently vs2019.
* Merge pull request #19478 from r-devulap/svmlMatti Picus2021-10-101-0/+9
|\ | | | | ENH: Vectorizing umath module using AVX-512 (open sourced from Intel Short Vector Math Library, SVML)
| * CI/CD: get submodule before buildRaghuveer Devulapalli2021-08-241-0/+9
| |
* | add pypy windows test runmattip2021-10-031-0/+6
|/
* MAINT: Remove redundant test.Charles Harris2021-08-231-13/+0
| | | | The Python 3.8 32 bits fast test on windows was being run twice.
* MAINT: Drop Python3.7 testing.Charles Harris2021-08-161-38/+27
| | | | | We are going to drop Python 3.7 in NumPy 1.22.x as it causes problems for new features that require 3.8+.
* MAINT: Run CI tests even if linter fails.Charles Harris2021-07-281-19/+19
|
* TST: Default to Python3.8 on Windows, Mac, and Linux testing.Charles Harris2021-07-281-6/+6
| | | | | This is in preparation for dropping Python 3.7. It also allows the use of name-only arguments in function signatures.
* MAINT: Update manylinux ci test to manylinux2014Charles Harris2021-07-161-1/+1
| | | | | We have no longer support earlier versions of manylinux for the development wheels.
* MAINT: Update for using openblas64_.Charles Harris2021-07-151-1/+1
| | | | Simplification following similar work on the openblas64_ wheel builds.
* Split pipeline. Update version of mypy to 0.902.Chiara Marmo2021-06-281-9/+6
|
* Add a conda-based CI job on azure.Chiara Marmo2021-06-241-0/+30
|
* BUG: Linter should on run on pull requests.Charles Harris2021-05-241-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 Berg2021-05-121-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.1Charles Harris2021-04-281-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 Harris2021-04-251-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 runGreg Lucas2021-04-131-1/+1
|
* CI: Update apt package list before Python installCharles Harris2021-03-151-0/+1
| | | | Closes #18613.
* CI: another master -> main fix (#18566)Ralf Gommers2021-03-071-1/+1
|
* MAINT: Use linter_requirementsGanesh Kathiresan2021-03-071-3/+1
|
* MAINT: Changed branch argument to take target branchGanesh Kathiresan2021-03-071-1/+1
|
* BLD: Added linting checkGanesh Kathiresan2021-03-071-0/+20
|
* Merge pull request #18554 from charris/pin-docker-imageCharles Harris2021-03-051-3/+2
|\ | | | | CI: Pin docker image.
| * CI: Pin docker image.Charles Harris2021-03-051-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 PipelinesCharles Harris2021-03-041-1/+1
|/
* TST: use setup-python action for pypy, disable win64 pypymattip2021-02-051-5/+5
|
* BLD: rearrange Azure build jobsmattip2021-02-031-30/+30
|
* BLD: run PyPy tests in fast modemattip2021-01-151-1/+1
|
* BLD: try a pypy37 windows 64-bit buildmattip2021-01-141-0/+5
|
* TST, BUILD: Add a native x86 baseline build running on ubuntu-20.04Sayed Adel2020-12-081-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 jobSebastian Berg2020-11-241-1/+2
|