Skip to content

v0.4.5

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 20:17
· 92 commits to main since this release
c7f3da8

Highlights

pytask is moving towards v0.5, which will remove lots of deprecated features. Please upgrade your syntax or pin pytask to <0.5 in your requirements files.

The release comes with two new features and lots of little improvements.

  • pytask can now handle files that are referenced via HTTP(S) URLs or files on popular cloud storage like AWS, all thanks to universal_pathlib. Explanations can be found in this guide.

  • It is now easier to extend pytask than before. The new hook_module configuration option allows adding modules that contain hook implementations. This guide offers more explanation.

What's Changed

Full Changelog: v0.4.4...v0.4.5