v0.1.9
Highlights
The highlight of the current release is an automatically updated list of plugins for pytask which you can see here.
Apart from that, the release includes improvements to code, tests, and the documentation.
What's Changed
- Enhance the tutorial on how to set up a project. by @tobiasraabe in #217
- Remove
depends_on
andproduces
from task function when parsed. by @tobiasraabe in #218 - Remove leftovers from pytest from
_pytask.mark.Mark
. by @tobiasraabe in #219 - Publish types, classes, and functions. by @tobiasraabe in #197
- Add an automated job to create a list of plugins in the docs. by @tobiasraabe in #222
- Add more test cases for parametrizations. by @tobiasraabe in #221
- Fix a circular import error created by #197. by @tobiasraabe in #225
- Fix crowding-out of tasks in table by skipped and persisted tasks. by @tobiasraabe in #226
Full Changelog: v0.1.8...v0.1.9