Skip to content

Commit 2733443

Browse files
committed
Upgrade to v0.5.2
1 parent d954f9c commit 2733443

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.2]
6+
7+
- Add scaled Laplacian
8+
- Support CuArrays v2.0 and Flux v0.10.4
9+
- ChebConv, GraphConv, GATConv, GatedGraphConv and EdgeConv support FeaturedGraph
10+
- Add SimpleWeightedGraphs and MetaGraphs as deps
11+
- Fix broadcastly casting error
12+
513
## [0.5.1]
614

715
- GCNConv layer supports FeaturedGraph (#34)

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.1"
4+
version = "0.5.2"
55

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

0 commit comments

Comments
 (0)