v0.10.1
github-actions
released this
17 Mar 04:14
·
155 commits
to master
since this release
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)