v0.2.0
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
- Remove unnecessary hook. by @tobiasraabe in #20
- Align pytask-stata with pytask v0.2. by @tobiasraabe in #22
- Add typing. by @tobiasraabe in #18
Full Changelog: v0.1.2...v0.2.0