Ecosyste.ms: Issues

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

GitHub / neo4j-labs/graph issues and pull requests

#135 - release: graph_builder v0.4.1

Pull Request - State: closed - Opened by github-actions[bot] about 1 month ago

#134 - release: graph v0.3.2

Pull Request - State: closed - Opened by github-actions[bot] about 1 month ago

#133 - Fix flaky python tests

Pull Request - State: closed - Opened by knutwalker about 1 month ago

#132 - Fix Typo

Pull Request - State: closed - Opened by dengelt about 2 months ago

#131 - Replace `fast-float` with `fast-float2`

Pull Request - State: closed - Opened by babichjacob about 2 months ago - 1 comment

#130 - RUSTSEC-2024-0379 affects this crate

Issue - State: closed - Opened by babichjacob about 2 months ago

#129 - Fix clippy warnings

Pull Request - State: closed - Opened by regexident 2 months ago

#128 - Allow custom configs

Pull Request - State: closed - Opened by s1ck 2 months ago

#128 - Allow custom configs

Pull Request - State: closed - Opened by s1ck 2 months ago

#127 - Add BFS/DFS traversal for directed, as well as undirected graphs

Pull Request - State: open - Opened by regexident 3 months ago - 7 comments

#126 - Python surface: Add networkx loader

Issue - State: open - Opened by knutwalker 10 months ago

#126 - Python surface: Add networkx loader

Issue - State: open - Opened by knutwalker 10 months ago

#125 - Some problem with atypical graph

Issue - State: open - Opened by Paulo-21 10 months ago - 4 comments

#124 - Add comparison to similar projects to README

Issue - State: open - Opened by hoijui about 1 year ago - 2 comments

#123 - Isolated vertex with largest node id

Issue - State: closed - Opened by Steditor about 1 year ago - 1 comment

#122 - release: graph v0.3.1

Pull Request - State: closed - Opened by github-actions[bot] about 1 year ago

#121 - Add _mut methods for edge mutation for faster single-thread access

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

#120 - Replace Mutex with RwLock in AdjacencyList

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

#119 - Inline bench_util as common module in benches

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

#118 - Use latest maturin version

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

#117 - Derive node count from node values if present

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

#116 - release: graph_builder v0.4.0

Pull Request - State: closed - Opened by github-actions[bot] about 1 year ago

#115 - Improve Adjacency List build performance

Pull Request - State: closed - Opened by s1ck over 1 year ago - 1 comment

#114 - Thread-safe edge mutation

Pull Request - State: closed - Opened by s1ck over 1 year ago - 1 comment

#113 - Add adjacency list backed graph implementation

Pull Request - State: closed - Opened by s1ck over 1 year ago

#112 - Bump arrow/arrow-flight to 45.0.0 and re-enable server crate

Pull Request - State: closed - Opened by s1ck over 1 year ago

#111 - Update GHA definitions to allow Github based publishing

Pull Request - State: closed - Opened by knutwalker over 1 year ago

#110 - Is it possible to alter a graph after its creation?

Issue - State: closed - Opened by troelsarvin over 1 year ago - 2 comments

#109 - Conda package

Issue - State: closed - Opened by makkus over 1 year ago - 1 comment

#108 - Packed Compressed Sparse Row (PCSR)

Issue - State: closed - Opened by marvin-hansen almost 2 years ago - 3 comments

#107 - Implement Multi-Source BFS algorithm

Pull Request - State: closed - Opened by s1ck almost 2 years ago

#106 - Add benchmark utils crate

Pull Request - State: closed - Opened by s1ck almost 2 years ago

#105 - Improve dotgraph label stats computation

Pull Request - State: closed - Opened by s1ck almost 2 years ago

#104 - Bump gdl version to 0.2.7

Pull Request - State: closed - Opened by s1ck almost 2 years ago

#103 - dotgraph refactoring

Pull Request - State: closed - Opened by s1ck almost 2 years ago - 2 comments

#102 - Partitioning?

Issue - State: closed - Opened by jedbrown almost 2 years ago - 4 comments

#101 - Add edgelist as possible input for load methods in graph_mate

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#100 - Add notebook for page_rank on wikipedia articles

Pull Request - State: closed - Opened by s1ck about 2 years ago

#99 - Use consisten release commit messages

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#98 - Add build badges

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#97 - Silence false positive warning from unused_crate_dependencies

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#96 - Merge GA files

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#95 - Update dependencies

Pull Request - State: closed - Opened by s1ck about 2 years ago

#94 - Add proper Python readme for PyPI

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#93 - Rename `reorder_by_degree` to `make_degree_ordered`

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#92 - Don't repeat the default layout in Python

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#91 - Improve server logging

Pull Request - State: closed - Opened by s1ck about 2 years ago

#90 - Add usage demo for Rust

Pull Request - State: closed - Opened by s1ck about 2 years ago

#89 - Hook graph_mate into the `cargo release` workflow

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#88 - Update to maturing beta to get the workspace inheritance related fixes

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#87 - Rename unladen_swallow to mate

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#86 - Add optional layout parameter to to_undirected

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#85 - Add to_undirected action to Arrow server

Pull Request - State: closed - Opened by s1ck about 2 years ago

#84 - Add demo notebooks

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#83 - Fix public Python API docs/types

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#82 - Add triangle counting to graph_mate

Pull Request - State: closed - Opened by knutwalker about 2 years ago - 1 comment

#81 - Add GDL surface to Python

Issue - State: open - Opened by knutwalker about 2 years ago

#79 - Add support for creating graphs from GDL with node values

Pull Request - State: closed - Opened by s1ck about 2 years ago

#78 - Switch to stable channel :)

Pull Request - State: closed - Opened by s1ck about 2 years ago

#77 - Test fallback implementations

Pull Request - State: closed - Opened by s1ck about 2 years ago

#76 - Publish graph-mate to PyPI

Pull Request - State: closed - Opened by knutwalker about 2 years ago

#75 - Improve Page Rank Arrow example

Pull Request - State: closed - Opened by s1ck about 2 years ago

#74 - Replace vec_into_raw_parts with safe conversion

Pull Request - State: closed - Opened by s1ck over 2 years ago

#73 - Use beta release channel

Pull Request - State: closed - Opened by s1ck over 2 years ago

#72 - Use doc_cfg feature only if available

Pull Request - State: closed - Opened by s1ck over 2 years ago

#71 - Provide stable fallback for slice_partition_dedup

Pull Request - State: closed - Opened by s1ck over 2 years ago

#70 - Remove step_trait feature

Pull Request - State: closed - Opened by knutwalker over 2 years ago

#69 - More inlined variable references into format strings

Pull Request - State: closed - Opened by knutwalker over 2 years ago

#68 - Reduce scope of allow(dead_code) and remove some dead code

Pull Request - State: closed - Opened by knutwalker over 2 years ago

#67 - Remove type_alias_impl_trait feature

Pull Request - State: closed - Opened by knutwalker over 2 years ago

#66 - Provide stable fallback for new_uninit

Pull Request - State: closed - Opened by knutwalker over 2 years ago

#65 - Add RemoveGraph action to Arrow Server

Pull Request - State: closed - Opened by s1ck over 2 years ago - 1 comment

#64 - Provide stable fallback for maybe_uninit_write_slice

Pull Request - State: closed - Opened by knutwalker over 2 years ago - 1 comment

#63 - Apply clippy suggestions

Pull Request - State: closed - Opened by knutwalker over 2 years ago

#62 - Add rust-toolchain.toml file

Pull Request - State: closed - Opened by knutwalker over 2 years ago

#61 - Remove unnecessary usize keyword

Pull Request - State: closed - Opened by saguywalker over 2 years ago - 1 comment

#60 - Add action to list graphs on Arrow server

Pull Request - State: closed - Opened by s1ck over 2 years ago

#59 - Add lifetime to return type in ToUndirectedEdges

Pull Request - State: closed - Opened by s1ck over 2 years ago
Labels: hacktoberfest-accepted

#58 - Update dependencies

Pull Request - State: closed - Opened by s1ck over 2 years ago

#57 - Migrate to clap 4

Pull Request - State: closed - Opened by s1ck over 2 years ago

#56 - Use new workspace dependency inheritance feature

Pull Request - State: closed - Opened by s1ck over 2 years ago

#55 - Run tests with cargo careful

Pull Request - State: closed - Opened by s1ck over 2 years ago

#54 - GATs are stable

Pull Request - State: closed - Opened by s1ck over 2 years ago - 1 comment

#53 - GDS export PoC

Pull Request - State: closed - Opened by s1ck over 2 years ago

#52 - Upgrade dependencies

Pull Request - State: closed - Opened by s1ck over 2 years ago

#51 - Replace usage of rayon::scope with std::thread::scope

Pull Request - State: closed - Opened by s1ck over 2 years ago

#50 - Link to libpython by default

Pull Request - State: closed - Opened by knutwalker over 2 years ago

#49 - Expose Wcc in unladen_swallow

Pull Request - State: closed - Opened by s1ck almost 3 years ago

#48 - Python: Surface wcc

Issue - State: closed - Opened by s1ck almost 3 years ago

#47 - Use generic graph args in algos

Pull Request - State: closed - Opened by s1ck almost 3 years ago

#46 - Use generic graph args for algos (see PageRank)

Issue - State: closed - Opened by s1ck almost 3 years ago

#45 - Support windows style line breaks

Pull Request - State: closed - Opened by s1ck almost 3 years ago

#44 - Replace usize with u64 in apps

Pull Request - State: closed - Opened by s1ck almost 3 years ago

#43 - Move [warmup-]run logic into dedicated function

Pull Request - State: closed - Opened by s1ck almost 3 years ago - 1 comment

#42 - Add edge-list like methods to Python extension

Pull Request - State: closed - Opened by knutwalker almost 3 years ago - 1 comment

#41 - Added average runtime and configurable warm-up runs for all algorithms

Pull Request - State: closed - Opened by lhooge almost 3 years ago - 1 comment

#40 - Replace usize with u64 in algo apps

Issue - State: closed - Opened by s1ck almost 3 years ago

#39 - Proposal for iterator based neighbor access

Pull Request - State: closed - Opened by s1ck almost 3 years ago

#38 - Change default csr layout to Unsorted

Pull Request - State: closed - Opened by s1ck almost 3 years ago