Releases: vigna/webgraph-rs
Releases · vigna/webgraph-rs
webgraph-cli-0.1.0
[0.1.0] - 2025-05-23
Changed
- Layered Label Propagation is now accessed through the
webgraph-algo
CLI.
webgraph-algo-0.2.0
[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
[0.3.0] - 2025-05-23
Changed
-
There is a workspace containing three crates:
webgraph
(basic
infrastructure,algo
(algorithms), andcli
(command line
interface). -
Layered Label Propagation has been moved to the
algo
crate.
webgraph-algo-0.1.1
[0.1.1] - 2025-04-01
New
-
ExactSumSweep algorithm for eccentricities, radius, and diameter.
-
Strongly connected components.
Fixed
- Fixed crate name.