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
Allow to set the order of output columns in table export with the parameter column_names and to skip the column header with the skip_header param.
remove_match option in revise now allows to delete the annotation but not
the referenced node.
Fixed
Export token in table exporter instead of ignoring them. You can disable
exporting the token with the skip_token parameter.
Fixed find_connected calls with Bound::Included(usize::MAX), which can
lead to invalid results when using the linear graph storage. Replaced with the
correct Bound::Unbounded.