v0.2.5
Highlight
The highlight of this release is a dry-run mode that shows which tasks will be run during the next execution. Just type pytask --dry-run
. Here is the documentation.
What's Changed
- Pin pybaum to >=0.1.1. by @tobiasraabe in #288
pytask collect
displays shortened task names. by @tobiasraabe in #289- Implement a dry-run mode. by @tobiasraabe in #290
- Fix bug with
--pdb
and pytask-latex. by @tobiasraabe in #296
Full Changelog: v0.2.4...v0.2.5