Skip to content

Releases: FluxML/GeometricFlux.jl

v0.13.1

15 Jul 14:39
Compare
Choose a tag to compare

GeometricFlux v0.13.1

Diff since v0.13.0

  • GraphParallel support positional_layer

Merged pull requests:

v0.13.0

11 Jul 02:34
Compare
Choose a tag to compare

GeometricFlux v0.13.0

Diff since v0.12.4

  • implement EEquivGraphConv layer with nested design
  • support positional encoding from GraphSignals
  • add LSPE

Merged pull requests:

v0.12.4

07 Jul 14:53
Compare
Choose a tag to compare

GeometricFlux v0.12.4

Diff since v0.12.3

  • replace ADAM as Adam

Merged pull requests:

v0.12.3

04 Jul 07:36
Compare
Choose a tag to compare

GeometricFlux v0.12.3

Diff since v0.12.2

  • update doc for graph network

Merged pull requests:

v0.12.2

03 Jul 11:32
Compare
Choose a tag to compare

GeometricFlux v0.12.2

Diff since v0.12.1

  • replace Zygote.ignore as ChainRulesCore.ignore_derivatives

Merged pull requests:

  • Egnn (#304) (@emsal0)
  • Add EEquivGraphPE layer and introduce nested EEquivGraphConv (#308) (@yuehhua)
  • Replace Zygote.ignore as ChainRulesCore.ignore_derivatives (#312) (@yuehhua)

v0.12.1

21 May 14:23
Compare
Choose a tag to compare

GeometricFlux v0.12.1

Diff since v0.12.0

  • remove @deprecate

Merged pull requests:

v0.12.0

19 May 19:26
Compare
Choose a tag to compare

GeometricFlux v0.12.0

Diff since v0.11.1

  • add roadmap
  • add SAGEConv layer
  • support dynamic graph update

Closed issues:

  • Subgraph update (#74)
  • Implementation of GraphSAGE (#124)
  • Add sampling functionality (#159)
  • Create Datasets (#287)

Merged pull requests:

v0.11.1

08 Apr 16:49
Compare
Choose a tag to compare

GeometricFlux v0.11.1

Diff since v0.11.0

  • fix link

Merged pull requests:

v0.11.0

08 Apr 15:54
Compare
Choose a tag to compare

GeometricFlux v0.11.0

Diff since v0.10.1

  • Adds GATv2 layer
  • add DeepSet model and digit sum example
  • fix GAT example
  • add tutorials
  • replace Flux.destructure by Optimisers.destructure

Closed issues:

  • Lack of documentations and tutorials (#3)
  • GAT example fails (#43)
  • Edge features in GCNConv layer (#77)
  • GAT example not working (#135)
  • GAT outputs same embedding for all nodes if defined on complete graph (#154)
  • Bug with CUDA + GATConv (#185)
  • Add examples to FluxBench.jl (#228)
  • Implementation of DeepSets (#237)
  • Implementation of Set2set (#238)
  • gradient for GATConv layer is very slow (#243)
  • How do you use bypass_graph with a Flux.Chain? (#248)
  • examples/gcn.jl not working (#262)

Merged pull requests:

v0.10.1

17 Mar 04:14
Compare
Choose a tag to compare

GeometricFlux v0.10.1

Diff since v0.10.0

  • fix VGAE example and correct precision
  • implement new message-passing scheme, including GraphConv, GATConv, GatedGraphConv, EdgeConv, GINConv and CGConv layers
  • fix tests for GraphNet
  • add WithGraph for Chain

Closed issues:

  • Compatibility with GraphSignals.jl Check (#263)

Merged pull requests: