v0.6.19
·
158 commits
to master
since this release
GraphNeuralNetworks v0.6.19
Merged pull requests:
- feat: Add GCNConv support for HeteroGraphConv (#367) (@askorupka)
- feat: support weights when generating from SimpleWeightedGraph (#371) (@askorupka)
- Add
TemporalSnapshotsGNNgraph
classification tutorial (#408) (@aurorarossi) - Creating dropout functionality in the GATConv and GATv2Conv Layers (#411) (@achiverram28)
- chore: update docs (layers compatible with GNNHeterograph) (#413) (@askorupka)
- Added
remove_edges
function (#414) (@rbSparky) - fix: remove SGConv GNNHeteroGraph support (#416) (@askorupka)
- fix: GCNConv support for GNNHeteroGraph (#417) (@askorupka)
- Added
remove_nodes
function (#420) (@rbSparky) - CompatHelper: bump compat for KrylovKit to 0.7, (keep existing compat) (#421) (@github-actions[bot])
- Added
TransformerConv
usage example (#422) (@rbSparky) - Fixes and more tests in
remove_nodes
function (#424) (@rbSparky) - chore: Update docs for HeteroGNN support (#425) (@askorupka)
- Bump julia-actions/setup-julia from 1 to 2 (#431) (@dependabot[bot])
Closed issues:
- Weights not included in GNNGraph made from SimpleWeightedDiGraph (#85)