Skip to content

Allow relabeling and changing layout when calling to_undirected #80

@knutwalker

Description

@knutwalker
  • to_undirected in the Rust API accepts an optional layout, which is not exposed in the Python API
  • Additionally, allow relabelling in the same step
  • Maybe we can extend the Layout enum to smth like { Unsorted, SortedById, SortedByDegree, DeduplicatedById, DeduplicatedByDegree } ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions