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
The (functional) GrapeVine currently only supports immutable graphs and graph elements. If node (or edge) attributes need to be updated, they need to be deleted and newly created. This is inconvenient and requires perfect knowledge of the node's embedding context,
The older (imperative) Grape had an update function. GrapeVine should also have an update function.
The text was updated successfully, but these errors were encountered:
The (functional) GrapeVine currently only supports immutable graphs and graph elements. If node (or edge) attributes need to be updated, they need to be deleted and newly created. This is inconvenient and requires perfect knowledge of the node's embedding context,
The older (imperative) Grape had an update function. GrapeVine should also have an update function.
The text was updated successfully, but these errors were encountered: