We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5099f82 commit 13a3466Copy full SHA for 13a3466
1 file changed
CHANGELOG.md
@@ -7,6 +7,10 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
7
8
## Unreleased
9
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.
14
- [#822](https://github.com/pytask-dev/pytask/pull/822) fixes unstable signatures
15
for remote `UPath`-backed `PathNode`s and `PickleNode`s so unchanged remote inputs
16
are no longer reported as missing from the state database on subsequent runs.
0 commit comments