Skip to content

Releases: pytask-dev/cookiecutter-pytask-project

v1.8.0

24 Dec 20:09
851bee6
Compare
Choose a tag to compare

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

Full Changelog: v1.7.0...v1.8.0

v1.7.0

03 May 19:54
fb3e6a0
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

23 Nov 13:40
921fe53
Compare
Choose a tag to compare

Update the cookiecutter and the template.

v1.5.0

04 Feb 20:18
651612a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

01 Jan 18:25
df3c15e
Compare
Choose a tag to compare

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.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

20 Nov 00:27
d1fd493
Compare
Choose a tag to compare
Cleanup inner project (#28)

v1.2.1

13 May 09:41
425bbb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

14 Apr 09:41
94544d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Jan 01:27
5709324
Compare
Choose a tag to compare
Rename cookiecutter to cookiecutter-pytask-project (#4)

v1.0.0

05 Jan 19:24
37afa4c
Compare
Choose a tag to compare

The first release of a minimal cookiecutter template for projects using pytask.