v0.6.20
GraphNeuralNetworks v0.6.20
Merged pull requests:
- Added
perturb_edges
function (#423) (@rbSparky) - Add
drop_nodes
transform (#426) (@rbSparky) - Added Personalized PageRank Diffusion [
ppr_diffusion
function] (#427) (@rbSparky) - Added
TAGConv
layer (#430) (@rbSparky) - create GNNlib.jl (#432) (@CarloLucibello)
- Create Register.yml (#434) (@CarloLucibello)
- Add
GConvLSTM
temporal layer (#437) (@aurorarossi) - Add
GConvGRU
temporal layer (#438) (@aurorarossi) - Add
DConv
layer (#441) (@aurorarossi) - CompatHelper: bump compat for KrylovKit to 0.8, (keep existing compat) (#442) (@github-actions[bot])
- Coloring refinement algorithm (#444) (@CarloLucibello)
- separate GNNGraphs from GNNlib (#446) (@CarloLucibello)
- Add possibility to pass weights to
GCNConv
(#447) (@aurorarossi) - temporarily reintegrate GNNGraphs tests (#449) (@CarloLucibello)
- CI for GNNGraphs.jl (#451) (@CarloLucibello)
- make GraphNeuralNetworks.jl depend on GNNGraphs.jl (#453) (@CarloLucibello)
- drop_nodes -> remove_nodes (#454) (@CarloLucibello)
- fix docs (#455) (@CarloLucibello)
Closed issues:
- Maybe state difference with GeometricFlux.jl. (#435)