Skip to content

v0.1.4

Compare
Choose a tag to compare
@tobiasraabe tobiasraabe released this 06 Jan 09:27
· 407 commits to main since this release
760eda6

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.

image

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.