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 9f1e4b9 commit f01c180Copy full SHA for f01c180
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.11.0]
6
+
7
+- Adds GATv2 layer
8
+- add DeepSet model and digit sum example
9
+- fix GAT example
10
+- add tutorials
11
+- replace `Flux.destructure` by `Optimisers.destructure`
12
13
## [0.10.1]
14
15
- fix VGAE example and correct precision
Project.toml
@@ -1,7 +1,7 @@
1
name = "GeometricFlux"
uuid = "7e08b658-56d3-11e9-2997-919d5b31e4ea"
authors = ["Yueh-Hua Tu <[email protected]>"]
-version = "0.10.1"
+version = "0.11.0"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
0 commit comments