Skip to content

Releases: JuliaGraphs/GraphNeuralNetworks.jl

GNNlib-v1.2.0

11 Jan 07:31
8532b1c

Choose a tag to compare

Diff since GNNlib-v1.1.0

Merged pull requests:

Closed issues:

  • AMDGPU tests are failing (#632)

GraphNeuralNetworks-v1.1.0

24 Dec 09:18
1d0edf8

Choose a tag to compare

Diff since GraphNeuralNetworks-v1.0.0

Merged pull requests:

Closed issues:

  • GraphNeuralNetworks.jl 1.0 release (#481)
  • Can't create a GNNGraph over degenerate graph with just a single vertex (#580)
  • GNNGraph default num_nodes to length of element of ndata (#581)
  • Can't have empty edata for graph with no edges (#582)
  • Generating and Feeding a Custom Dataset into T-GCN (#583)
  • In Literate-generated tutorials the input code and the output have the same style (#590)
  • GNNGraph constructor is type unstable (#593)
  • Moving GNNGraph from GPU to CPU breaks Zygote gradient computation (#597)
  • GNNChain doesn't work with layers that accept edge features (#598)
  • UndefVarError: ones_like not defined in GNNLib in SGConv example (#599)
  • add output format option to adjacency_matrix arguments (#606)
  • add coalesce function (#608)

GNNlib-v1.1.0

24 Dec 10:16
1d0edf8

Choose a tag to compare

Diff since GNNlib-v1.0.1

Merged pull requests:

  • SpMM message passing CUDA support for coalesced COO graphs (#617) (@dferre97)
  • fmt option in adjaceny matrix + propagate copy_xj for Metal (#619) (@CarloLucibello)

Closed issues:

GNNGraphs-v1.5.0

24 Dec 17:27
1d0edf8

Choose a tag to compare

Diff since GNNGraphs-v1.4.2

Merged pull requests:

  • Provide CUDA support for the binarize() operation on sparse matrices (#601) (@dferre97)

Closed issues:

  • Generating and Feeding a Custom Dataset into T-GCN (#583)
  • GNNGraph constructor is type unstable (#593)
  • Moving GNNGraph from GPU to CPU breaks Zygote gradient computation (#597)
  • add output format option to adjacency_matrix arguments (#606)
  • add coalesce function (#608)

GNNGraphs-v1.4.2

07 Feb 00:17
58fcd7d

Choose a tag to compare

Diff since GNNGraphs-v1.4.1

Merged pull requests:

Closed issues:

  • GNNGraph default num_nodes to length of element of ndata (#581)
  • Can't have empty edata for graph with no edges (#582)

GNNlib-v1.0.1

12 Jan 16:40
4309da1

Choose a tag to compare

Diff since GNNlib-v1.0.0

Merged pull requests:

Closed issues:

GNNGraphs-v1.4.1

25 Dec 23:11
5a8172c

Choose a tag to compare

Diff since GNNGraphs-v1.4.0

Merged pull requests:

Closed issues:

GraphNeuralNetworks-v1.0.0

21 Dec 10:02
7e07564

Choose a tag to compare

Diff since GraphNeuralNetworks-v0.6.23

Breaking Changes:

  • The temporal convolutional layers have been completely revised, both for adherence to the original papers (e.g. for the TGCN layer) and for compatibility with the new recurrence style in Flux v0.16

Merged pull requests:

Closed issues:

  • adapt to Flux v0.15 (#524)
  • correctness temporalgraph implementation (#548)

GNNlib-v1.0.0

21 Dec 09:28
91d27d3

Choose a tag to compare

Diff since GNNlib-v0.2.5

Breaking Changes:

  • modified set2set_pool and gated_graph_conv to adapt to Flux's v0.16 new recurrence style

Merged pull requests:

Closed issues:

GNNGraphs-v1.4.0

21 Dec 05:19
15a220f

Choose a tag to compare

Diff since GNNGraphs-v1.3.1

Merged pull requests:

Closed issues: