v0.6.0
GraphNeuralNetworks v0.6.0
Closed issues:
- Heterogeneous graphs support (#144)
- Support for Heterogeneous Graphs (#199)
- Remove hard dependency on GraphNeuralNetworks from Pluto Notebooks (#204)
- Generation of documentation is very slow because of Pluto (#227)
- GNN.jl in tutorials (#228)
- GNNGraph with multiple edge features not working (#243)
Merged pull requests:
- HeteroGraph implementation (#146) (@CarloLucibello)
- Fix typo in docstring (#226) (@aurorarossi)
- Remove GNN.jl (#229) (@aurorarossi)
- Cache Pluto Notebooks (#230) (@Dsantra92)
- convenience accessors (#231) (@CarloLucibello)
- implement DataStore (#232) (@CarloLucibello)
- CompatHelper: bump compat for Functors to 0.4, (keep existing compat) (#233) (@github-actions[bot])
- Compact print of GNNGraphs (#234) (@aurorarossi)
- Fix small typos (#235) (@aurorarossi)
- Improve show function (#236) (@aurorarossi)
- Improve hetero show function (#237) (@aurorarossi)
- Implemented khop_adj (#239) (@aurorarossi)
- Implement laplacian_lambda_max (#240) (@aurorarossi)
- Fix gnnheterographs failed test (#241) (@aurorarossi)
- update tutorials (#245) (@CarloLucibello)