Skip to content

Commit ec453e2

Browse files
committed
Update to v0.7.1
1 parent aad6298 commit ec453e2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

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

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

5+
## [0.7.1]
6+
7+
- Add GraphMLDatasets as dependency to provide datasets
8+
59
## [0.7.0]
610

7-
- VGAE example available
8-
- Add Planetoid and Cora dataset
11+
- VGAE example available
12+
- Add Planetoid and Cora dataset
913

1014
## [0.6.3]
1115

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

66
[deps]
77
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
@@ -26,7 +26,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
2626

2727
[compat]
2828
CUDA = "1.2"
29-
DataStructures = "0.17, 0.18"
29+
DataStructures = "0.17 - 0.18"
3030
FillArrays = "0.8 - 0.9"
3131
Flux = "0.10 - 0.11"
3232
GraphMLDatasets = "0.1"

0 commit comments

Comments
 (0)