You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graph: rename add_subgraph/add_conditional to add_subgraph_node/add_conditional_edge (#2)
Align method names with what they add. `add_subgraph_node` pairs with
`add_node` as the non-default node variant; `add_conditional_edge` pairs
with `add_edge` as the non-default edge variant. The implicit "a subgraph
is added as a node" and "a conditional is an edge" framings become
explicit at the call site.
Pre-1.0 rename with no deprecation aliases per rough-edges.md.
0 commit comments