Skip to content

v0.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 12:51
· 125 commits to main since this release
a06d948

What's Changed

This release contains a lot of smaller improvements and bug fixes. Here is a short list.

  • #484 raises an error message when a PathNode was used with a directory instead a file.
  • #496 makes pytask even lazier. When a preceding task is executed and produces the same outputs, the following task will no longer be executed.
  • Objects in task modules that overwrite __getattr__ should not cause any problems anymore (#507 was fixed in #508). Same applies to import Task in task modules.

Complete list of changes

Full Changelog: v0.4.2...v0.4.3