@@ -23,6 +23,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
2323- {pull}` 528 ` improves the codecov setup and coverage.
2424- {pull}` 535 ` reenables and fixes tests with Jupyter.
2525- {pull}` 536 ` allows partialed functions to be task functions.
26+ - {pull}` 538 ` updates the documentation. For example, colon fences are replaced by
27+ backticks to allow formatting all pages by mdformat.
2628- {pull}` 539 ` implements the {confval}` hook_module ` configuration value and
2729 ` --hook-module ` commandline option to register hooks.
2830- {pull}` 540 ` changes the CLI entry-point and allow ` pytask.build(tasks=task_func) ` as
@@ -124,7 +126,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
124126- {pull}` 413 ` removes scripts to generate ` .svg ` s.
125127- {pull}` 414 ` allow more ruff rules.
126128- {pull}` 416 ` removes ` .from_annot ` again.
127- - {pull}` 417 ` deprecates {func} ` pytask.mark.task ` in favor of {func}` pytask.task ` .
129+ - {pull}` 417 ` deprecates ` pytask.mark.task ` in favor of {func}` pytask.task ` .
128130- {pull}` 418 ` fixes and error and simplifies code in ` dag.py ` .
129131- {pull}` 420 ` converts ` DeprecationWarning ` s to ` FutureWarning ` s for the deprecated
130132 decorators.
@@ -170,7 +172,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
170172- {pull}` 376 ` enhances the documentation for ` pytask dag ` .
171173- {pull}` 378 ` conditionally skips test on MacOS.
172174- {pull}` 381 ` deprecates ` @pytask.mark.parametrize ` . (Closes {issue}` 233 ` .)
173- - {pull}` 501 ` removes {class} ` pytask.MetaNode ` .
175+ - {pull}` 501 ` removes ` pytask.MetaNode ` .
174176
175177## 0.3.1 - 2023-12-25
176178
@@ -254,7 +256,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
254256 arguments. It also implements {class}` _pytask.models.CollectionMetadata ` to carry
255257 parametrized arguments to the task class.
256258- {pull}` 228 ` removes ` task.pytaskmark ` and moves the information to
257- {attr}` _pytask.models .CollectionMetadata.markers` .
259+ {attr}` pytask .CollectionMetadata.markers` .
258260- {pull}` 229 ` implements a new loop-based approach to parametrizations using the
259261 {func}` @pytask.mark.task <pytask.mark.task> ` decorator.
260262- {pull}` 230 ` implements {class}` _pytask.logging._TimeUnit ` as a
@@ -337,8 +339,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
337339 the direction of the DAG.
338340- {pull}` 186 ` enhance live displays by deactivating auto-refresh, among other things.
339341- {pull}` 187 ` allows to enable and disable showing tracebacks and potentially different
340- styles in the future with {confval} ` show_traceback=True|False ` .
341- - {pull}` 188 ` refactors some code related to {class}` _pytask.enums .ExitCode` .
342+ styles in the future with ` show_traceback=True|False ` .
343+ - {pull}` 188 ` refactors some code related to {class}` pytask .ExitCode` .
342344- {pull}` 189 ` do not display a table in the execution if no task was run.
343345- {pull}` 190 ` updates the release notes.
344346
@@ -389,8 +391,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
389391
390392## 0.1.1 - 2021-08-25
391393
392- - {pull}` 138 ` changes the default {confval} ` verbosity ` to ` 1 ` which displays the live
393- table during execution and ` 0 ` display the symbols for outcomes (e.g. ` . ` , ` F ` , ` s ` ).
394+ - {pull}` 138 ` changes the default ` verbosity ` to ` 1 ` which displays the live table
395+ during execution and ` 0 ` display the symbols for outcomes (e.g. ` . ` , ` F ` , ` s ` ).
394396- {pull}` 139 ` enables rich's auto-refresh mechanism for live objects which causes almost
395397 no performance penalty for the live table compared to the symbolic output.
396398
0 commit comments