File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolver = "2"
3
3
members = [" algo" , " cli" , " webgraph" ]
4
4
5
5
[workspace .dependencies ]
6
- webgraph = {path =" ./webgraph" , version =" 0.2.1 " }
6
+ webgraph = {path =" ./webgraph" , version =" 0.3.0 " }
7
7
webgraph-algo = {path =" ./algo" , version =" 0.1.0" }
8
8
webgraph-cli = {path =" ./cli" , version =" 0.1.0" }
9
9
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.3.0] - 2025-05-23
4
+
5
+ ### Changed
6
+
7
+ * There is a workspace containing three crates: ` webgraph ` (basic
8
+ infrastructure, ` algo ` (algorithms), and ` cli ` (command line
9
+ interface).
10
+
11
+ * Layered Label Propagation has been moved to the ` algo ` crate.
12
+
3
13
## [ 0.2.1] - 2025-03-28
4
14
5
15
### New
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " webgraph"
3
- version = " 0.2.2 "
3
+ version = " 0.3.0 "
4
4
edition = " 2021"
5
5
description = " A Rust port of the WebGraph framework (http://webgraph.di.unimi.it/)."
6
6
repository = " https://github.com/vigna/webgraph-rs/"
You can’t perform that action at this time.
0 commit comments