Skip to content

Releases: vigna/webgraph-rs

webgraph-cli-0.1.0

23 May 13:47
Compare
Choose a tag to compare

[0.1.0] - 2025-05-23

Changed

  • Layered Label Propagation is now accessed through the webgraph-algo CLI.

webgraph-algo-0.2.0

23 May 13:47
Compare
Choose a tag to compare

[0.2.0] - 2025-05-23

Changed

  • Reviewed constructors of parallel visit to offer default granularity.

  • Moved in Layered Label Propagation.

webgraph-0.3.0

23 May 13:48
Compare
Choose a tag to compare

[0.3.0] - 2025-05-23

Changed

  • There is a workspace containing three crates: webgraph (basic
    infrastructure, algo (algorithms), and cli (command line
    interface).

  • Layered Label Propagation has been moved to the algo crate.

webgraph-algo-0.1.1

01 Apr 14:07
Compare
Choose a tag to compare

[0.1.1] - 2025-04-01

New

  • ExactSumSweep algorithm for eccentricities, radius, and diameter.

  • Strongly connected components.

Fixed

  • Fixed crate name.

0.2.1

28 Mar 17:31
Compare
Choose a tag to compare

[0.2.1] - 2025-03-28

New

  • The pad command now takes a file instead of a basename, making it possible
    to pad offset files.

  • The CLI has been rewritten using clap's declarative interface.

0.1.4

09 Aug 07:35
Compare
Choose a tag to compare

[0.1.4] - 2024-08-09

Fixed

  • Wrong class name (BvGraph) in properties.

0.1.3

08 Aug 15:40
Compare
Choose a tag to compare

[0.1.3] - 2024-08-08

Fixed

  • Triple fields are now public.

0.1.2

31 Jul 14:54
Compare
Choose a tag to compare

[0.1.2] - 2024-07-31

Fixed

  • Fixed README links.

0.1.1

31 Jul 14:25
Compare
Choose a tag to compare

[0.1.1] - 2024-07-28

New

  • First release.