File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
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.5]
6
+
7
+ - FeaturedGraph API change
8
+ - Refactor graph net and message passing framework
9
+ - Improve differentiability test
10
+ - Refactor GCNConv and ChebConv operator
11
+ - Fix bug in GATConv layer
12
+ - Update GAT example
13
+ - Cast testing data to Float32
14
+ - Support CUDA up to v2.2
15
+ - Support transpose input of a layer
16
+ - Replace Travis CI by Github Action CI
17
+
5
18
## [ 0.7.4]
6
19
7
20
- Adjust edge_index_table API for directed
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.4 "
4
+ version = " 0.7.5 "
5
5
6
6
[deps ]
7
7
CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
@@ -24,7 +24,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
24
24
ZygoteRules = " 700de1a5-db45-46bc-99cf-38207098b444"
25
25
26
26
[compat ]
27
- CUDA = " 1.2 - 2.1, 2. 2"
27
+ CUDA = " 1.2 - 2.2"
28
28
DataStructures = " 0.17 - 0.18"
29
29
FillArrays = " 0.8 - 0.10"
30
30
Flux = " 0.10 - 0.11"
You can’t perform that action at this time.
0 commit comments