Skip to content

Commit 56ae5c3

Browse files
authored
Update changes. (#383)
1 parent 7041699 commit 56ae5c3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/source/changes.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
1818
- {pull}`365` reworks the panel on the index page with sphinx-design.
1919
- {pull}`366` adds light and dark logos and fixes some warnings when building the
2020
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.
2328
- {pull}`381` deprecates `@pytask.mark.parametrize`. (Closes {issue}`233`.)
2429

2530
## 0.3.1 - 2023-12-25

0 commit comments

Comments
 (0)