Skip to content

v0.6.21

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 12:05
· 23 commits to master since this release
6a470a9

GraphNeuralNetworks v0.6.21

Diff since v0.6.20

Merged pull requests:

Closed issues:

  • Question about temporal graph neural networks (#112)
  • add show methods for WithGraph and GNNChain (#178)
  • Dropout inside GATConv layer (#258)
  • Graph classification: multiple graphs associated with a common label (#282)
  • convenience feature setter (#284)
  • @functor default for GNNLayers (#288)
  • documentation proposal (#357)
  • support Lux (#372)
  • turn this into a monorepo (#433)
  • use Flux.@layer instead of Flux.@functor (#452)
  • random graph generators should take an rng instead of a seed (#459)
  • Cannot create GNNGraph with unconnected nodes (#472)
  • Implementation of recommender system based on GNN (#473)
  • GNNs.jl's CI is failing for GRAPH_T = :dense (#476)
  • GCNConv layer fails when the GNNGraph comes from an adjacency matrix (#486)