What's Changed
This release comes with only some minor improvements. Notably,
- pytask adds a
.gitignore
to.pytask
, preventing users from accidentally committing the folder following best practices from venv and pytest. - Support for Python 3.8 ended, and support for Python 3.13 was added. There might be an issue with uv's standalone Python versions and being stuck in the debugger launched by pytask. If it happens, filing an issue would be appreciated.
Changes
- Add dark mode svgs to index page. by @tobiasraabe in #636
- Stop live execution after exception. by @tobiasraabe in #640
- Add
.gitignore
to.pytask
to avoid committing it. by @tobiasraabe in #646 - Support Python 3.13 and drop 3.8. by @tobiasraabe in #633
- Fix type annotation for hash function. by @tobiasraabe in #655
- Document pipefunc. by @tobiasraabe in #656
Full Changelog: v0.5.1...v0.5.2