v0.3.3
GraphNeuralNetworks v0.3.3
Closed issues:
- graph NeuralODE example not working on gpu (#56)
Merged pull requests:
- add link prediction example (#61) (@CarloLucibello)
- have GNNGraph inherit from Graphs.AbstractGraph (#63) (@CarloLucibello)
- refactor GNNGraph into submodule + implement add_edges (#64) (@CarloLucibello)
- implement
unbatch
andadd_nodes
(#65) (@CarloLucibello) - NeuralODE example working on cpu and gpu (#67) (@CarloLucibello)
- add AGNNConv (#68) (@CarloLucibello)
- better negative sampling + remove_multi_edges + is_bidirected + DotDecoder (#69) (@CarloLucibello)
- improvements to link prediction (#70) (@CarloLucibello)
- bidirected graph support in rand_split_edge (#71) (@CarloLucibello)