summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* CI: fix the GitHub Actions trigger in docker.yml (#18912)Ralf Gommers2021-05-051-5/+3
| | | | | Also remove `tags: *`, this is unnecessary. This mirrors the fix in SciPy, so should work. Somehow GitHub Actions no longer likes `./` at the start of a path.
* Merge pull request #18877 from charris/update-ci-pypy-versionMatti Picus2021-04-301-1/+1
|\ | | | | MAINT: Update PyPy version used by CI
| * MAINT: Update PyPy version used by CICharles Harris2021-04-291-1/+1
| | | | | | | | Use PyPy 7.3.4 instead of 7.3.4rc1.
* | Merge pull request #18855 from nschloe/crlfCharles Harris2021-04-291-16/+16
|\ \ | |/ |/| STY: change CRLF line terminators to Unix
| * change CRLF line terminators to UnixNico Schlömer2021-04-261-16/+16
| |
* | Upgrade to GitHub-native Dependabotdependabot/add-v2-config-filedependabot-preview[bot]2021-04-281-0/+22
| |
* | DEV: general Gitpod enhancements (#18822)Tania Allard2021-04-262-0/+114
|/
* TST: pin pypy version to 7.3.4rc1mattip2021-03-291-1/+1
|
* MAINT: Added continue-on-errorGanesh Kathiresan2021-03-111-0/+1
|
* use pypy nightly to work around bugmattip2021-03-091-1/+1
|
* CI: skip lint check on merges with main (#18567)Ralf Gommers2021-03-071-1/+1
| | | There's no lint diff, so the check should not run
* ENH: Added github actionsGanesh Kathiresan2021-03-071-11/+29
|
* MAINT: Update master to main after branch rename (gh-18544)Stefan van der Walt2021-03-045-6/+6
| | | | | | | | | | | | | | | | | | | | | | | * Upload docs to main branch of neps/devdocs * Update `master` to `main` to be consistent with current state of renaming * Remove badges from README * Replace remaining instances of `master` with `main` * Add back logo * Fix CircleCI branch checks * Fix GA branch name * master->main in issue templates. * master->main for 2 links to numpy archive. * Change master to main in NEP 23 Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* CI: Use Ubuntu 18.04 to run "full" test.Charles Harris2021-03-031-1/+1
| | | | | | NumPy does not build using the `--coverage` flag on Ubuntu 20.04, the problem seems to be gcc 9.3.0-17. Work around that by running on Ubuntu 18.04 instead.
* Merge pull request #18334 from mattip/disable-pypy-win64Charles Harris2021-02-051-15/+3
|\ | | | | TST: use setup-python action for pypy, disable win64 pypy
| * TST: use setup-python action for pypy, disable win64 pypymattip2021-02-051-15/+3
| |
* | CI: fix when GitHub Actions builds trigger, and allow ci skipsRalf Gommers2021-02-041-1/+10
|/ | | | | | Similar to what SciPy does. Right now, it triggers even on pushes to branches on forks, which is useless and generates lots of notifications on failures and wasted resources if no failures.
* TST: add back sdist test runmattip2020-12-211-0/+15
|
* BLD, TST: use python-version not PYTHON_VERSIONmattip2020-11-291-1/+1
|
* TST: use latest pypy37 not pypy36mattip2020-11-251-1/+1
|
* TST: Add back durations flag for DEBUG builds.Charles Harris2020-11-232-6/+5
| | | | | | | | | | The flag should work with newer versions of Python. - Use Ubuntu 20.04 to get Python 3.8 debug. - Don't install libgfortran3, not needed, not available. - Whitespace cleanup in action.yml and build_test.yml. Closes #14293.
* MAINT: Add BLD and STY to labeler prefixes.Charles Harris2020-11-141-0/+2
| | | | [ci skip]
* MAINT: update link to website in FUNDING.yml (#17768)Ralf Gommers2020-11-131-1/+1
| | | [ci skip]
* TST: add pypy3.7mattip2020-11-102-0/+27
|
* BLD, TST: try templating with a common yml filemattip2020-11-092-63/+175
|
* BLD, TST: move linux jobs to github actionsmattip2020-11-091-0/+91
|
* DOC: Fewer blank lines in PR templateBen Nathanson2020-10-081-7/+1
| | | | Reduce the need to scroll, per @mattip suggestion in #17440
* DOC: update code of conduct URLStuart Archibald2020-10-051-1/+1
| | | | | | As title. Closes: #17458
* DOC: Fix indents in PE #17440Ben Nathanson2020-10-031-3/+3
|
* DOC: Fixes for PR 17440Ben Nathanson2020-10-031-1/+1
| | | | | | Colon missing in heading. Added sphinx anchor for PR-timeline (html anchor was OK).
* DOC: Cleaner PR templateBen Nathanson2020-10-031-18/+22
| | | | | | | | | | Make the instructions easy to see and hard to delete unread. Moves some text to new sections in dev/development_workflow.rst. The dashes above and below the heading, which in monospace seem too long, fit it well in Chromium browsers and reasonably in Firefox.
* Merge pull request #17436 from bjnath/issue-template-spellingMatti Picus2020-10-031-1/+1
|\ | | | | DOC: Fix "Feature request" spelling in issue templates
| * DOC: Fix "Feature request" spelling in issue templatesBen Nathanson2020-10-031-1/+1
| | | | | | | | | | "Request" had an upper-case R, inconsistent with Google style and other template items.
* | DOC: Security warning for issues templateBen Nathanson2020-10-031-2/+2
|/ | | | | | Tag for "Bug report" now warns not to file security vulnerabilities. Fixes gh-17434.
* DOC: in PR template, set expectations for PR review timelineRalf Gommers2020-09-301-0/+7
|
* DEV: add pr prefix labeler and prefix mappingGerry Manoim2020-09-222-0/+25
|
* Fix typosMelissa Weber Mendonça2020-09-171-3/+2
| | | Co-authored-by: Bradley Dice <bdice@bradleydice.com>
* Put feature request template as comments.MelissaWM2020-09-111-2/+2
|
* Added labels to doc and post-install templates.MelissaWM2020-09-093-1/+2
|
* Added post-install issue template and responses to PR comments.MelissaWM2020-09-085-31/+24
|
* Responding to PR suggestions.MelissaWM2020-09-024-21/+13
|
* DOC: Added templates for different types of issues.MelissaWM2020-09-025-0/+86
|
* DOC: fix mailing list linkRoss Barnowski2020-07-151-2/+5
|
* refactor to make guidelines seem less formulaicPaul2020-07-141-4/+3
| | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: clarify whats required for new features see #13924leeyspaul2020-07-131-0/+7
|
* CI: Create a link for the circleCI artifactSebastian Berg2020-05-211-0/+12
|
* Update FUNDING.ymlGina2019-11-131-0/+1
| | | | | add NumFOCUS github sponsors button (recurring donations only) This feature is launching today at GitHub Universe!
* fixes links in '/.github/CONTRIBUTING.md'Maxwell Aladago2019-08-041-3/+3
|
* DOC: fixed Page url errors on contributing code guidesMaxwell Aladago2019-08-041-2/+2
|
* Add links for GitHub Sponsors button.Ralf Gommers2019-06-021-0/+2
|