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
#629 - Bumped fixedbitset to 0.5.6.
Pull Request -
State: closed - Opened by martinfrances107 10 months ago
- 1 comment
#629 - Bumped fixedbitset to 0.5.6.
Pull Request -
State: closed - Opened by martinfrances107 10 months ago
- 1 comment
#628 - chore: bumped itertools to 0.12.1.
Pull Request -
State: closed - Opened by martinfrances107 10 months ago
#628 - chore: bumped itertools to 0.12.1.
Pull Request -
State: closed - Opened by martinfrances107 10 months ago
#627 - Fixed clippy warnings
Pull Request -
State: closed - Opened by martinfrances107 10 months ago
#627 - Fixed clippy warnings
Pull Request -
State: closed - Opened by martinfrances107 10 months ago
#626 - Add a k-edge-connected-component (k-ECC) algorithm
Issue -
State: open - Opened by TheLostLambda 10 months ago
Labels: C-new-algorithm
#626 - Add a k-edge-connected-component (k-ECC) algorithm
Issue -
State: open - Opened by TheLostLambda 10 months ago
#625 - Add Prim's Algorithm for Minimum Spanning Tree
Pull Request -
State: closed - Opened by BryanCruz 11 months ago
- 5 comments
#624 - Move Minimum Spanning Tree Algorithm to its own module
Pull Request -
State: closed - Opened by BryanCruz 11 months ago
#623 - Page rank algorithm support
Pull Request -
State: closed - Opened by geosarr 11 months ago
- 1 comment
#622 - Allow alternative hash functions in GraphMap
Pull Request -
State: closed - Opened by daniel-levin 11 months ago
#621 - Suggestions and opinions for an university project to extend Petgraph
Issue -
State: open - Opened by BryanCruz 11 months ago
- 1 comment
Labels: C-new-algorithm
#620 - Implement maximum clique
Issue -
State: open - Opened by misty1999 11 months ago
- 1 comment
Labels: feature-request, C-new-algorithm
#619 - Project scope question - Cypher Support
Issue -
State: open - Opened by bryanrideshark 11 months ago
#618 - [feature request] lbfs
Issue -
State: open - Opened by lengyijun 12 months ago
#617 - Update to fixedbitset 0.5.0
Pull Request -
State: closed - Opened by james7132 12 months ago
- 8 comments
Labels: breaking-change
#616 - Use typos-cli for automatic spell-checking
Pull Request -
State: closed - Opened by cnpryer about 1 year ago
- 1 comment
#615 - Extend the parallel iterators for GraphMap
Pull Request -
State: closed - Opened by cuviper about 1 year ago
- 5 comments
#614 - Update weights on all edged connected to a node
Issue -
State: closed - Opened by fredrik-jansson-se about 1 year ago
- 2 comments
#613 - RFC RustDOT: graph! { A -- A -- B; A -- C; }
Issue -
State: open - Opened by daniel-pfeiffer about 1 year ago
- 2 comments
#612 - Provide ability to track paths in algorithms when visiting nodes.
Pull Request -
State: open - Opened by aalekhpatel07 about 1 year ago
#611 - Add `VisitMap::unvisit` as proposed in #610
Pull Request -
State: open - Opened by aalekhpatel07 about 1 year ago
#610 - Add the ability to clear the visited status of a node when working with `VisitMap<N>`.
Issue -
State: open - Opened by aalekhpatel07 about 1 year ago
#609 - Add comparison to similar projects to README
Issue -
State: open - Opened by hoijui about 1 year ago
#608 - DSatur algorithm for graph coloring
Pull Request -
State: open - Opened by gbagan about 1 year ago
- 3 comments
Labels: C-new-algorithm
#607 - `StableGraph`'s edge index being invalidated after removal should be documented
Issue -
State: open - Opened by cbeuw about 1 year ago
- 2 comments
Labels: enhancement, documentation
#606 - Stoer–Wagner algorithm for minimum cut
Pull Request -
State: open - Opened by gbagan about 1 year ago
- 1 comment
Labels: C-new-algorithm
#605 - Simplify trait definition
Pull Request -
State: closed - Opened by indietyp about 1 year ago
- 2 comments
#604 - [Question] Generic algorithms that modify the graph
Issue -
State: closed - Opened by agubelu about 1 year ago
- 2 comments
#603 - Improve overall speed.
Pull Request -
State: closed - Opened by indietyp about 1 year ago
- 2 comments
#602 - Support retrieval of edge index from edge reference
Issue -
State: open - Opened by robbiemu about 1 year ago
- 3 comments
#601 - Replace `copyclone!` macro by `Clone` derivation
Pull Request -
State: closed - Opened by samueltardieu about 1 year ago
- 2 comments
#600 - documentation improvemnt for algorithms in petgraph::algo::isomorphism
Issue -
State: open - Opened by raphaelahrens about 1 year ago
- 5 comments
#599 - Make Graph::new(_undirected) const
Pull Request -
State: closed - Opened by cod10129 over 1 year ago
#598 - Add a petgraph logo
Pull Request -
State: closed - Opened by indietyp over 1 year ago
- 2 comments
#597 - DiGraphMap all connected nodes/edges
Issue -
State: closed - Opened by dmyyy over 1 year ago
#596 - [Bug] Walker bug after `remove_edge`
Pull Request -
State: closed - Opened by yanivpas over 1 year ago
- 3 comments
Labels: 0.7.0-removed
#595 - Add vf2pp graph isomorphism algorithm
Pull Request -
State: open - Opened by Lucian-4a25 over 1 year ago
Labels: 0.7.0-planned
#594 - Algorithms: rework `shortest_paths`
Pull Request -
State: closed - Opened by indietyp over 1 year ago
- 2 comments
#593 - Perform BFS on Frozen graph
Issue -
State: open - Opened by olegggatttor over 1 year ago
#592 - DfsPostOrder requires VM generic be specified but public API doesn't appear to allow control over it
Issue -
State: open - Opened by unicorn-madness13 over 1 year ago
#591 - Supplement VF2 algorithm
Pull Request -
State: open - Opened by Lucian-4a25 over 1 year ago
- 7 comments
Labels: 0.7.0-planned
#590 - Add algorithm to find bridge edges
Pull Request -
State: open - Opened by pragmaticTNT over 1 year ago
- 2 comments
Labels: 0.7.0-planned
#589 - is_chordal
Pull Request -
State: open - Opened by lengyijun over 1 year ago
#588 - Can we remove `Directed` trait constraint?
Issue -
State: open - Opened by Fomalhauthmj over 1 year ago
#587 - Why do many of the graph algorithms require that the Node types are `Copy`
Issue -
State: open - Opened by ewoolsey over 1 year ago
- 4 comments
#586 - immediately_dominated_by function called on root of graph returns root itself
Issue -
State: closed - Opened by weigangd over 1 year ago
- 1 comment
#585 - add Topo::with_initials API
Pull Request -
State: closed - Opened by cool-little-fish over 1 year ago
#584 - Improve petgraph docs for new users
Issue -
State: open - Opened by JosiahParry over 1 year ago
- 1 comment
Labels: documentation
#583 - `GraphStorage` trait and `Graph` type
Pull Request -
State: closed - Opened by indietyp over 1 year ago
- 1 comment
#582 - Soundness issue in index_twice_mut
Issue -
State: open - Opened by gigaroby over 1 year ago
- 5 comments
Labels: bug
#581 - Dijkstra interface change to allow user optimization
Issue -
State: open - Opened by ua-kxie over 1 year ago
- 2 comments
#580 - pathfinding to avoid staircasing
Issue -
State: open - Opened by ua-kxie over 1 year ago
#579 - Release `0.6.4`
Pull Request -
State: closed - Opened by indietyp over 1 year ago
#578 - Fix broken link in `algo::dominators::simple_fast`
Pull Request -
State: closed - Opened by rj00a over 1 year ago
- 1 comment
#577 - Get the `NodeIndex` for a specific `Node`
Issue -
State: open - Opened by adiepenbrock over 1 year ago
- 1 comment
#576 - Add element filter adapter
Pull Request -
State: closed - Opened by Phlosioneer over 1 year ago
- 4 comments
Labels: 0.7.0-removed
#575 - Add edge_weight, edge_weight_mut, and edge_weight_safe methods for CSR graphs
Pull Request -
State: open - Opened by Atila-M-Schrieber over 1 year ago
- 2 comments
Labels: 0.7.0-planned
#574 - Add ahash as an optional feature
Pull Request -
State: closed - Opened by JackThomson2 over 1 year ago
- 1 comment
#573 - Add Rayon-based parallel iterator over GraphMap nodes
Pull Request -
State: closed - Opened by daniel-levin over 1 year ago
- 4 comments
#572 - Rayonification: exposing parallel iterators in `GraphMap`.
Issue -
State: closed - Opened by daniel-levin over 1 year ago
- 1 comment
Labels: enhancement, feature-request
#571 - Use `IndexMap::get_index_of`
Pull Request -
State: closed - Opened by cuviper over 1 year ago
- 1 comment
#570 - refactor: Remove unused macro and impl Clone for Node, Edge, Neighbor
Pull Request -
State: open - Opened by cauliyang over 1 year ago
- 3 comments
#569 - make last line also left-aligned
Pull Request -
State: closed - Opened by CobaltCause over 1 year ago
- 2 comments
Labels: 0.7.0-fixed
#568 - Update `indexmap` to v2
Pull Request -
State: closed - Opened by AlexTMjugador over 1 year ago
- 6 comments
#567 - 0.7.0
Pull Request -
State: open - Opened by indietyp over 1 year ago
- 2 comments
Labels: breaking-change, 0.7.0-planned
#566 - refactor: use and_then instead of match
Pull Request -
State: open - Opened by pd4d10 over 1 year ago
#565 - find_negative_cycle / bellman ford algo
Issue -
State: closed - Opened by 0xfourzerofour over 1 year ago
- 1 comment
#564 - How could I extract connected components by using a UnionFind?
Issue -
State: closed - Opened by bistace over 1 year ago
- 3 comments
#563 - Proposal: Storage API
Issue -
State: open - Opened by indietyp over 1 year ago
- 9 comments
Labels: C-proposal
#562 - Implement map_owned method
Pull Request -
State: closed - Opened by RosaUlisses almost 2 years ago
- 3 comments
#561 - Split out `petgraph` into separate crates
Pull Request -
State: closed - Opened by indietyp almost 2 years ago
- 10 comments
#560 - Initial scaffolding
Pull Request -
State: closed - Opened by indietyp almost 2 years ago
- 4 comments
#559 - Trait Rework: New traits
Issue -
State: closed - Opened by indietyp almost 2 years ago
Labels: F-trait-rework
#558 - Trait Rework: `AdjacencyMatrix`
Issue -
State: closed - Opened by indietyp almost 2 years ago
Labels: F-trait-rework
#557 - Trait Rework: `VisitationMap`
Issue -
State: closed - Opened by indietyp almost 2 years ago
Labels: F-trait-rework
#556 - Trait Rework: Graph fundamentals
Issue -
State: closed - Opened by indietyp almost 2 years ago
- 9 comments
Labels: F-trait-rework
#555 - Trait Rework: `GraphPrimitiveIndex`
Issue -
State: closed - Opened by indietyp almost 2 years ago
Labels: F-trait-rework
#554 - Trait Rework: Unify `*Count` into `GraphLen`
Issue -
State: closed - Opened by indietyp almost 2 years ago
- 3 comments
Labels: F-trait-rework
#553 - Trait Rework: Subgraph crate
Issue -
State: open - Opened by indietyp almost 2 years ago
Labels: F-trait-rework
#552 - Tracking Issue: Trait rework
Issue -
State: open - Opened by indietyp almost 2 years ago
- 4 comments
Labels: C-tracking-issue, F-trait-rework
#551 - Proposal: Future of this crate
Issue -
State: open - Opened by indietyp almost 2 years ago
- 29 comments
Labels: C-proposal
#550 - Make serde support more complete
Pull Request -
State: closed - Opened by saona-raimundo almost 2 years ago
- 2 comments
Labels: B-waiting-for-author
#549 - connected_components should provide the nodes in each component as a Vec<Vec<..>>
Issue -
State: open - Opened by Pr0methean almost 2 years ago
#548 - Add connected_components_vec
Pull Request -
State: open - Opened by tesfabpel almost 2 years ago
Labels: feature-request
#547 - Added CSR benchmarks
Pull Request -
State: closed - Opened by marvin-hansen almost 2 years ago
#546 - Allow 'cargo test --features=all' to run under rust 1.41.0
Pull Request -
State: open - Opened by insideoutclub almost 2 years ago
#545 - [Feature request] Generate complete graph
Pull Request -
State: open - Opened by insideoutclub almost 2 years ago
Labels: feature-request
#544 - Fixing Typos
Pull Request -
State: closed - Opened by insideoutclub almost 2 years ago
#543 - [Feature request] Generate complete graph https://github.com/petgraph/petgraph/issues/518
Pull Request -
State: closed - Opened by insideoutclub almost 2 years ago
- 1 comment
#542 - Add another `map` method taking `self` instead of `&self`
Issue -
State: open - Opened by chubei almost 2 years ago
- 3 comments
#541 - [Feature request] Generate complete graph #518
Pull Request -
State: closed - Opened by insideoutclub almost 2 years ago
- 1 comment
#540 - Fixing Typo In Complement
Pull Request -
State: closed - Opened by insideoutclub almost 2 years ago
#539 - https://github.com/petgraph/petgraph/issues/534
Pull Request -
State: closed - Opened by insideoutclub almost 2 years ago
#538 - https://github.com/petgraph/petgraph/issues/523
Pull Request -
State: closed - Opened by insideoutclub almost 2 years ago
- 1 comment
#537 - Fix for SCC algorithms panic on MatrixGraph if nodes have been removed #523
Pull Request -
State: closed - Opened by insideoutclub almost 2 years ago
#536 - Incorrect documentation for GraphMap::edges #364
Pull Request -
State: closed - Opened by insideoutclub about 2 years ago
#535 - Fixing spelling.
Pull Request -
State: closed - Opened by insideoutclub about 2 years ago
- 1 comment
#534 - Subgraph_isomorphisms_iter has inconsistent behavior.
Issue -
State: closed - Opened by sfraczek about 2 years ago
- 1 comment