Skip to content

v0.1.6

Compare
Choose a tag to compare
@tobiasraabe tobiasraabe released this 26 Jan 23:39
· 385 commits to main since this release
db2eb85

Highlights

This release features the new @pytask.mark.task decorator which allows to mark functions as tasks without requiring the task_ prefix. It also accepts an optional name parameter to rename the task to something else than the function name.

@pytask.mark.task
def prepare_data():
    pass

What's Changed

Full Changelog: v0.1.5...v0.1.6