Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CI: fix the GitHub Actions trigger in docker.yml (#18912) | Ralf Gommers | 2021-05-05 | 1 | -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-version | Matti Picus | 2021-04-30 | 1 | -1/+1 |
|\ | | | | | MAINT: Update PyPy version used by CI | ||||
| * | MAINT: Update PyPy version used by CI | Charles Harris | 2021-04-29 | 1 | -1/+1 |
| | | | | | | | | Use PyPy 7.3.4 instead of 7.3.4rc1. | ||||
* | | Merge pull request #18855 from nschloe/crlf | Charles Harris | 2021-04-29 | 1 | -16/+16 |
|\ \ | |/ |/| | STY: change CRLF line terminators to Unix | ||||
| * | change CRLF line terminators to Unix | Nico Schlömer | 2021-04-26 | 1 | -16/+16 |
| | | |||||
* | | Upgrade to GitHub-native Dependabotdependabot/add-v2-config-file | dependabot-preview[bot] | 2021-04-28 | 1 | -0/+22 |
| | | |||||
* | | DEV: general Gitpod enhancements (#18822) | Tania Allard | 2021-04-26 | 2 | -0/+114 |
|/ | |||||
* | TST: pin pypy version to 7.3.4rc1 | mattip | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | MAINT: Added continue-on-error | Ganesh Kathiresan | 2021-03-11 | 1 | -0/+1 |
| | |||||
* | use pypy nightly to work around bug | mattip | 2021-03-09 | 1 | -1/+1 |
| | |||||
* | CI: skip lint check on merges with main (#18567) | Ralf Gommers | 2021-03-07 | 1 | -1/+1 |
| | | | There's no lint diff, so the check should not run | ||||
* | ENH: Added github actions | Ganesh Kathiresan | 2021-03-07 | 1 | -11/+29 |
| | |||||
* | MAINT: Update master to main after branch rename (gh-18544) | Stefan van der Walt | 2021-03-04 | 5 | -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 Harris | 2021-03-03 | 1 | -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-win64 | Charles Harris | 2021-02-05 | 1 | -15/+3 |
|\ | | | | | TST: use setup-python action for pypy, disable win64 pypy | ||||
| * | TST: use setup-python action for pypy, disable win64 pypy | mattip | 2021-02-05 | 1 | -15/+3 |
| | | |||||
* | | CI: fix when GitHub Actions builds trigger, and allow ci skips | Ralf Gommers | 2021-02-04 | 1 | -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 run | mattip | 2020-12-21 | 1 | -0/+15 |
| | |||||
* | BLD, TST: use python-version not PYTHON_VERSION | mattip | 2020-11-29 | 1 | -1/+1 |
| | |||||
* | TST: use latest pypy37 not pypy36 | mattip | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | TST: Add back durations flag for DEBUG builds. | Charles Harris | 2020-11-23 | 2 | -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 Harris | 2020-11-14 | 1 | -0/+2 |
| | | | | [ci skip] | ||||
* | MAINT: update link to website in FUNDING.yml (#17768) | Ralf Gommers | 2020-11-13 | 1 | -1/+1 |
| | | | [ci skip] | ||||
* | TST: add pypy3.7 | mattip | 2020-11-10 | 2 | -0/+27 |
| | |||||
* | BLD, TST: try templating with a common yml file | mattip | 2020-11-09 | 2 | -63/+175 |
| | |||||
* | BLD, TST: move linux jobs to github actions | mattip | 2020-11-09 | 1 | -0/+91 |
| | |||||
* | DOC: Fewer blank lines in PR template | Ben Nathanson | 2020-10-08 | 1 | -7/+1 |
| | | | | Reduce the need to scroll, per @mattip suggestion in #17440 | ||||
* | DOC: update code of conduct URL | Stuart Archibald | 2020-10-05 | 1 | -1/+1 |
| | | | | | | As title. Closes: #17458 | ||||
* | DOC: Fix indents in PE #17440 | Ben Nathanson | 2020-10-03 | 1 | -3/+3 |
| | |||||
* | DOC: Fixes for PR 17440 | Ben Nathanson | 2020-10-03 | 1 | -1/+1 |
| | | | | | | Colon missing in heading. Added sphinx anchor for PR-timeline (html anchor was OK). | ||||
* | DOC: Cleaner PR template | Ben Nathanson | 2020-10-03 | 1 | -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-spelling | Matti Picus | 2020-10-03 | 1 | -1/+1 |
|\ | | | | | DOC: Fix "Feature request" spelling in issue templates | ||||
| * | DOC: Fix "Feature request" spelling in issue templates | Ben Nathanson | 2020-10-03 | 1 | -1/+1 |
| | | | | | | | | | | "Request" had an upper-case R, inconsistent with Google style and other template items. | ||||
* | | DOC: Security warning for issues template | Ben Nathanson | 2020-10-03 | 1 | -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 timeline | Ralf Gommers | 2020-09-30 | 1 | -0/+7 |
| | |||||
* | DEV: add pr prefix labeler and prefix mapping | Gerry Manoim | 2020-09-22 | 2 | -0/+25 |
| | |||||
* | Fix typos | Melissa Weber Mendonça | 2020-09-17 | 1 | -3/+2 |
| | | | Co-authored-by: Bradley Dice <bdice@bradleydice.com> | ||||
* | Put feature request template as comments. | MelissaWM | 2020-09-11 | 1 | -2/+2 |
| | |||||
* | Added labels to doc and post-install templates. | MelissaWM | 2020-09-09 | 3 | -1/+2 |
| | |||||
* | Added post-install issue template and responses to PR comments. | MelissaWM | 2020-09-08 | 5 | -31/+24 |
| | |||||
* | Responding to PR suggestions. | MelissaWM | 2020-09-02 | 4 | -21/+13 |
| | |||||
* | DOC: Added templates for different types of issues. | MelissaWM | 2020-09-02 | 5 | -0/+86 |
| | |||||
* | DOC: fix mailing list link | Ross Barnowski | 2020-07-15 | 1 | -2/+5 |
| | |||||
* | refactor to make guidelines seem less formulaic | Paul | 2020-07-14 | 1 | -4/+3 |
| | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
* | DOC: clarify whats required for new features see #13924 | leeyspaul | 2020-07-13 | 1 | -0/+7 |
| | |||||
* | CI: Create a link for the circleCI artifact | Sebastian Berg | 2020-05-21 | 1 | -0/+12 |
| | |||||
* | Update FUNDING.yml | Gina | 2019-11-13 | 1 | -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 Aladago | 2019-08-04 | 1 | -3/+3 |
| | |||||
* | DOC: fixed Page url errors on contributing code guides | Maxwell Aladago | 2019-08-04 | 1 | -2/+2 |
| | |||||
* | Add links for GitHub Sponsors button. | Ralf Gommers | 2019-06-02 | 1 | -0/+2 |
| |