Skip to content

Commit d3bff1c

Browse files
committed
Upgrade to v0.6.2
1 parent e1bbd01 commit d3bff1c

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.6.2]
6+
7+
- Add FeatureSelector
8+
- Correct ChebConv computation
9+
- Make scaled_laplacian differentiable
10+
- Add ScatterNNlib and GraphSignals as deps
11+
- Improve GAT example
12+
- Upgrade to CUDA
13+
- Maintain Travis CI
14+
515
## [0.6.1]
616

717
- Update to CUDA 1.2 and Flux 0.11

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.6.1"
4+
version = "0.6.2"
55

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

0 commit comments

Comments
 (0)