Changes
December 30, 2025 ยท View on GitHub
This is a record of all past pytask-r 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.4.2 - 2024-xx-xx
- {pull}
75switches CI and development tooling from pixi to uv. - {pull}
50uses pixi to install R and uses uuid4 to generate more robust file names for serialized arguments. - {pull}
51reenables testing with different Python versions. - {pull}
54updates tests for pytask v0.5. - {pull}
56re-add type checking. - {pull}
57supports Python 3.10+ (tested 3.10โ3.14) and drops Python 3.8 and 3.9.
0.4.1 - 2024-04-20
- {pull}
46modernizes the package. - {pull}
47fixes couple of issues raised in {issue}45. - {pull}
48implements trusted publishing.
0.4.0 - 2023-10-08
- {pull}
42makes the package compatible with pytask v0.4.0.
0.3.0 - 2023-xx-xx
- {pull}
33deprecates INI configurations and aligns the plugin with pytask v0.3. - {pull}
34adds mypy, ruff and refurb. - {pull}
35publishes types.
0.2.0 - 2022-04-16
- {pull}
24removes an unnecessary hook implementation. - {pull}
26implements the new interface for v0.2.
0.1.1 - 2022-02-08
- {pull}
22skips concurrent CI builds. - {pull}
23deprecate Python 3.6 and add support for Python 3.10.
0.1.0 - 2021-07-22
- {pull}
15fixes the tests related to changes in pytask. - {pull}
16replaces versioneer with setuptools-scm. - {pull}
18aligns pytask-r with pytask v0.1.0.
0.0.9 - 2021-03-05
- {pull}
13fixes the version number in the release.
0.0.8 - 2021-03-03
- {pull}
10fixes some post-release issues. - {pull}
12add dependencies tosetup.py.
0.0.7 - 2021-02-25
- {pull}
9publishes pytask-r on PyPI, adds versioneer, and more.
0.0.6 - 2021-01-16
- {pull}
7converts command line arguments automatically to string and removes the--vanillaoption as the default.
0.0.5 - 2020-10-30
- {pull}
5makes pytask-r work with pytask v0.0.9.
0.0.4 - 2020-10-14
- {pull}
4fixespytask_collect_task_teardownwith non-R tasks and releases 0.0.4.
0.0.3 - 2020-10-04
- {pull}
2fixes marker description and adds some changes to the readme. - {pull}
3check for exit code equal to 0, preparation for pytask v0.0.7, and releases v0.0.3.
0.0.2 - 2020-08-14
- {pull}
1includes some minor changes like fixing the missing version variable.
0.0.1 - 2020-07-22
- Release v0.0.1.