v0.10.1
·
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,GINConvandCGConvlayers - fix tests for
GraphNet - add
WithGraphforChain
Closed issues:
- Compatibility with
GraphSignals.jlCheck (#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)