File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,13 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
18
18
- {pull}` 365 ` reworks the panel on the index page with sphinx-design.
19
19
- {pull}` 366 ` adds light and dark logos and fixes some warnings when building the
20
20
documentation.
21
- - {pull}` 368 ` fixes an error in ` update_plugin_list.py ` introduced by {pull}` 364 ` .
22
- - {pull}` 369 ` reverts the changes that turn ` Node.state() ` into a hook.
21
+ - {pull}` 369 ` fixes an error in ` update_plugin_list.py ` introduced by {pull}` 364 ` .
22
+ - {pull}` 370 ` reverts the changes that turn ` Node.state() ` into a hook.
23
+ - {pull}` 371 ` renames ` Node ` to ` MetaNode ` .
24
+ - {pull}` 373 ` adds importing task modules to ` sys.modules ` and fully adopting pytest's
25
+ importlib mode. Thanks to {user}` NickCrews ` . (Fixes {issue}` 374 ` .)
26
+ - {pull}` 376 ` enhances the documentation for ` pytask dag ` .
27
+ - {pull}` 378 ` conditionally skips test on MacOS.
23
28
- {pull}` 381 ` deprecates ` @pytask.mark.parametrize ` . (Closes {issue}` 233 ` .)
24
29
25
30
## 0.3.1 - 2023-12-25
You can’t perform that action at this time.
0 commit comments