We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f3b0c commit 25589bcCopy full SHA for 25589bc
docs/source/changes.md
@@ -35,7 +35,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
35
- {pull}`591` invalidates the cache of fsspec when checking whether a remote file
36
exists. Otherwise, a remote file might be reported as missing although it was just
37
created. See https://github.com/fsspec/s3fs/issues/851 for more info.
38
-- {pull}`592` makes `PythonNode`s state `None` if they carry the `_NoDefault` enum.
+- {pull}`592` recreate `PythonNode`s every run since they carry the `_NoDefault` enum as
39
+ the value whose state is `None`.
40
41
## 0.4.7 - 2024-03-19
42
0 commit comments