We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3938294 commit 06c6f33Copy full SHA for 06c6f33
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.5.0]
6
+
7
+- Support scatter operations for MArray (#32)
8
+- Support GCNConv layer accepting graph input (#31)
9
10
## [0.4.0]
11
12
- Compatible with Julia v1.4 while not support before v1.3
Project.toml
@@ -1,7 +1,7 @@
1
name = "GeometricFlux"
uuid = "7e08b658-56d3-11e9-2997-919d5b31e4ea"
authors = ["Yueh-Hua Tu <a504082002@gmail.com>"]
-version = "0.4.0"
+version = "0.5.0"
[deps]
CUDAapi = "3895d2a7-ec45-59b8-82bb-cfc6a382f9b3"
0 commit comments