We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e038afc commit 7db3427Copy full SHA for 7db3427
1 file changed
CHANGELOG.md
@@ -7,6 +7,9 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
7
8
## Unreleased
9
10
+- [#822](https://github.com/pytask-dev/pytask/pull/822) fixes unstable signatures
11
+ for remote `UPath`-backed `PathNode`s and `PickleNode`s so unchanged remote inputs
12
+ are no longer reported as missing from the state database on subsequent runs.
13
- [#820](https://github.com/pytask-dev/pytask/pull/820) fixes collection and node
14
display for remote `UPath`-backed nodes, while preserving correct handling of local
15
`file://` and `local://` `UPath`s across platforms.
0 commit comments