Skip to content

Releases: JuliaGraphs/GraphNeuralNetworks.jl

GraphNeuralNetworks-v1.0.0

21 Dec 10:02
7e07564
Compare
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
Compare
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
Compare
Choose a tag to compare

Diff since GNNGraphs-v1.3.1

Merged pull requests:

Closed issues:

GraphNeuralNetworks-v0.6.23

09 Dec 08:53
e85122d
Compare
Choose a tag to compare

Diff since GraphNeuralNetworks-v0.6.22

Merged pull requests:

Closed issues:

  • Stack Layers in a HeteroGraphConv Model (#541)
  • [lux] add tutorials (#544)

GNNlib-v0.2.5

09 Dec 11:21
78f5dcb
Compare
Choose a tag to compare

GNNlib GNNlib-v0.2.5

GNNlib-v0.2.4

09 Dec 11:12
bfc02ba
Compare
Choose a tag to compare

GNNlib GNNlib-v0.2.4

GNNLux-v0.1.1

09 Dec 09:05
0219e10
Compare
Choose a tag to compare

GNNLux GNNLux-v0.1.1

Diff since GNNLux-v0.1.0

Merged pull requests:

Closed issues:

  • [docs] move tutorials to GraphNeuralNetworks.jl package (#533)
  • Stack Layers in a HeteroGraphConv Model (#541)
  • [lux] add tutorials (#544)

GNNGraphs-v1.3.1

09 Dec 01:52
1f78b41
Compare
Choose a tag to compare

GNNGraphs GNNGraphs-v1.3.1

Diff since GNNGraphs-v1.3.0

Merged pull requests:

Closed issues:

  • coverage not displayed in readme (#528)
  • [docs] move tutorials to GraphNeuralNetworks.jl package (#533)
  • Stack Layers in a HeteroGraphConv Model (#541)
  • [lux] add tutorials (#544)

GraphNeuralNetworks-v0.6.22

05 Dec 12:21
884c2fa
Compare
Choose a tag to compare

GraphNeuralNetworks GraphNeuralNetworks-v0.6.22

Merged pull requests:

Closed issues:

  • plan for splitting the package (#450)
  • use Flux.@layer instead of Flux.@functor (#452)
  • consider using MultiDocumenter (#456)
  • reinstate temporal graphs tutorials (#457)
  • random graph generators should take an rng instead of a seed (#459)
  • plan for GNNLux.jl (#461)
  • 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)
  • move all tests to TestItems.jl and TestItemsRunner.jl (#477)
  • document the monorepo structure and the package dependencies (#483)
  • GCNConv layer fails when the GNNGraph comes from an adjacency matrix (#486)
  • move GraphNeuralNetworks.jl to its own folder (#495)
  • Comparison to GeometricFlux.jl (#502)
  • Overriding Base.getproperty(vds::Vector{DataStore}, s::Symbol) conflicts A.ref usage in julia (#504)
  • move repo to JuliaGraphs org (#506)
  • move NeighborLoader to GNNGraphs (#507)
  • coverage not displayed in readme (#528)
  • [docs] move tutorials to GraphNeuralNetworks.jl package (#533)

GNNLux-v0.1.0

02 Dec 12:54
a6e6bd8
Compare
Choose a tag to compare

GNNLux GNNLux-v0.1.0

Initial release.