summaryrefslogtreecommitdiff
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23709 from scoder/cython3_noexceptMatti Picus2023-05-071-1/+1
|\
| * MAINT: Update Cython dependency to 0.29.34 (latest 0.29.x).Stefan Behnel2023-05-051-1/+1
* | Merge pull request #23725 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-05-052-4/+4
|\ \
| * | MAINT: Bump github/codeql-action from 2.3.2 to 2.3.3dependabot[bot]2023-05-052-4/+4
* | | MAINT: Bump actions/upload-artifact from 3.1.0 to 3.1.2dependabot[bot]2023-05-051-1/+1
|/ /
* | Merge pull request #23714 from r-devulap/enable-ciCharles Harris2023-05-041-2/+3
|\ \
| * | CI: Enable CI to build with gcc-12Raghuveer Devulapalli2023-05-041-2/+3
| |/
* | BUG: Cannot mix ``uses`` and ``run`` in workflow scriptCharles Harris2023-05-041-2/+4
* | MAINT, BLD: Install rtools 4.0 for Windows wheels.Charles Harris2023-05-041-1/+3
|/
* Merge pull request #23683 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-04-282-4/+4
|\
| * MAINT: Bump github/codeql-action from 2.3.1 to 2.3.2dependabot[bot]2023-04-282-4/+4
* | CI: Disable intel_spr_sde_test, againRaghuveer Devulapalli2023-04-281-0/+1
|/
* CI: Update to Pyodide 0.23.0 (#23515)Hood Chatham2023-04-281-3/+3
* MAINT: Bump github/codeql-action from 2.3.0 to 2.3.1dependabot[bot]2023-04-272-4/+4
* Merge pull request #23655 from r-devulap/ci-spr-enableCharles Harris2023-04-241-1/+3
|\
| * CI: Enable CI on gcc 12.x on Intel SPRRaghuveer Devulapalli2023-04-241-1/+3
* | MAINT: Bump github/codeql-action from 2.2.12 to 2.3.0dependabot[bot]2023-04-242-4/+4
|/
* MAINT: Bump actions/setup-python from 4.5.0 to 4.6.0dependabot[bot]2023-04-205-23/+23
* MAINT: Bump pypa/cibuildwheel from 2.12.1 to 2.12.3dependabot[bot]2023-04-191-1/+1
* DNM: test some more `selected_real_kind` results [skip azurepipelines]Derek Homeier2023-04-151-2/+4
* Merge pull request #23590 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-04-142-4/+4
|\
| * MAINT: Bump github/codeql-action from 2.2.11 to 2.2.12dependabot[bot]2023-04-142-4/+4
* | MAINT: Bump actions/checkout from 3.5.1 to 3.5.2dependabot[bot]2023-04-149-30/+30
|/
* CI: fix Circle CI doc build html preview link (#23578)Ralf Gommers2023-04-131-1/+1
* Merge pull request #23573 from numpy/dependabot/github_actions/actions/checko...Charles Harris2023-04-129-30/+30
|\
| * MAINT: Bump actions/checkout from 3.5.0 to 3.5.1dependabot[bot]2023-04-129-30/+30
* | MAINT: Bump larsoner/circleci-artifacts-redirector-actiondependabot[bot]2023-04-121-1/+1
|/
* MAINT: Bump larsoner/circleci-artifacts-redirector-actiondependabot[bot]2023-04-111-1/+1
* CI: disable intel_spr_sde_test for nowRaghuveer Devulapalli2023-04-101-0/+1
* Merge pull request #23559 from andyfaff/gh23538Charles Harris2023-04-101-1/+1
|\
| * CI: macosx_arm64 natively on cirrusAndrew Nelson2023-04-081-1/+1
* | MAINT: Bump cygwin/cygwin-install-action from 3 to 4dependabot[bot]2023-04-071-1/+1
|/
* MAINT: Bump github/codeql-action from 2.2.10 to 2.2.11dependabot[bot]2023-04-062-4/+4
* MAINT: Bump github/codeql-action from 2.2.9 to 2.2.10dependabot[bot]2023-04-052-4/+4
* Merge pull request #23502 from r-devulap/ci-sprMatti Picus2023-04-051-0/+31
|\
| * Use SDE 9.14 versionRaghuveer Devulapalli2023-04-041-2/+2
| * CI: Use pytest directly to run subset of testsRaghuveer Devulapalli2023-04-031-2/+3
| * CI: Fix typoRaghuveer Devulapalli2023-03-311-1/+2
| * CI: Split install step and run only a few tests in SDERaghuveer Devulapalli2023-03-311-2/+4
| * CI: Build numpy outside the SDERaghuveer Devulapalli2023-03-301-1/+2
| * CI: Add CI to test using gcc-12 on Intel Sapphire RapidsRaghuveer Devulapalli2023-03-301-0/+26
* | MAINT: Bump ossf/scorecard-action from 2.1.2 to 2.1.3dependabot[bot]2023-03-301-1/+1
* | MAINT: Bump github/codeql-action from 2.2.8 to 2.2.9dependabot[bot]2023-03-272-4/+4
* | CI: add ci run after merge for coverage (#23456)Matti Picus2023-03-261-10/+20
* | CI: Ensure coverage is run for mergesSebastian Berg2023-03-261-0/+9
* | MAIN: Stop dependabot docker checks.Charles Harris2023-03-251-5/+4
* | Bump actions/checkout from 3.4.0 to 3.5.0dependabot[bot]2023-03-249-29/+29
* | Merge pull request #23444 from rgommers/remove-gitpodCharles Harris2023-03-232-122/+0
|\ \
| * | MAINT: remove support for Gitpod, add note on using CodespacesRalf Gommers2023-03-232-122/+0
* | | Update spinJarrod Millman2023-03-232-4/+4
|/ /