Releases: JuliaGraphs/GraphNeuralNetworks.jl
Releases · JuliaGraphs/GraphNeuralNetworks.jl
v0.3.9
GraphNeuralNetworks v0.3.9
Closed issues:
- Problem with InlineStrings.jl (#98)
- Include undirected graphs (#101)
- Merging multiple feature arrays (#102)
- conflict with CSV and GNNGraphs when running Flux.batch (#104)
Merged pull requests:
- workaround for sort ambiguity in cat_features (#105) (@CarloLucibello)
v0.3.8
GraphNeuralNetworks v0.3.8
Closed issues:
- Custom Function GPU Compatibitlity Issue: Indexing (#91)
- Flux.batch Overloading for Generators (#92)
- outputsize for GNNChain (#96)
Merged pull requests:
- add sample_neighbors (#93) (@CarloLucibello)
- CompatHelper: bump compat for LearnBase to 0.6, (keep existing compat) (#95) (@github-actions[bot])
- Adds GATv2 layer (#97) (@abieler)
v0.3.7
GraphNeuralNetworks v0.3.7
Closed issues:
- Hash function for GNNGraph (#87)
- no method matching getobs(::NamedTuple{(:x,), Tuple{Matrix{Float32}}} (#88)
Merged pull requests:
- GeometricFlux cora comparison (#82) (@CarloLucibello)
- implement MEGNetConv (#83) (@CarloLucibello)
- small doc update (#84) (@CarloLucibello)
- export get_edge_weight + use weights from adjacency matrix (#86) (@CarloLucibello)
- don't rely on LearnBase.getobs (#90) (@CarloLucibello)
v0.3.6
GraphNeuralNetworks v0.3.6
Merged pull requests:
- Fixed typos in the docs (#78) (@pitmonticone)
- implement nearest neighbors graph (#79) (@CarloLucibello)
v0.3.5
GraphNeuralNetworks v0.3.5
Closed issues:
- add support to edge weight in GCNConv (#40)
Merged pull requests:
- Support edge weights in GCNConv (#76) (@CarloLucibello)
- remove nodetype for eltype (#77) (@CarloLucibello)
v0.3.4
GraphNeuralNetworks v0.3.4
Closed issues:
- Differences to GeometricFlux.jl? (#2)
Merged pull requests:
- improve docs (#72) (@CarloLucibello)
- minor doc improve (#73) (@CarloLucibello)
- fix has_multi_edges (#75) (@CarloLucibello)
v0.3.3
GraphNeuralNetworks v0.3.3
Closed issues:
- graph NeuralODE example not working on gpu (#56)
Merged pull requests:
- add link prediction example (#61) (@CarloLucibello)
- have GNNGraph inherit from Graphs.AbstractGraph (#63) (@CarloLucibello)
- refactor GNNGraph into submodule + implement add_edges (#64) (@CarloLucibello)
- implement
unbatch
andadd_nodes
(#65) (@CarloLucibello) - NeuralODE example working on cpu and gpu (#67) (@CarloLucibello)
- add AGNNConv (#68) (@CarloLucibello)
- better negative sampling + remove_multi_edges + is_bidirected + DotDecoder (#69) (@CarloLucibello)
- improvements to link prediction (#70) (@CarloLucibello)
- bidirected graph support in rand_split_edge (#71) (@CarloLucibello)
v0.3.2
GraphNeuralNetworks v0.3.2
Merged pull requests:
- implement StatsBase.nobs instead of LearnBase.nobs (#62) (@CarloLucibello)
v0.3.1
GraphNeuralNetworks v0.3.1
Merged pull requests:
- add GlobalAttentionPool (#58) (@CarloLucibello)
- add softmax_edge_neighbors (#59) (@CarloLucibello)
v0.3.0
GraphNeuralNetworks v0.3.0
Merged pull requests:
- add graph NeuralODE example (#55) (@CarloLucibello)
- drop LightGraphs for Graphs (#57) (@CarloLucibello)