v0.1.4
This release includes a lot of changes to the styling of the interface as well as multiple internal improvements such as internal typing and clearer internal task outcomes.
What's Changed
The most notable changes in this release involve the style of the interface.
- Task ids are shorter than before, the part with the path is dimmed to highlight the function name.
- The bright part of the task name is clickable and will open the task module in the editor. Use
editor_url_scheme=vscode
in the configuration file and you will even jump to the correct line where the task is defined in vscode. (Link) - A panel with a summary on task outcomes is displayed at the end of the report.
pytask is now also rudimentarily typed. Hopefully, a fully typed interface will follow soon.
More information about changes in this release can be found in the changelog.