Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DEV: Update GH actions and Dockerfile for Gitpod (#22452) | Tania Allard | 2022-10-19 | 3 | -35/+35 |
| | | | | | | | | | * DEV: Update key for gh CLI * ENH - Remove deprecated syntax * DEV - Replace deprecated syntax * DEV - Rename job | ||||
* | MAINT: remove permission restrictions for PR labeler [skip ci] | mattip | 2022-10-03 | 1 | -3/+0 |
| | |||||
* | add permissions to github actions | mattip | 2022-10-02 | 7 | -0/+22 |
| | |||||
* | MAINT: remove redundant community files [skip ci] | mattip | 2022-09-29 | 2 | -4/+0 |
| | |||||
* | MAINT: switch sponsor link from numfocus to opencollective | mattip | 2022-09-29 | 1 | -1/+1 |
| | |||||
* | MAINT: update sde toolkit to 9.0, fix download link | mattip | 2022-09-28 | 1 | -2/+2 |
| | |||||
* | CI, SIMD: Test and build without the support of AVX2 and AVX512 | Sayed Adel | 2022-09-22 | 1 | -0/+30 |
| | | | | | | Most CI nodes have the support of AVX 512, and AVX2 which leaves the SSE SIMD kernels untested and only counts on internal universal intrinsic tests wich may not be enough. | ||||
* | Merge pull request #22150 from seiko2plus/issue_21920 | Charles Harris | 2022-08-19 | 1 | -0/+44 |
|\ | | | | | CI: Test NumPy build against old versions of GCC(6, 7, 8) | ||||
| * | CI: Test NumPy build against old versions of GCC(6, 7, 8) | Sayed Adel | 2022-08-19 | 1 | -0/+44 |
| | | |||||
* | | BLD, WIP: Try building python3.11 wheels. | Charles Harris | 2022-08-12 | 1 | -2/+2 |
| | | |||||
* | | updated required field as false | Satish Mishra | 2022-07-14 | 1 | -1/+1 |
|\ \ | |||||
| * | | Update bug-report.yml | Satish Kumar Mishra | 2022-07-11 | 1 | -2/+2 |
| | | | |||||
* | | | updated required field as False | Satish Mishra | 2022-07-14 | 1 | -1/+1 |
|/ / | |||||
* | | removed priority dropdown | Satish Mishra | 2022-07-11 | 1 | -18/+0 |
| | | |||||
* | | Update .github/ISSUE_TEMPLATE/bug-report.yml | Satish Kumar Mishra | 2022-07-11 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Inessa Pawson <inessapawson@gmail.com> | ||||
* | | Update .github/ISSUE_TEMPLATE/bug-report.yml | Satish Kumar Mishra | 2022-07-11 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Inessa Pawson <inessapawson@gmail.com> | ||||
* | | Added priority in bug-report issue-template | Satish Mishra | 2022-07-11 | 1 | -0/+28 |
|/ | |||||
* | CI: Keep OpenBLAS on Cygwin | DWesl | 2022-07-05 | 1 | -7/+1 |
| | | | This was removed a few months ago to avoid failures with a previous version (#20654, #20660), necessitating the use of the Netlib reference BLAS instead (#20669). The Cygwin OpenBLAS implementation has updated to 0.3.20 since then (https://cygwin.com/cgi-bin2/package-grep.cgi?grep=openblas&arch=x86_64), so using OpenBLAS again should be fine. | ||||
* | change the label to without_optimizations | Sayed Adel | 2022-06-17 | 1 | -1/+1 |
| | |||||
* | Apply suggestions from code review | Sayed Adel | 2022-06-17 | 1 | -1/+1 |
| | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
* | CI: add workflow for non-optimized builds | Sayed Adel | 2022-06-16 | 1 | -0/+17 |
| | | | | | | | since the support of zsystem, all current overflows have SIMD support which leaves no room for testing pure C code that runs on non-supported architectures. note: smoke test no longer build with SIMD support | ||||
* | CI: Guard compile-time CPU features tests | Sayed Adel | 2022-06-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | This guard protects against any sudden unexpected changes that may adversely affect the compile-time SIMD features detection which could leave the SIMD code inactivated. Until now we have faced two cases: 1. Hardening the compile-time test files of Neon/ASIMD features without checking the sanity of the modification leading to disabling all optimizations on aarch64. see gh-21747 2. A sudden compiler upgrades by CI side on s390x that causes conflicts with the installed assembler leading to disabling the whole VX/E features, which made us merge SIMD code without testing it. Later, it was discovered that this code disrupted the NumPy build. see gh-21750, gh-21748 | ||||
* | MAINT: Remove unused/not useful CODEOWNERS file again (#21651) | Leo Fang | 2022-06-02 | 1 | -8/+0 |
| | | | Revert #21583. | ||||
* | MAINT: Add `CODEOWNER` for the `array_api` module (#21583) | Leo Fang | 2022-06-02 | 1 | -0/+8 |
| | | | This is just a try whether we can use codeowners to notify those interested in the array-api module. | ||||
* | MAINT: Start testing with Python 3.11. | Mariusz Felisiak | 2022-06-02 | 1 | -1/+1 |
| | |||||
* | DOC: Add a comment about keeping the `test_requirements.txt` subset synced | Bas van Beek | 2022-05-26 | 1 | -0/+2 |
| | |||||
* | TST: Move `typing_extensions` installation to the container-creation step | Bas van Beek | 2022-05-26 | 1 | -2/+1 |
| | |||||
* | TST: Try `pip` instead of `pip3` | Bas van Beek | 2022-05-26 | 1 | -1/+1 |
| | |||||
* | TST: Install `test_requirements` during the container build stage | Bas van Beek | 2022-05-26 | 1 | -1/+2 |
| | |||||
* | TST: Ensure that `test_requirements` is always installed | Bas van Beek | 2022-05-26 | 1 | -1/+1 |
| | |||||
* | MAINT: update PyPy to 7.3.9 and remove unused script | mattip | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | MAINT: Update to Cython 0.29.30. | Mariusz Felisiak | 2022-05-19 | 1 | -1/+1 |
| | |||||
* | MAINT: Update to Cython 0.29.29. | Mariusz Felisiak | 2022-05-16 | 1 | -1/+1 |
| | |||||
* | secure PR template URLs | Kushal Beniwal | 2022-04-30 | 1 | -3/+3 |
| | |||||
* | MAINT: be sure to match base and docker images | mattip | 2022-04-25 | 1 | -2/+3 |
| | |||||
* | Merge pull request #20669 from DWesl/cygwin-use-reference-blas | Sebastian Berg | 2022-04-20 | 1 | -2/+8 |
|\ | | | | | CI, TST: Run Cygwin CI with Netlib reference BLAS and re-enable linalg tests | ||||
| * | CI: Add explanatory comment to workaround step | DWesl | 2022-04-20 | 1 | -0/+3 |
| | | | | | | This should function as a reminder to revert the change (and start using OpenBLAS again) the next time Cygwin OpenBLAS updates. | ||||
| * | CI: Run Cygwin CI with Netlib reference BLAS. | DWesl | 2021-12-27 | 1 | -2/+5 |
| | | |||||
* | | BLD: Bump cibuildwheel and enable more PyPy | Thomas Li | 2022-04-18 | 1 | -15/+10 |
| | | |||||
* | | MAINT: Update setup-cygwin to v3 again. | Charles Harris | 2022-04-16 | 1 | -1/+1 |
| | | | | | | | | Mistakenly left this in when fixing failing CI tests. | ||||
* | | MAINT: Fix failing simd and cygwin tests. | Charles Harris | 2022-04-16 | 2 | -2/+5 |
| | | | | | | | | I suspect a git version update was responsible. | ||||
* | | MAINT: bump versions in Github actions configuration to v3. | Mariusz Felisiak | 2022-04-07 | 5 | -42/+42 |
| | | |||||
* | | MAINT: remove maint from triggering wheel build, add env to sdist | mattip | 2022-03-17 | 1 | -3/+3 |
| | | |||||
* | | BLD: Make a sdist [wheel build] | Thomas Li | 2022-03-12 | 1 | -0/+60 |
| | | |||||
* | | Merge pull request #21128 from mayeut/cibuildwheel-config | Matti Picus | 2022-03-05 | 1 | -26/+1 |
|\ \ | | | | | | | BLD: move cibuildwheel configuration to `pyproject.toml` | ||||
| * | | BLD: move cibuildwheel configuration to `pyproject.toml` [wheel build] | mayeut | 2022-03-05 | 1 | -26/+1 |
| | | | | | | | | | | | | | | | This allows to share the configuration between GitHub Actions and Travis-CI. This also allows to easily run cibuildwheel locally to debug build issues when they arise. | ||||
* | | | BLD: Run wheel builders on labeled pull requests | Thomas Li | 2022-03-04 | 1 | -1/+12 |
|/ / | |||||
* | | BLD: bump cibuildwheel 2.3.0 → 2.3.1 on GHA [wheel build] | mayeut | 2022-03-03 | 1 | -1/+1 |
| | | | | | | | | Travis-CI already uses 2.3.1, use the same version for GitHub Actions workflow. | ||||
* | | CI: Improve concurrency to cancel running jobs on PR update | HarshCasper | 2022-02-23 | 3 | -0/+13 |
| | | |||||
* | | comment out macos pypy builds [wheel build] | Thomas Li | 2022-02-21 | 1 | -3/+6 |
| | |