Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC,MAINT: Build release notes during CircleCI step | Sebastian Berg | 2019-09-15 | 1 | -5/+8 |
| | | | | | For the moment, this requires te use for the development version of towncrier. | ||||
* | BLD: remove generated Cython files from sdist | Ralf Gommers | 2019-09-08 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | Rationale: it has happened multiple times in the recent past that users needed to use a more recent Cython than was used to generate the sdist of the most recent release available on PyPI (e.g. for building with a not-yet-released version of Python for which a Cython fix just landed). The dependency specification and packaging tools have matured to the point where it should be fine to require Cython to be installed. Also, we have wheels (and conda-forge packages) for Windows, Linux and macOS, so this change won't be visible at all to the average user. Closes gh-13790 Also adds pyproject.toml to MANIFEST.in, it was missing. | ||||
* | DOC,MAINT: Move towncrier files and fixup categories | Sebastian Berg | 2019-08-12 | 1 | -25/+29 |
| | | | | | | | | | Name all categories as singular (or adjectives). Also move the fragments into an ``upcoming_changes`` folder to be more discoverable. Notes that we format some things as bullet points traditionally (right now towncrier only truly supports bullet point format, but I have a PR to fix that). | ||||
* | ENH: use towncrier to build the release note | mattip | 2019-07-24 | 1 | -0/+56 |
| | |||||
* | ENH: add pyproject.toml | mattip | 2019-07-17 | 1 | -0/+4 |