Skip to content

graph_mate 0.2.0

Latest

Choose a tag to compare

@s1ck s1ck released this 10 Jun 13:04
b1d3375

What's Changed

  • Add notebook for page_rank on wikipedia articles by @s1ck in #100
  • Bump gdl version to 0.2.7 by @s1ck in #104
  • dotgraph refactoring by @s1ck in #103
  • Improve dotgraph label stats computation by @s1ck in #105
  • Add benchmark utils crate by @s1ck in #106
  • Update GHA definitions to allow Github based publishing by @knutwalker in #111
  • Bump arrow/arrow-flight to 45.0.0 and re-enable server crate by @s1ck in #112
  • Add adjacency list backed graph implementation by @s1ck in #113
  • Thread-safe edge mutation by @s1ck in #114
  • Improve Adjacency List build performance by @s1ck in #115
  • release: graph_builder v0.4.0 by @github-actions[bot] in #116
  • Derive node count from node values if present by @s1ck in #117
  • Use latest maturin version by @s1ck in #118
  • Inline bench_util as common module in benches by @s1ck in #119
  • Replace Mutex with RwLock in AdjacencyList by @s1ck in #120
  • Add _mut methods for edge mutation for faster single-thread access by @s1ck in #121
  • release: graph v0.3.1 by @github-actions[bot] in #122
  • Allow custom configs by @s1ck in #128
  • Fix clippy warnings by @regexident in #129
  • Fix Typo by @dengelt in #132
  • Fix flaky python tests by @knutwalker in #133
  • Replace fast-float with fast-float2 by @babichjacob in #131
  • release: graph v0.3.2 by @github-actions[bot] in #134
  • release: graph_builder v0.4.1 by @github-actions[bot] in #135
  • Upgrade to Rust 1.91, bump all dependencies, raise Python floor to 3.10 by @s1ck in #145
  • Fix release workflows and bump action versions by @s1ck in #146
  • release: graph_builder v0.4.2 by @github-actions[bot] in #147
  • release: graph_mate v0.2.0 by @s1ck in #148
  • Link advapi32 on Windows for graph_mate by @s1ck in #149

New Contributors

Full Changelog: graph_mate-v0.1.1...graph_mate-v0.2.0