summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Use requirements/*.txt files for CI (#435)Jarrod Millman2022-09-271-2/+2
|
* Require sphinx>=4.2 (#411)Jarrod Millman2022-07-291-71/+4
|
* Update GH actions (#416)Jarrod Millman2022-07-122-6/+6
|
* Remove pytest py3.11b2 workaround (#407)Jarrod Millman2022-06-091-4/+1
|
* Fix CI (#410)Jarrod Millman2022-06-091-3/+64
| | | | | * Fix CI * Use old docutils
* Update GH actions (#406)Jarrod Millman2022-06-041-6/+6
|
* Test docutils 0.18.1 (#402)Jarrod Millman2022-06-021-1/+0
|
* Add workaround for pytest failures on 3.11b2 (#404)Jarrod Millman2022-06-011-1/+3
| | | Temporary workaround for pytest failures on 3.11b2. See pytest-dev/pytest#10008 and the [Python 3.11b2 release notes](https://www.python.org/downloads/release/python-3110b2/) for more info.
* Test prereleases of requirements (#395)Jarrod Millman2022-05-271-0/+52
| | | | | | | | | * Test prereleases of requirements * Test w/out numpy prerelease * Test numpy rc * Test again
* Test on 3.11-dev (#375)Jarrod Millman2022-05-111-0/+42
|
* Update doc requirements (#389)Jarrod Millman2022-04-301-1/+1
|
* Require sphinx>3 (#385)Jarrod Millman2022-04-251-3/+2
|
* Runtime verification of sphinx and jinja2 versions (#381)Ross Barnowski2022-04-131-5/+9
| | | | | | | * Add runtime sphinx/jinja version checker. * Remove jinja2 pin. * modify CI to account for removed pin.
* Add pre-commit hook / linter (#374)Jarrod Millman2022-04-052-47/+59
| | | | | | | * Add pre-commit hook / linter * Run linter * Fix GH workflow
* Fix CI (#358)Jarrod Millman2022-01-201-0/+1
|
* Update supported Python versions (#348)Jarrod Millman2022-01-081-1/+1
| | | | | | | Drop support for 3.5 and 3.6 Add support for 3.10 3.6 EOL 23 Dec 2021 3.5 EOL 13 Sep 2020
* MAINT: changes related to renaming default branch (#314)Ross Barnowski2021-04-131-2/+2
| | | | | | | | | | | * Update CI config. * Rm travis badge from readme. * Fix link to GH. * Rm master_doc - default is index anyways. * Add back master_doc w/ note.
* DOC: Switch docs to pydata-sphinx-theme (#313)masterRoss Barnowski2021-02-261-3/+1
| | | | | | | | | | | | | | | | | | | | | * Rm scipy-sphinx-theme submodule. * Add pydata-sphinx-theme to doc reqs. * Modify conf to use pydata theme. * Add github badge via theme. * Update CI. * bump CI sphinx version 1.6.5 -> 1.8 for tests * Experimental: swap sidebars in theme. * Add :notoc: to index to suppress right sidebar. * FIX: No sidebar Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
* CI: Switch from travis to Github actions for tests (#307)Ross Barnowski2020-12-151-0/+63
| | | | | | | | | | | | | * Setup test workflow with github actions * Add sphinx version to matrix. * Add doc building to test workflow. * Add codecov step to test workflow. * Remove travis config. * WIP: try without action.
* ENH: Add args and kwargs to example (#258)Eric Larson2020-04-121-0/+12