File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.6.0]
6
+
7
+ - Rewrite graph network ` GraphNet ` and message passing ` MessagePassing ` framework
8
+ - Expand functionality of FeaturedGraph to support ` node_feature ` , ` edge_feature ` and ` global_feature `
9
+ - Speed up ChebConv layer
10
+ - Speed up scatter functions
11
+ - Add graph index-related functions
12
+ - GCN example works and increase training stablility
13
+ - Fix show GCNConv
14
+ - Add more test for linear algebra
15
+ - Update cpu scatter benchmark plot and scripts
16
+
5
17
## [ 0.5.2]
6
18
7
19
- Add scaled Laplacian
Original file line number Diff line number Diff line change 1
1
name = " GeometricFlux"
2
2
uuid = " 7e08b658-56d3-11e9-2997-919d5b31e4ea"
3
3
authors = [" Yueh-Hua Tu <a504082002@gmail.com>" ]
4
- version = " 0.5.2 "
4
+ version = " 0.6.0 "
5
5
6
6
[deps ]
7
7
CUDAapi = " 3895d2a7-ec45-59b8-82bb-cfc6a382f9b3"
You can’t perform that action at this time.
0 commit comments