Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUILD: in conda, pin setuptools to a known working version | mattip | 2021-11-04 | 1 | -0/+1 |
| | |||||
* | MAINT: Add breathe to environment.yml | Ross Barnowski | 2021-10-21 | 1 | -0/+1 |
| | | | | Should fix a few doc build warnings in the gitpod env. | ||||
* | BLD: updated mypy version from 0.902 to 0.910 | sayantikabanik | 2021-09-30 | 1 | -1/+1 |
| | |||||
* | BLD: Drop typing extension as an (optional) runtime dependency | Bas van Beek | 2021-08-30 | 1 | -2/+1 |
| | | | | It might return in the future, but as of the moment we don't need it anymore | ||||
* | MAINT: bump Sphinx in environment.yml file | melissawm | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Split pipeline. Update version of mypy to 0.902. | Chiara Marmo | 2021-06-28 | 1 | -1/+1 |
| | |||||
* | Unpin pydata sphinx theme and update config. | Ross Barnowski | 2021-06-21 | 1 | -1/+1 |
| | | | | | | | | | | As of v0.6, the pydata-sphinx-theme has a collapsible navigation feature for the sidebar that significantly increases the build time and html file size for the docs. We had originally pinned to 0.5.2 to avoid this, but the feature is now configurable with the collapse_navigation=True value. Remove the upper-bound pinning the theme and instead use the configuration option to keep doc build times reasonable. | ||||
* | DOC: fix duplicate navbar in development documentation index (#19264) | Melissa Weber Mendonça | 2021-06-17 | 1 | -1/+1 |
| | | | | | Also update pinned version of sphinx in environment.yml Fixes gh-19028 | ||||
* | CI: fix the GitHub Actions trigger in docker.yml (#18912) | Ralf Gommers | 2021-05-05 | 1 | -0/+2 |
| | | | | | 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. | ||||
* | DEV: general Gitpod enhancements (#18822) | Tania Allard | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Pin pydata-sphinx-theme to 0.5.2. | Ross Barnowski | 2021-04-16 | 1 | -1/+1 |
| | |||||
* | DEV: add Gitpod to numpy (#18733) | Thomas J. Fan | 2021-04-11 | 1 | -0/+1 |
| | |||||
* | DEV: add a conda environment.yml with all development dependencies | Ralf Gommers | 2021-03-21 | 1 | -0/+33 |
There are enough dependencies now that it's too hard to remember. This set is comprehensive, so a single `conda env create -f environment.yml` gives you everything in a fresh environment named numpy-dev. [ci skip] |