Skip to content

Commit 13a3466

Browse files
committed
Add changelog note for internal DAG refactor
1 parent 5099f82 commit 13a3466

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
77

88
## Unreleased
99

10+
- [#830](https://github.com/pytask-dev/pytask/pull/830) replaces the internal
11+
`networkx` dependency with a pytask-owned DAG implementation, lazy-loads
12+
`networkx` only for DAG export and visualization, and makes the `networkx`
13+
dependency optional for core builds.
1014
- [#822](https://github.com/pytask-dev/pytask/pull/822) fixes unstable signatures
1115
for remote `UPath`-backed `PathNode`s and `PickleNode`s so unchanged remote inputs
1216
are no longer reported as missing from the state database on subsequent runs.

0 commit comments

Comments
 (0)