Skip to content

Commit 5e06ed4

Browse files
committed
Upgrade to v0.6.0
1 parent 23ba06b commit 5e06ed4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

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+
517
## [0.5.2]
618

719
- Add scaled Laplacian

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 <a504082002@gmail.com>"]
4-
version = "0.5.2"
4+
version = "0.6.0"
55

66
[deps]
77
CUDAapi = "3895d2a7-ec45-59b8-82bb-cfc6a382f9b3"

0 commit comments

Comments
 (0)