Skip to content

Releases: JuliaGraphs/GraphNeuralNetworks.jl

v0.5.2

16 Nov 13:01
a8863e3
Compare
Choose a tag to compare

GraphNeuralNetworks v0.5.2

Diff since v0.5.1

Closed issues:

  • NNConv tests are failing (#208)

Merged pull requests:

v0.5.1

09 Nov 18:52
45a14db
Compare
Choose a tag to compare

GraphNeuralNetworks v0.5.1

Diff since v0.5.0

Closed issues:

  • Add tutorials written in Pluto (#168)
  • copy(::GNNGraph)? (#191)
  • Allow for additonal features in GNNGraph (#210)
  • support equivariant neural networks (#221)

Merged pull requests:

v0.5.0

03 Nov 09:45
3309dd3
Compare
Choose a tag to compare

GraphNeuralNetworks v0.5.0

Diff since v0.4.5

Closed issues:

  • don't automatically batch when getobs from an array of graphs (#170)
  • Question about the GCNConv layer code (#211)
  • Support for multiple graphs in GNNGraph (#212)

Merged pull requests:

  • don't automatically batch graphs inside vector when using getobs (#183) (@CarloLucibello)
  • Node classification tutorial (#198) (@Dsantra92)
  • Fixed a few typos in notebooks, docs and docstrings (#205) (@pitmonticone)
  • Switch to DemoCards.jl (#206) (@Dsantra92)
  • temporarily remove NNConv tests (#209) (@CarloLucibello)
  • Switch to default pluto frontmatter (#214) (@Dsantra92)
  • CompatHelper: bump compat for KrylovKit to 0.6, (keep existing compat) (#216) (@github-actions[bot])
  • CompatHelper: bump compat for MLUtils to 0.3, (keep existing compat) (#217) (@github-actions[bot])

v0.4.5

30 Jul 07:59
afd80e8
Compare
Choose a tag to compare

GraphNeuralNetworks v0.4.5

Diff since v0.4.4

Closed issues:

  • Construct Graphs.SimpleDiGraph graphs from GNNGraphs (#167)
  • add radius_graph api (#177)
  • knn_graph yields same results with or without self loops (#179)
  • Missing bounds checking when working on GPU (#181)
  • Spelling Error of edge? (#184)
  • Duplicate indexes in documents (#187)
  • Implement GraphWorld for fake graphs benchmarking (#188)
  • Some design issues (#193)
  • Flux destructure/restructure bug (#200)

Merged pull requests:

v0.4.4

28 May 11:26
78792f0
Compare
Choose a tag to compare

GraphNeuralNetworks v0.4.4

Diff since v0.4.3

Closed issues:

  • Inaccurate GATv2Conv Documentation (#175)

Merged pull requests:

v0.4.3

25 May 05:52
6ff0ef4
Compare
Choose a tag to compare

GraphNeuralNetworks v0.4.3

Diff since v0.4.2

Merged pull requests:

v0.4.2

22 May 22:11
ec6951f
Compare
Choose a tag to compare

GraphNeuralNetworks v0.4.2

Diff since v0.4.1

Closed issues:

  • message passing for multiple feature arrays (#166)

Merged pull requests:

v0.4.1

08 May 08:31
a92bb7c
Compare
Choose a tag to compare

GraphNeuralNetworks v0.4.1

Diff since v0.4.0

Closed issues:

  • GSoC 2022 (#157)
  • Open Graph Benchmark integration (#162)

Merged pull requests:

v0.4.0

09 Apr 10:45
c7d0afe
Compare
Choose a tag to compare

GraphNeuralNetworks v0.4.0

Diff since v0.3.15

Closed issues:

  • hope can load dataset with GraphMLDatasets.jl (#149)
  • GPU memory filling up (#150)
  • Citing GraphNeuralNetworks.jl (#151)

Merged pull requests:

v0.3.15

23 Mar 18:09
ea75f68
Compare
Choose a tag to compare

GraphNeuralNetworks v0.3.15

Diff since v0.3.14

Merged pull requests:

  • better printing for GNNGraphs and check that features are arrays (#145) (@CarloLucibello)
  • Added GMMConv (#147) (@melioristic)
  • Update conv.md (#148) (@melioristic)