Skip to content

Commit 2634769

Browse files
committed
update to v0.7.7
1 parent 9813f5a commit 2634769

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.7.7]
6+
7+
- drop support of julia v1.4 and v1.5
8+
- support CUDA v3.3
9+
- support Flux v0.12
10+
- fix stable doc
11+
- add benchmark script
12+
- migrate scatter to NNlib
13+
- make gradient of GatedGraphConv available
14+
- Implement GINConv layer. (#186)
15+
- check consistency for vertex or edge number between graph and features
16+
- add manual for pooling layers and bypass_graph
17+
- deprecate FeatureSelector
18+
- not export GraphNetwork and MessagePassing APIs
19+
- new implementation for message-passing scheme
20+
521
## [0.7.6]
622

723
- Add dimensional check for each layer

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.7.6"
4+
version = "0.7.7"
55

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

0 commit comments

Comments
 (0)