Skip to content

Commit 01801c3

Browse files
committed
Update to v0.7.5
1 parent 6858f37 commit 01801c3

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

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

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+
518
## [0.7.4]
619

720
- Adjust edge_index_table API for directed

Project.toml

Lines changed: 2 additions & 2 deletions
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.4"
4+
version = "0.7.5"
55

66
[deps]
77
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
@@ -24,7 +24,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2424
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
2525

2626
[compat]
27-
CUDA = "1.2 - 2.1, 2.2"
27+
CUDA = "1.2 - 2.2"
2828
DataStructures = "0.17 - 0.18"
2929
FillArrays = "0.8 - 0.10"
3030
Flux = "0.10 - 0.11"

0 commit comments

Comments
 (0)