summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23709 from scoder/cython3_noexceptMatti Picus2023-05-071-1/+1
|\ | | | | MAINT: Add "noexcept" markers to Cython functions that do not raise exceptions
| * MAINT: Update Cython dependency to 0.29.34 (latest 0.29.x).Stefan Behnel2023-05-051-1/+1
| |
* | Merge pull request #23725 from ↵Charles Harris2023-05-052-4/+4
|\ \ | | | | | | | | | | | | numpy/dependabot/github_actions/github/codeql-action-2.3.3 MAINT: Bump github/codeql-action from 2.3.2 to 2.3.3
| * | MAINT: Bump github/codeql-action from 2.3.2 to 2.3.3dependabot[bot]2023-05-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/f3feb00acb00f31a6f60280e6ace9ca31d91c76a...29b1f65c5e92e24fe6b6647da1eaabe529cec70f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | MAINT: Bump actions/upload-artifact from 3.1.0 to 3.1.2dependabot[bot]2023-05-051-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.0...0b7f8abb1508181956e8e162db84b466c27e18ce) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #23714 from r-devulap/enable-ciCharles Harris2023-05-041-2/+3
|\ \ | | | | | | CI: Enable CI to build with gcc-12
| * | 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
|/ | | | | | | | rtools 4.0 is no longer installed by default for GitHub actions and versions greater than 4.1 do not support 32 bits, so explicitly include the 4.0 version. Closes #23675
* Merge pull request #23683 from ↵Charles Harris2023-04-282-4/+4
|\ | | | | | | | | numpy/dependabot/github_actions/github/codeql-action-2.3.2 MAINT: Bump github/codeql-action from 2.3.1 to 2.3.2
| * MAINT: Bump github/codeql-action from 2.3.1 to 2.3.2dependabot[bot]2023-04-282-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/8662eabe0e9f338a07350b7fd050732745f93848...f3feb00acb00f31a6f60280e6ace9ca31d91c76a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | 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
| | | | | | | | | * CI Update to Pyodide 0.23.0 * Update .github/workflows/emscripten.yml --------- Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* MAINT: Bump github/codeql-action from 2.3.0 to 2.3.1dependabot[bot]2023-04-272-4/+4
| | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/b2c19fb9a2a485599ccf4ed5d65527d94bc57226...8662eabe0e9f338a07350b7fd050732745f93848) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #23655 from r-devulap/ci-spr-enableCharles Harris2023-04-241-1/+3
|\ | | | | CI: Enable CI on gcc 12.x on Intel SPR
| * 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
|/ | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.12 to 2.3.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/7df0ce34898d659f95c0c4a09eaa8d4e32ee64db...b2c19fb9a2a485599ccf4ed5d65527d94bc57226) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* MAINT: Bump actions/setup-python from 4.5.0 to 4.6.0dependabot[bot]2023-04-205-23/+23
| | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435...57ded4d7d5e986d7296eab16560982c6dd7c923b) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* MAINT: Bump pypa/cibuildwheel from 2.12.1 to 2.12.3dependabot[bot]2023-04-191-1/+1
| | | | | | | | | | | | | | | Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.1 to 2.12.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/02ad79a31bf7aa0eee07f690509048d2fb9fd445...5e15bb25b428e1bf2daf2215f173d2b40135f56f) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* DNM: test some more `selected_real_kind` results [skip azurepipelines]Derek Homeier2023-04-151-2/+4
|
* Merge pull request #23590 from ↵Charles Harris2023-04-142-4/+4
|\ | | | | | | | | numpy/dependabot/github_actions/github/codeql-action-2.2.12 MAINT: Bump github/codeql-action from 2.2.11 to 2.2.12
| * MAINT: Bump github/codeql-action from 2.2.11 to 2.2.12dependabot[bot]2023-04-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.11 to 2.2.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/d186a2a36cc67bfa1b860e6170d37fb9634742c7...7df0ce34898d659f95c0c4a09eaa8d4e32ee64db) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | MAINT: Bump actions/checkout from 3.5.1 to 3.5.2dependabot[bot]2023-04-149-30/+30
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/83b7061638ee4956cf7545a6f7efe594e5ad0247...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* CI: fix Circle CI doc build html preview link (#23578)Ralf Gommers2023-04-131-1/+1
| | | | | | Note that this token should be a personal token. In this case, it is one I created. [skip cirrus] [skip azp]
* Merge pull request #23573 from ↵Charles Harris2023-04-129-30/+30
|\ | | | | | | | | numpy/dependabot/github_actions/actions/checkout-3.5.1 MAINT: Bump actions/checkout from 3.5.0 to 3.5.1
| * MAINT: Bump actions/checkout from 3.5.0 to 3.5.1dependabot[bot]2023-04-129-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.0...83b7061638ee4956cf7545a6f7efe594e5ad0247) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | MAINT: Bump larsoner/circleci-artifacts-redirector-actiondependabot[bot]2023-04-121-1/+1
|/ | | | | | | | | | | | | Bumps [larsoner/circleci-artifacts-redirector-action](https://github.com/larsoner/circleci-artifacts-redirector-action) from 24d48fa16ba1f5e23907ebcb74150363d37499d3 to 0a7552bf8cf99cbd40a8928fa48e858e205b98c8. - [Release notes](https://github.com/larsoner/circleci-artifacts-redirector-action/releases) - [Commits](https://github.com/larsoner/circleci-artifacts-redirector-action/compare/24d48fa16ba1f5e23907ebcb74150363d37499d3...0a7552bf8cf99cbd40a8928fa48e858e205b98c8) --- updated-dependencies: - dependency-name: larsoner/circleci-artifacts-redirector-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* MAINT: Bump larsoner/circleci-artifacts-redirector-actiondependabot[bot]2023-04-111-1/+1
| | | | | | | | | | | | | Bumps [larsoner/circleci-artifacts-redirector-action](https://github.com/larsoner/circleci-artifacts-redirector-action) from 1e28a97d7b1e273a8f78ed4692bfd10f84706a45 to 24d48fa16ba1f5e23907ebcb74150363d37499d3. - [Release notes](https://github.com/larsoner/circleci-artifacts-redirector-action/releases) - [Commits](https://github.com/larsoner/circleci-artifacts-redirector-action/compare/1e28a97d7b1e273a8f78ed4692bfd10f84706a45...24d48fa16ba1f5e23907ebcb74150363d37499d3) --- updated-dependencies: - dependency-name: larsoner/circleci-artifacts-redirector-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* 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
|\ | | | | BLD: add static to std_c_flags program. Move macosx_arm64 wheel build to cirrus. Add regular macosx_arm64 job (closes #23538, #21765)
| * 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
|/ | | | | | | | | | | | | | Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 3 to 4. - [Release notes](https://github.com/cygwin/cygwin-install-action/releases) - [Commits](https://github.com/cygwin/cygwin-install-action/compare/f5e0f048310c425e84bc789f493a828c6dc80a25...006ad0b0946ca6d0a3ea2d4437677fa767392401) --- updated-dependencies: - dependency-name: cygwin/cygwin-install-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* MAINT: Bump github/codeql-action from 2.2.10 to 2.2.11dependabot[bot]2023-04-062-4/+4
| | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.10 to 2.2.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/8c8d71dde4abced210732d8486586914b97752e8...d186a2a36cc67bfa1b860e6170d37fb9634742c7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* MAINT: Bump github/codeql-action from 2.2.9 to 2.2.10dependabot[bot]2023-04-052-4/+4
| | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.9 to 2.2.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/04df1262e6247151b5ac09cd2c303ac36ad3f62b...8c8d71dde4abced210732d8486586914b97752e8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #23502 from r-devulap/ci-sprMatti Picus2023-04-051-0/+31
|\ | | | | CI: Add CI to test using gcc-12 on Intel Sapphire Rapids
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/e38b1902ae4f44df626f11ba0734b14fb91f8f86...80e868c13c90f172d68d1f4501dee99e2479f7af) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | MAINT: Bump github/codeql-action from 2.2.8 to 2.2.9dependabot[bot]2023-03-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.8 to 2.2.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/67a35a08586135a9573f4327e904ecbf517a882d...04df1262e6247151b5ac09cd2c303ac36ad3f62b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | CI: add ci run after merge for coverage (#23456)Matti Picus2023-03-261-10/+20
| | | | | | | | | | | | | | | | | | * BUILD: add ci run after merge for coverage * Apply suggestions from code review --------- Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* | CI: Ensure coverage is run for mergesSebastian Berg2023-03-261-0/+9
| | | | | | | | | | | | | | | | | | Recently, coverage has been starting to pile up bad "changed files" that didn't actually change. For now it was a minor nuisance but this will just increase. We could probably just run this every few days also, coverage doesn't change too quickly. But it needs to run on merges regularly.
* | MAIN: Stop dependabot docker checks.Charles Harris2023-03-251-5/+4
| | | | | | | | Docker related files have been removed from numpy.
* | Bump actions/checkout from 3.4.0 to 3.5.0dependabot[bot]2023-03-249-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/24cb9080177205b6e8c946b17badbe402adc938f...8f4b7f84864484a7bf31766abe9204da3cbe65b3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #23444 from rgommers/remove-gitpodCharles Harris2023-03-232-122/+0
|\ \ | | | | | | MAINT: remove support for Gitpod, add note on using Codespaces
| * | MAINT: remove support for Gitpod, add note on using CodespacesRalf Gommers2023-03-232-122/+0
| | | | | | | | | | | | | | | | | | | | | See this mailing list thread for the discussion on removal: https://mail.python.org/archives/list/numpy-discussion@python.org/thread/SSPI7HVL2PLWPFL42T6UNR2ENARE5A5E/ [skip azp] [skip cirrus]
* | | Update spinJarrod Millman2023-03-232-4/+4
|/ /