Skip to content

Commit 0d9ba5d

Browse files
committed
update to v0.12.0
1 parent 513aa21 commit 0d9ba5d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.12.0]
6+
7+
- add roadmap
8+
- add `SAGEConv` layer
9+
- support dynamic graph update
10+
511
## [0.11.1]
612

713
- fix link

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GeometricFlux"
22
uuid = "7e08b658-56d3-11e9-2997-919d5b31e4ea"
33
authors = ["Yueh-Hua Tu <[email protected]>"]
4-
version = "0.11.1"
4+
version = "0.12.0"
55

66
[deps]
77
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Suggestions, issues and pull requsts are welcome.
2727
* Support Message-passing and graph network architectures
2828
* Support of static graph and variable graph strategy. Variable graph strategy is useful when training the model over diverse graph structures.
2929
* Integration of GNN benchmark datasets
30+
* Support dynamic graph update towards manifold learning 2.0
3031

3132
### Featured Graphs
3233

0 commit comments

Comments
 (0)