@@ -23,6 +23,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
23
23
- {pull}` 528 ` improves the codecov setup and coverage.
24
24
- {pull}` 535 ` reenables and fixes tests with Jupyter.
25
25
- {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.
26
28
- {pull}` 539 ` implements the {confval}` hook_module ` configuration value and
27
29
` --hook-module ` commandline option to register hooks.
28
30
- {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
124
126
- {pull}` 413 ` removes scripts to generate ` .svg ` s.
125
127
- {pull}` 414 ` allow more ruff rules.
126
128
- {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 ` .
128
130
- {pull}` 418 ` fixes and error and simplifies code in ` dag.py ` .
129
131
- {pull}` 420 ` converts ` DeprecationWarning ` s to ` FutureWarning ` s for the deprecated
130
132
decorators.
@@ -170,7 +172,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
170
172
- {pull}` 376 ` enhances the documentation for ` pytask dag ` .
171
173
- {pull}` 378 ` conditionally skips test on MacOS.
172
174
- {pull}` 381 ` deprecates ` @pytask.mark.parametrize ` . (Closes {issue}` 233 ` .)
173
- - {pull}` 501 ` removes {class} ` pytask.MetaNode ` .
175
+ - {pull}` 501 ` removes ` pytask.MetaNode ` .
174
176
175
177
## 0.3.1 - 2023-12-25
176
178
@@ -254,7 +256,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
254
256
arguments. It also implements {class}` _pytask.models.CollectionMetadata ` to carry
255
257
parametrized arguments to the task class.
256
258
- {pull}` 228 ` removes ` task.pytaskmark ` and moves the information to
257
- {attr}` _pytask.models .CollectionMetadata.markers` .
259
+ {attr}` pytask .CollectionMetadata.markers` .
258
260
- {pull}` 229 ` implements a new loop-based approach to parametrizations using the
259
261
{func}` @pytask.mark.task <pytask.mark.task> ` decorator.
260
262
- {pull}` 230 ` implements {class}` _pytask.logging._TimeUnit ` as a
@@ -337,8 +339,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
337
339
the direction of the DAG.
338
340
- {pull}` 186 ` enhance live displays by deactivating auto-refresh, among other things.
339
341
- {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` .
342
344
- {pull}` 189 ` do not display a table in the execution if no task was run.
343
345
- {pull}` 190 ` updates the release notes.
344
346
@@ -389,8 +391,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
389
391
390
392
## 0.1.1 - 2021-08-25
391
393
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 ` ).
394
396
- {pull}` 139 ` enables rich's auto-refresh mechanism for live objects which causes almost
395
397
no performance penalty for the live table compared to the symbolic output.
396
398
0 commit comments