Changes

June 14, 2026 ยท View on GitHub

This is a record of all past pytask-stata releases and what went into them in reverse chronological order. Releases follow semantic versioning and all releases are available on PyPI and Anaconda.org.

0.5.1 - 2026-06-14

  • {pull}50 drops support for Python 3.8 and 3.9 and adds support for Python 3.14.
  • {pull}51 updates pre-commit hooks.
  • {pull}58 removes unnecessary pytest markers.
  • {pull}59 updates installation documentation and typing.
  • {pull}76 hardens GitHub Actions workflows with zizmor.
  • {pull}77 uses uv in the PyPI publish workflow.
  • {pull}104 updates the README for current pytask syntax.
  • {pull}105 adds a mock Stata runtime for CI tests.
  • {pull}110 fixes dependencies for Stata tasks.

0.5.0 - 2025-07-26

  • {pull}37 updates the CI.
  • {pull}38 updates tests for pytask v0.5.0.
  • {pull}41 use uv, use ty, update tests and CI, raise minimum python version to 3.9 and support Python 3.13.

0.4.0 - 2024-03-19

  • {pull}36 makes pytask-stata compatible with pytask v0.4.0.

0.3.0 - 2023-01-23

  • {pull}24 adds ruff and refurb.
  • {pull}25 adds docformatter.
  • {pull}26 adds Python 3.11 to CI.
  • {pull}28 aligns the package with pytask v0.3.

0.2.0 - 2022-04-16

  • {pull}18 adds typing to the package.
  • {pull}20 removes an unnecessary hook implementation.
  • {pull}22 aligns the package with pytask v0.2.

0.1.2 - 2022-02-08

  • {pull}19 fixes the minimum python and pytask version.

0.1.1 - 2022-02-07

  • {pull}16 skips concurrent CI builds.
  • {pull}17 deprecates Python 3.6 and adds support for Python 3.10.

0.1.0 - 2021-07-21

  • {pull}11 fixes the README.rst.
  • {pull}13 replaces versioneer with setuptools-scm.
  • {pull}14 fixes tests and aligns pytask-stata with pytask v0.1.0.

0.0.6 - 2021-03-05

  • {pull}10 fixes the version of the package.

0.0.5 - 2021-03-04

  • {pull}7 fix some post-release issues.
  • {pull}9 adds dependencies to setup.py.

0.0.4 - 2021-02-25

  • {pull}6 prepares pytask-stata to be published on PyPI, adds versioneer and more.

0.0.3 - 2021-01-16

  • {pull}4 removes log file handling on UNIX and raises an error if run in parallel.

0.0.2 - 2020-10-30

  • {pull}1 makes pytask-stata work with pytask v0.0.9.

0.0.1 - 2020-10-04

  • Release v0.0.1.