@@ -21,6 +21,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
21
21
- {pull}` 524 ` improves some linting and formatting rules.
22
22
- {pull}` 525 ` enables pytask to work with remote files using universal_pathlib.
23
23
- {pull}` 528 ` improves the codecov setup and coverage.
24
+ - {pull}` 535 ` reenables and fixes tests with Jupyter.
24
25
25
26
## 0.4.4 - 2023-12-04
26
27
@@ -68,7 +69,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
68
69
- {pull}` 465 ` adds test to ensure internal tracebacks are removed by reports.
69
70
- {pull}` 466 ` implements hashing for files instead of modification timestamps.
70
71
- {pull}` 470 ` moves ` .pytask.sqlite3 ` to ` .pytask ` .
71
- - {pull}` 472 ` adds ` is_product ` to {meth}` PNode.load ` .
72
+ - {pull}` 472 ` adds ` is_product ` to {meth}` ~pytask. PNode.load` .
72
73
- {pull}` 473 ` adds signatures to nodes which decouples an identifier from a name.
73
74
- {pull}` 477 ` updates the PyPI action.
74
75
- {pull}` 478 ` replaces black with ruff-format.
@@ -94,9 +95,9 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
94
95
is not present.
95
96
- {pull}` 387 ` replaces pony with sqlalchemy.
96
97
- {pull}` 391 ` removes ` @pytask.mark.parametrize ` .
97
- - {pull}` 394 ` allows to add products with {obj}` typing.Annotation ` and
98
+ - {pull}` 394 ` allows to add products with {obj}` typing.Annotated ` and
98
99
{obj}` ~pytask.Product ` .
99
- - {pull}` 395 ` refactors all occurrences of pybaum to {mod} ` _pytask.tree_util ` .
100
+ - {pull}` 395 ` refactors all occurrences of pybaum to ` _pytask.tree_util ` .
100
101
- {pull}` 396 ` replaces pybaum with optree and adds paths to the name of
101
102
{class}` pytask.PythonNode ` 's allowing for better hashing.
102
103
- {pull}` 397 ` adds support for {class}` typing.NamedTuple ` and attrs classes in
@@ -123,7 +124,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
123
124
- {pull}` 421 ` removes the deprecation warning when ` produces ` is used as an magic
124
125
function keyword to define products.
125
126
- {pull}` 423 ` adds a notebook to explain the functional interface.
126
- - {pull}` 424 ` fixes problems with {func} ` ~_pytask.path.import_path ` .
127
+ - {pull}` 424 ` fixes problems with ` ~_pytask.path.import_path ` .
127
128
- {pull}` 426 ` publishes the {mod}` pytask.tree_util ` module.
128
129
- {pull}` 427 ` fixes type annotations for {attr}` pytask.PTask.depends_on ` and
129
130
{attr}` pytask.PTask.produces ` .
0 commit comments