Opened 2 years ago
Closed 2 years ago
#26813 closed enhancement (fixed)
improve cluster_triangles
Reported by: | dcoudert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.5 |
Component: | graph theory | Keywords: | |
Cc: | Merged in: | ||
Authors: | David Coudert | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | f6089e1 (Commits, GitHub, GitLab) | Commit: | f6089e1de5e38576f129a4133f3dc2df849d6879 |
Dependencies: | Stopgaps: |
Description (last modified by )
Add parameter implementation
to give access to methods implemented in networkx
, static_sparse_graph
and static_dense_graph
.
We also remove parameter with_labels
that was neither documented nor used.
Change History (6)
comment:1 Changed 2 years ago by
- Branch set to public/26813_cluster_triangles
- Commit set to f6089e1de5e38576f129a4133f3dc2df849d6879
- Status changed from new to needs_review
comment:2 Changed 2 years ago by
- Description modified (diff)
comment:5 Changed 2 years ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_work to positive_review
comment:6 Changed 2 years ago by
- Branch changed from public/26813_cluster_triangles to f6089e1de5e38576f129a4133f3dc2df849d6879
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac #26813: improve cluster_triangles