Skip to content

Releases: mbercx/python-copier

v0.11.1

03 Oct 02:06

Choose a tag to compare

✏️ Suggested commit message

🔧 `copier`: update package template to v0.11.1

Adapt the `pyproject.toml` to allow more options for development besides Hatch:

1. add extras for the various developer operations: `pre-commit`, `tests` and `docs`.
2. add the `dev` dependency group, which `uv` uses by default in its environments.

To support these options, adapt the pre-commit configuration to run the Ruff hook
directly from their repository.

Improve the Hatch environments, most importantly adapt the `test` environment so we
can run `hatch test` for different Python versions or all supported ones.

See the release for more details:

https://github.com/mbercx/python-copier/releases/tag/v0.11.1

👌 Improvements

📚 Documentation

Full Changelog: v0.10.1...v0.11.1

v0.10.1

01 Oct 09:29

Choose a tag to compare

This patch release mostly fixes some typo's and adds .jupytext-sync-ipynb to the .gitignore of the template.

Full Changelog: v0.10.0...v0.10.1

v0.10.0

22 Sep 04:25

Choose a tag to compare

v0.9.0

21 Sep 12:14

Choose a tag to compare

v0.8.0

20 Sep 19:45

Choose a tag to compare

✨ New features

👌 Improvements

Full Changelog: v0.7.0...v0.8.0

v0.7.0

20 Sep 19:43

Choose a tag to compare

v0.6.0

28 Aug 09:29

Choose a tag to compare

✨ New features

  • Add a "Templated from" badge to the README.md.

👌 Improvements

  • Consistently use hatch run docs:serve to serve the documentation.

📚 Documentation

  • Add basic developer documentation.

Full Changelog: v0.5.0...v0.6.0

v0.5.0

20 Sep 19:22

Choose a tag to compare

✨ New features

  • Add an optional Github workflow for deploying the documentation.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

27 Aug 22:30

Choose a tag to compare

✨ New features

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 Aug 05:37

Choose a tag to compare

This template package was duplicated from the aiida-plugin-copier package, you can find the original releases there:

https://github.com/mbercx/aiida-plugin-copier/releases

The v0.3.0 release is simply one that removes all AiiDA-specific content from that package.

Full Changelog: v0.2.0...v0.3.0