Skip to content

v0.1.12

Latest

Choose a tag to compare

@titaiwangms titaiwangms released this 28 Oct 23:31
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.
a764fb1

What's Changed

This update introduces the Value.replace_all_uses_with method, added for its convenience and discoverability. A new replace_graph_outputs option has been included, allowing users to replace graph outputs as well.

Note

Users are still responsible for assigning the original output name to the replacement value if they want to preserve the graph's signature.

BC Breaking

Bug fixes

  • Avoid override new_value info with None from old_value by @titaiwangms in #227

Other Changes

Full Changelog: v0.1.11...v0.1.12