Skip to content

Commit f01c180

Browse files
committed
update to v0.11.0
1 parent 9f1e4b9 commit f01c180

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.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+
513
## [0.10.1]
614

715
- fix VGAE example and correct precision

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 <[email protected]>"]
4-
version = "0.10.1"
4+
version = "0.11.0"
55

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

0 commit comments

Comments
 (0)