We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bbd01 commit d3bff1cCopy full SHA for d3bff1c
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
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
15
## [0.6.1]
16
17
- Update to CUDA 1.2 and Flux 0.11
Project.toml
@@ -1,7 +1,7 @@
1
name = "GeometricFlux"
uuid = "7e08b658-56d3-11e9-2997-919d5b31e4ea"
authors = ["Yueh-Hua Tu <a504082002@gmail.com>"]
-version = "0.6.1"
+version = "0.6.2"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
0 commit comments