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)