Skip to content

Commit b3108b0

Browse files
committed
Update to v0.7.3
1 parent 1129930 commit b3108b0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.7.3]
6+
7+
- Add bypass_graph
8+
- Support FeaturedGraph as input graph for GCNConv
9+
- Add node index for message/update function
10+
- Add activation function for GraphConv
11+
- Reexport GraphSignals
12+
- Support FillArrays v0.10
13+
- Bug fix
14+
515
## [0.7.2]
616

717
- Differentiability test

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.7.2"
4+
version = "0.7.3"
55

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

0 commit comments

Comments
 (0)