Releases: pytask-dev/cookiecutter-pytask-project
Releases · pytask-dev/cookiecutter-pytask-project
v1.8.0
What's Changed
The template has been updated with the following changes.
- Python 3.8 support is dropped and Python 3.13 support added.
- Type checking with mypy is not optional anymore. You can still easily delete it from the template.
- Better integration with pixi.
- Better pre-commit hooks and how they interact with pixi.
Changelog
- Update template. by @tobiasraabe in #52
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
Apart from some little updates, this release switches the package and environment manager from conda/mamba/micromamba to pixi. If you do not know about it, check it out. It is amazing ✨.
All Changes
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #37
- Bump actions/setup-python from 4 to 5 by @dependabot in #38
- Update pre-commit hooks. by @tobiasraabe in #39
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #40
- Update infrastructure. by @tobiasraabe in #41
- Add rye and use pixi for template. by @tobiasraabe in #43
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #42
New Contributors
- @dependabot made their first contribution in #38
Full Changelog: v1.6.0...v1.7.0
v1.6.0
Update the cookiecutter and the template.
v1.5.0
What's Changed
- Add dependabot for updating actions. by @tobiasraabe in #34
- Small fixes by @hmgaudecker in #33
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #32
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
The CI template has been reworked and should be faster now. Two new hooks have been added to pre-commit, ruff and refurb, helping you to write better code. The hook tryceratops has been deleted.
- Update GHA workflow by @hmgaudecker in #30
- Update CI status banner. by @tobiasraabe in #31
- Add ruff and refurb to hooks and remove tryceratops. by @pre-commit-ci in #29
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Cleanup inner project (#28)
v1.2.1
What's Changed
- Fix some small rendering issues. by @tobiasraabe in #20
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Skip concurrent CI builds by @tobiasraabe in #7
- Deprecate Python 3.6, add support for Python 3.10 and add mypy optionally. by @tobiasraabe in #9
- Harmonize with new version of econ-project-templates. by @hmgaudecker in #8
- Fix pre-gen-hooks. by @tobiasraabe in #10
- Add .gitignore. by @tobiasraabe in #13
- Remove LICENSE from MANIFEST.in if no license is created. by @tobiasraabe in #12
- Add CITATION. by @tobiasraabe in #14
- Move everything to markdown. by @tobiasraabe in #18
New Contributors
- @hmgaudecker made their first contribution in #8
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Rename cookiecutter to cookiecutter-pytask-project (#4)
v1.0.0
The first release of a minimal cookiecutter template for projects using pytask.