Skip to content

v0.2.0

Compare
Choose a tag to compare
@tobiasraabe tobiasraabe released this 16 Apr 20:59
· 13 commits to main since this release
e197932

Highlights

This release adds a new interface to pytask-stata which is explained in the readme.

The path to the script and options are now handled by the decorator.

@pytask.mark.stata(script="script.do", options="auto.dta")
@pytask.mark.produces("auto.dta")
def task_run_do_file():
    pass

What's Changed

Full Changelog: v0.1.2...v0.2.0