v0.6.7
GraphNeuralNetworks v0.6.7
Closed issues:
- Convolutions for GNNHeteroGraphs (#254)
- need more informative error for dimension mismatch (#283)
- Local pooling in graph regression/classification problems (#307)
Merged pull requests:
- Improve error description of
setproperty!
(#287) (@aurorarossi) - Fix spacing in documentation example (#289) (@asinghvi17)
- Fix typos (#290) (@aurorarossi)
- Add TemporalSnapshotsGNNGraph struct (#293) (@aurorarossi)
- Add docstrings for TemporalSnapshotsGNNgraph (#294) (@aurorarossi)
- modernize examples and create example notebooks (#295) (@CarloLucibello)
- make
add_snapshot
non mutating (#296) (@CarloLucibello) - Add getproperty function to TemporalSnapshotsGNNGraph (#297) (@aurorarossi)
- [heterograph] add has_edge, get_index, add_edges (#298) (@CarloLucibello)
- HeteroGraphConv implementation (#300) (@CarloLucibello)
- update examples to explicit gradient (#301) (@CarloLucibello)
- improvement for differentiability with heterogeneous graphs (#304) (@CarloLucibello)
- Add Temporal random radius graph generator (#305) (@aurorarossi)
- CompatHelper: bump compat for NNlib to 0.9, (keep existing compat) (#306) (@github-actions[bot])
- Flux.batch for GNNHeteroGraph (#309) (@CarloLucibello)
- heterograph guide (#310) (@CarloLucibello)
- HeteroGraphConv documentation (#312) (@CarloLucibello)