Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / petgraph/petgraph issues and pull requests

#680 - bug: algo::all_simple_paths may loop forever

Issue - State: open - Opened by BurtonQin about 1 hour ago

#679 - Add algorithms for calculating graph metrics

Issue - State: open - Opened by starovoid 2 days ago

#676 - Cycle Basis Algorithm

Pull Request - State: open - Opened by chocchillson 19 days ago
Labels: C-new-algorithm

#675 - Dynamic Toposort Support

Pull Request - State: open - Opened by lmondada 29 days ago - 3 comments

#674 - Tie breaker in topological sorts

Issue - State: open - Opened by lenianiva about 2 months ago

#673 - Graph coloring algorithm

Issue - State: open - Opened by jake-87 about 2 months ago
Labels: C-new-algorithm

#672 - Graph::clone may change edge_id ?

Issue - State: open - Opened by zhuliquan 2 months ago

#671 - Specify data representations for node and edge indices

Pull Request - State: open - Opened by Caellian 2 months ago

#670 - Fix #586

Pull Request - State: open - Opened by asoffer 2 months ago

#669 - `Graph::index_twice_mut` is unsound

Issue - State: closed - Opened by cod10129 2 months ago - 3 comments

#667 - [Wish] Graph::edge_references_mut

Issue - State: open - Opened by Chris00 2 months ago

#665 - Faster `Topo` with Kahn's Algorithm

Issue - State: open - Opened by alissapajer 3 months ago
Labels: C-new-algorithm

#664 - Update `fixedbitset` to `0.5.7` and crate version to `0.7.0`.

Pull Request - State: open - Opened by azriel91 3 months ago

#663 - Update remove_node doc comment in graphmap.rs

Pull Request - State: open - Opened by MeGaGiGaGon 3 months ago

#662 - Add Bron-Kerbosch algorithm for maximal cliques

Pull Request - State: open - Opened by qoqosz 3 months ago
Labels: C-new-algorithm

#661 - Topo with cycle detection and roots

Issue - State: open - Opened by domenkozar 3 months ago - 1 comment

#660 - how to identify root nodes ?

Issue - State: closed - Opened by JimFuller-RedHat 3 months ago - 4 comments

#659 - add random graph generator

Pull Request - State: open - Opened by BryanCruz 3 months ago - 1 comment

#658 - Add graph6 format encoder and decoder for undirected graphs

Pull Request - State: open - Opened by BryanCruz 3 months ago - 1 comment
Labels: C-proposal

#657 - Add an option to format Dot graphs with Graph attributes

Pull Request - State: open - Opened by s1gtrap 3 months ago

#656 - idioms for efficient node search

Issue - State: closed - Opened by JimFuller-RedHat 3 months ago - 2 comments

#655 - Extra features for #650

Pull Request - State: open - Opened by DeliciousHair 3 months ago

#654 - Why no recoverable errors?

Issue - State: open - Opened by TerranWorks 4 months ago

#653 - Parsing from Dot/Graphviz files

Pull Request - State: open - Opened by Bromind 5 months ago - 4 comments

#652 - Edge removal doesn't persist

Issue - State: closed - Opened by Revirae 5 months ago - 1 comment

#651 - Obtaining unique strongly connected components

Issue - State: closed - Opened by mqudsi 5 months ago

#650 - New algorithm all_simple_paths_from

Pull Request - State: open - Opened by bluss 5 months ago - 12 comments
Labels: C-new-algorithm

#648 - fix adjacency matrix for csr and adjacency list

Pull Request - State: open - Opened by BryanCruz 5 months ago
Labels: C-bugfix

#647 - implement Clone for NodeWeights

Issue - State: open - Opened by JonasOberhauser 6 months ago - 2 comments

#646 - Relax `Ord` bound in `NodeTrait`

Issue - State: open - Opened by xldenis 6 months ago - 1 comment

#644 - Release `0.6.5`

Pull Request - State: closed - Opened by indietyp 7 months ago - 1 comment

#643 - HITS scores support.

Pull Request - State: open - Opened by geosarr 7 months ago

#642 - Interpreting result from find_negative_cycle

Issue - State: open - Opened by Cabbache 7 months ago

#641 - read the 30635-th line

Issue - State: open - Opened by zhumingpassional 7 months ago

#640 - Ford Fulkerson algorithm support.

Pull Request - State: closed - Opened by geosarr 7 months ago

#639 - Stablegraph edge_indices borrows graph

Issue - State: open - Opened by junsevith 7 months ago

#637 - Document iterating order

Issue - State: open - Opened by vporton 7 months ago

#636 - Add iterator over incident edges of a stable graph node.

Pull Request - State: open - Opened by ISibboI 7 months ago

#635 - feat: traverse skipping some nodes

Issue - State: open - Opened by vporton 7 months ago - 1 comment

#634 - Document Bfs.stack behavior

Issue - State: open - Opened by vporton 7 months ago

#632 - Please publish version 0.6.5

Issue - State: closed - Opened by daniel-levin 7 months ago - 5 comments

#631 - Chore: Minor - Bumped actions/checkout to version 4.

Pull Request - State: closed - Opened by martinfrances107 7 months ago

#631 - Chore: Minor - Bumped actions/checkout to version 4.

Pull Request - State: closed - Opened by martinfrances107 7 months ago

#630 - Minor: Cargo doc fixup.

Pull Request - State: closed - Opened by martinfrances107 7 months ago

#629 - Bumped fixedbitset to 0.5.6.

Pull Request - State: closed - Opened by martinfrances107 7 months ago - 1 comment

#629 - Bumped fixedbitset to 0.5.6.

Pull Request - State: closed - Opened by martinfrances107 7 months ago - 1 comment

#628 - chore: bumped itertools to 0.12.1.

Pull Request - State: closed - Opened by martinfrances107 7 months ago

#628 - chore: bumped itertools to 0.12.1.

Pull Request - State: closed - Opened by martinfrances107 7 months ago

#627 - Fixed clippy warnings

Pull Request - State: closed - Opened by martinfrances107 8 months ago

#627 - Fixed clippy warnings

Pull Request - State: closed - Opened by martinfrances107 8 months ago

#626 - Add a k-edge-connected-component (k-ECC) algorithm

Issue - State: open - Opened by TheLostLambda 8 months ago
Labels: C-new-algorithm

#625 - Add Prim's Algorithm for Minimum Spanning Tree

Pull Request - State: open - Opened by BryanCruz 8 months ago - 5 comments

#624 - Move Minimum Spanning Tree Algorithm to its own module

Pull Request - State: closed - Opened by BryanCruz 8 months ago

#623 - Page rank algorithm support

Pull Request - State: closed - Opened by geosarr 8 months ago - 1 comment

#622 - Allow alternative hash functions in GraphMap

Pull Request - State: closed - Opened by daniel-levin 8 months ago

#620 - Implement maximum clique

Issue - State: open - Opened by misty1999 8 months ago

#619 - Project scope question - Cypher Support

Issue - State: open - Opened by bryanrideshark 8 months ago

#618 - [feature request] lbfs

Issue - State: open - Opened by lengyijun 9 months ago

#617 - Update to fixedbitset 0.5.0

Pull Request - State: open - Opened by james7132 9 months ago - 7 comments
Labels: breaking-change

#616 - Use typos-cli for automatic spell-checking

Pull Request - State: closed - Opened by cnpryer 10 months ago - 1 comment

#615 - Extend the parallel iterators for GraphMap

Pull Request - State: closed - Opened by cuviper 10 months ago - 5 comments

#614 - Update weights on all edged connected to a node

Issue - State: closed - Opened by fredrik-jansson-se 10 months ago - 2 comments

#613 - RFC RustDOT: graph! { A -- A -- B; A -- C; }

Issue - State: open - Opened by daniel-pfeiffer 10 months ago - 2 comments

#611 - Add `VisitMap::unvisit` as proposed in #610

Pull Request - State: open - Opened by aalekhpatel07 10 months ago

#609 - Add comparison to similar projects to README

Issue - State: open - Opened by hoijui 11 months ago

#608 - DSatur algorithm for graph coloring

Pull Request - State: open - Opened by gbagan 11 months ago - 1 comment

#607 - `StableGraph`'s edge index being invalidated after removal should be documented

Issue - State: open - Opened by cbeuw 11 months ago - 2 comments
Labels: enhancement, documentation

#606 - Stoer–Wagner algorithm for minimum cut

Pull Request - State: open - Opened by gbagan 11 months ago - 1 comment

#605 - Simplify trait definition

Pull Request - State: closed - Opened by indietyp 11 months ago - 2 comments

#604 - [Question] Generic algorithms that modify the graph

Issue - State: closed - Opened by agubelu 11 months ago - 2 comments

#603 - Improve overall speed.

Pull Request - State: closed - Opened by indietyp 11 months ago - 2 comments

#602 - Support retrieval of edge index from edge reference

Issue - State: open - Opened by robbiemu 12 months ago - 3 comments

#601 - Replace `copyclone!` macro by `Clone` derivation

Pull Request - State: closed - Opened by samueltardieu 12 months ago - 2 comments

#599 - Make Graph::new(_undirected) const

Pull Request - State: closed - Opened by cod10129 about 1 year ago

#598 - Add a petgraph logo

Pull Request - State: closed - Opened by indietyp about 1 year ago - 2 comments

#597 - DiGraphMap all connected nodes/edges

Issue - State: closed - Opened by dmyyy about 1 year ago

#596 - [Bug] Walker bug after `remove_edge`

Pull Request - State: closed - Opened by yanivpas about 1 year ago - 3 comments
Labels: 0.7.0-removed

#595 - Add vf2pp graph isomorphism algorithm

Pull Request - State: open - Opened by Lucian-4a25 about 1 year ago
Labels: 0.7.0-planned

#594 - Algorithms: rework `shortest_paths`

Pull Request - State: closed - Opened by indietyp about 1 year ago - 2 comments

#593 - Perform BFS on Frozen graph

Issue - State: open - Opened by olegggatttor about 1 year ago

#591 - Supplement VF2 algorithm

Pull Request - State: open - Opened by Lucian-4a25 about 1 year ago - 7 comments
Labels: 0.7.0-planned

#590 - Add algorithm to find bridge edges

Pull Request - State: open - Opened by pragmaticTNT about 1 year ago - 1 comment
Labels: 0.7.0-planned

#589 - is_chordal

Pull Request - State: open - Opened by lengyijun about 1 year ago

#588 - Can we remove `Directed` trait constraint?

Issue - State: open - Opened by Fomalhauthmj about 1 year ago

#587 - Why do many of the graph algorithms require that the Node types are `Copy`

Issue - State: open - Opened by ewoolsey about 1 year ago - 4 comments

#585 - add Topo::with_initials API

Pull Request - State: closed - Opened by cool-little-fish about 1 year ago