This is a record of all past pytask-julia releases and what went into them in reverse chronological order. Releases follow semantic versioning and all releases are available on PyPI and Anaconda.org.
- {pull}
64switches CI and development tooling from pixi to uv. - {pull}
62removes tox in favor of pixi for typing. - {pull}
56updates pre-commit hooks. - {pull}
54drops support for Python 3.8 and 3.9 and adds support for Python 3.14. - {pull}
55switches type checking to ty. - {pull}
31uses pixi to provision Julia if possible. - {pull}
32uses trusted publishing for PyPI. - {pull}
33uses uuid4 to generate more robust file names for serialized arguments. - {pull}
36updates tests for pytask v0.5. - {pull}
37improves type-checking.
- {pull}
24prepares the release of pytask v0.4.0.
- {pull}
16adds mypy, refurb, and ruff. - {pull}
18deprecates INI configurations and aligns the package with pytask v0.3.
- {pull}
12includespyproject.tomlin the package.
- {pull}
6skip concurrent builds. - {pull}
7implements the new interface of pytask-julia with the decorator and an approach to serialize arguments to pass them to the executed script. - {pull}
8removes an unnecessary hook.
- {pull}
2polishes the first release of pytask-julia. (Thanks to {user}hmgaudecker, {user}hildebrandecon) - {pull}
4fixes the badges.