v0.4.1
What's Changed
Of course, it's a mandatory bug fix release after a bigger release.
Using the product annotation, Annotated[..., Product]
did not work with multiple products.
- Fix setting the name of
PythonNode
. by @tobiasraabe in #443 - Move content of
setup.cfg
topyproject.toml
. by @tobiasraabe in #444 - [automated] Update plugin list by @github-actions in #445
- Fix when multiple product annotations are used. by @tobiasraabe in #448
- Fix
PythonNode
when used as return. by @tobiasraabe in #446 - Simplify the
tree_map
code for generating the DAG. by @tobiasraabe in #447
Full Changelog: v0.4.0...v0.4.1