Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strtoull and strtoll are mandatory | mattip | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | BLD: use macos-11 image on azure, macos-1015 is deprecated (#22043) | Matti Picus | 2022-08-19 | 1 | -9/+7 |
| | | | [ci skip] | ||||
* | MAINT: skip azp logic | Pamphile Roy | 2022-06-29 | 1 | -0/+21 |
| | |||||
* | Require sphinx 4.3+ | Jarrod Millman | 2022-06-24 | 1 | -1/+1 |
| | |||||
* | Update sphinx | Jarrod Millman | 2022-06-24 | 1 | -1/+1 |
| | |||||
* | MAINT: Python <3.8 related cleanups | Brigitta Sipőcz | 2022-05-23 | 1 | -28/+0 |
| | |||||
* | MAINT: Fix failing Python 3.8 32-bit Windows test. | Charles Harris | 2022-04-20 | 1 | -2/+4 |
| | |||||
* | MAINT: specify sphinx, numpydoc versions instead of using doc_requirements.txt | mattip | 2022-03-25 | 1 | -2/+2 |
| | |||||
* | MAINT: use doc_requirements.txt in azure build | mattip | 2022-03-25 | 1 | -1/+2 |
| | |||||
* | make sure CI stays on VS2019 unless changed explicitly | H. Vetinari | 2021-12-06 | 1 | -1/+1 |
| | |||||
* | CI: Bump azure MacOS version to macOS-1015 | Sebastian Berg | 2021-11-09 | 1 | -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 Harris | 2021-10-29 | 1 | -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/svml | Matti Picus | 2021-10-10 | 1 | -0/+9 |
|\ | | | | | ENH: Vectorizing umath module using AVX-512 (open sourced from Intel Short Vector Math Library, SVML) | ||||
| * | CI/CD: get submodule before build | Raghuveer Devulapalli | 2021-08-24 | 1 | -0/+9 |
| | | |||||
* | | add pypy windows test run | mattip | 2021-10-03 | 1 | -0/+6 |
|/ | |||||
* | MAINT: Remove redundant test. | Charles Harris | 2021-08-23 | 1 | -13/+0 |
| | | | | The Python 3.8 32 bits fast test on windows was being run twice. | ||||
* | MAINT: Drop Python3.7 testing. | Charles Harris | 2021-08-16 | 1 | -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 Harris | 2021-07-28 | 1 | -19/+19 |
| | |||||
* | TST: Default to Python3.8 on Windows, Mac, and Linux testing. | Charles Harris | 2021-07-28 | 1 | -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 manylinux2014 | Charles Harris | 2021-07-16 | 1 | -1/+1 |
| | | | | | We have no longer support earlier versions of manylinux for the development wheels. | ||||
* | MAINT: Update for using openblas64_. | Charles Harris | 2021-07-15 | 1 | -1/+1 |
| | | | | Simplification following similar work on the openblas64_ wheel builds. | ||||
* | Split pipeline. Update version of mypy to 0.902. | Chiara Marmo | 2021-06-28 | 1 | -9/+6 |
| | |||||
* | Add a conda-based CI job on azure. | Chiara Marmo | 2021-06-24 | 1 | -0/+30 |
| | |||||
* | 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 |
| |