Releases: FluxML/GeometricFlux.jl
Releases · FluxML/GeometricFlux.jl
v0.13.1
GeometricFlux v0.13.1
GraphParallel
supportpositional_layer
Merged pull requests:
v0.13.0
GeometricFlux v0.13.0
- implement
EEquivGraphConv
layer with nested design - support positional encoding from GraphSignals
- add
LSPE
Merged pull requests:
v0.12.4
GeometricFlux v0.12.4
- replace
ADAM
asAdam
Merged pull requests:
v0.12.3
GeometricFlux v0.12.3
- update doc for graph network
Merged pull requests:
v0.12.2
v0.12.1
v0.12.0
v0.11.1
GeometricFlux v0.11.1
- fix link
Merged pull requests:
v0.11.0
GeometricFlux v0.11.0
- Adds GATv2 layer
- add DeepSet model and digit sum example
- fix GAT example
- add tutorials
- replace
Flux.destructure
byOptimisers.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 aFlux.Chain
? (#248) - examples/gcn.jl not working (#262)
Merged pull requests:
- Add tests for Gatv2 layer (#267) (@yuehhua)
- Add DeepSet model and example (#278) (@yuehhua)
- Replace Flux.destructure by Optimisers.destructure (#279) (@yuehhua)
- Fix GAT example (#280) (@yuehhua)
- Memory pre-allocation fix for GAT example (#282) (@yuehhua)
- Update docs and fix GATv2Conv (#283) (@yuehhua)
v0.10.1
GeometricFlux v0.10.1
- fix VGAE example and correct precision
- implement new message-passing scheme, including
GraphConv
,GATConv
,GatedGraphConv
,EdgeConv
,GINConv
andCGConv
layers - fix tests for
GraphNet
- add
WithGraph
forChain
Closed issues:
- Compatibility with
GraphSignals.jl
Check (#263)
Merged pull requests:
- Integrate WithGraph and AbstractGraphLayer (#272) (@yuehhua)
- Update VGAE example (#273) (@yuehhua)
- Implement new GraphConv and new example (#274) (@yuehhua)
- Implement new GATConv layer (#275) (@yuehhua)
- Fix graph convolution layers (#276) (@yuehhua)
- Update docstring and add deprecate (#277) (@yuehhua)