·
7 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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
- Implement replace_all_uses_with on Value by @justinchuby in #235
Bug fixes
- Avoid override new_value info with None from old_value by @titaiwangms in #227
Other Changes
- Remove an inline import by @justinchuby in #222
Full Changelog: v0.1.11...v0.1.12