Skip to content

Releases: pytask-dev/cookiecutter-pytask-project

v1.8.0

Choose a tag to compare

@tobiasraabe tobiasraabe released this 24 Dec 20:09
851bee6

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

Choose a tag to compare

@tobiasraabe tobiasraabe released this 03 May 19:54
fb3e6a0

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

Choose a tag to compare

@tobiasraabe tobiasraabe released this 23 Nov 13:40
921fe53

Update the cookiecutter and the template.

v1.5.0

Choose a tag to compare

@tobiasraabe tobiasraabe released this 04 Feb 20:18
651612a

What's Changed

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

v1.4.0

Choose a tag to compare

@tobiasraabe tobiasraabe released this 01 Jan 18:25
df3c15e

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

Choose a tag to compare

@tobiasraabe tobiasraabe released this 20 Nov 00:27
d1fd493
Cleanup inner project (#28)

v1.2.1

Choose a tag to compare

@tobiasraabe tobiasraabe released this 13 May 09:41
425bbb8

What's Changed

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

v1.2.0

Choose a tag to compare

@tobiasraabe tobiasraabe released this 14 Apr 09:41
94544d3

What's Changed

New Contributors

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

v1.1.0

Choose a tag to compare

@tobiasraabe tobiasraabe released this 17 Jan 01:27
5709324
Rename cookiecutter to cookiecutter-pytask-project (#4)

v1.0.0

Choose a tag to compare

@tobiasraabe tobiasraabe released this 05 Jan 19:24
37afa4c

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