Skip to content

Releases: pytask-dev/pytask-stata

v0.4.0

19 May 13:27
612aca3
Compare
Choose a tag to compare

What's Changed

pytask-stata now supports pytask v0.4.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Jan 10:14
1b5b8b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

16 Apr 20:59
e197932
Compare
Choose a tag to compare

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

v0.1.2

07 Feb 23:38
11e576b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

07 Feb 22:46
bd11cbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Jul 11:42
2a6bfbf
Compare
Choose a tag to compare
Replace versioneer with setuptools-scm. (#13)

v0.0.6

04 Mar 23:37
75e53d2
Compare
Choose a tag to compare
Fix unidentifiable version. (#10)

v0.0.5

04 Mar 07:07
dbffd0a
Compare
Choose a tag to compare
Add dependencies to setup.py. (#9)

v0.0.4

25 Feb 22:39
b2c0640
Compare
Choose a tag to compare
Prepare pytask-stata to be published on PyPI. (#6)

v0.0.3

16 Jan 14:55
1e0e854
Compare
Choose a tag to compare
Fix execution on UNIX systems and release v0.0.3. (#4)