Releases: JuliaGraphs/GraphNeuralNetworks.jl
Releases · JuliaGraphs/GraphNeuralNetworks.jl
v0.2.3
GraphNeuralNetworks v0.2.3
Merged pull requests:
- Tiny typo inn CGConv-docs (#53) (@oysteinsolheim)
- add WithGraph (#54) (@CarloLucibello)
v0.2.2
GraphNeuralNetworks v0.2.2
Closed issues:
- define a
message_and_aggregate
method (#29)
Merged pull requests:
- add Crystal graph convolution (#51) (@CarloLucibello)
- fix GlobalPooling with graph only input (#52) (@CarloLucibello)
v0.2.1
GraphNeuralNetworks v0.2.1
Closed issues:
Merged pull requests:
- add nodes/edges softmax and readout (#48) (@CarloLucibello)
- better handling of chain with only graph input (#50) (@CarloLucibello)
v0.2.0
GraphNeuralNetworks v0.2.0
Merged pull requests:
- redesign message passing mechanism (#47) (@CarloLucibello)
v0.1.2
GraphNeuralNetworks v0.1.2
Merged pull requests:
- add test for Cora example (#45) (@CarloLucibello)
- implement ResGatedGraphConv and support Parallel in GNNChain (#46) (@CarloLucibello)
v0.1.1
GraphNeuralNetworks v0.1.1
v0.1.0
GraphNeuralNetworks v0.1.0
Closed issues:
- add benchmarks (#4)
- add documentation (#6)
- add examples (#7)
- implement graph concatenation (#12)
- pretty print GNNGraph (#23)
Merged pull requests:
- layers do not store graphs internally (#1) (@CarloLucibello)
- add benchmarks (#8) (@CarloLucibello)
- add Cora example (#9) (@CarloLucibello)
- CompatHelper: add new compat entry for ChainRulesCore at version 1, (keep existing compat) (#11) (@github-actions[bot])
- add docs (#13) (@CarloLucibello)
- add GNNLayer, GNNChain, GNNGraph (#15) (@CarloLucibello)
- add support for batched graphs (#17) (@CarloLucibello)
- add graph classification example (#18) (@CarloLucibello)
- support multiple feature arrays in GNNGraph (#20) (@CarloLucibello)
- change argument ordering in propagate and update (#21) (@CarloLucibello)
- DataLoader and LearnBase compatibility of GNNGraph (#22) (@CarloLucibello)
- show for GNNGraph (#24) (@CarloLucibello)
- update_node + remove update_global and misc changes (#25) (@CarloLucibello)
- Generalize message passing to handle Tuples and NamedTuples (#26) (@CarloLucibello)
- Small typos in message passing docs (#27) (@oysteinsolheim)
- some doc improve (#28) (@CarloLucibello)
- mode docs (#30) (@CarloLucibello)