File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
21
## [ 0.7.6]
6
22
7
23
- Add dimensional check for each layer
Original file line number Diff line number Diff line change 1
1
name = " GeometricFlux"
2
2
uuid = " 7e08b658-56d3-11e9-2997-919d5b31e4ea"
3
3
authors = [" Yueh-Hua Tu <a504082002@gmail.com>" ]
4
- version = " 0.7.6 "
4
+ version = " 0.7.7 "
5
5
6
6
[deps ]
7
7
CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
You can’t perform that action at this time.
0 commit comments