v0.3.10
github-actions
released this
24 Jan 23:43
·
479 commits
to master
since this release
GraphNeuralNetworks v0.3.10
Closed issues:
- Implement add_reverse_edges (#103)
- propagate() is 20x slower than built-in sparse matmul (#106)
- add fusing propagate specialization for e_mul_xj (#108)
- implement set_edge_weights (#110)
Merged pull requests:
- fused e_mul_xj and weighted option for adjacency_matrix (#107) (@CarloLucibello)
- Typecast GNNGraph.num_nodes to Int (#109) (@abieler)
- Potential Spelling fix (#111) (@umbriquse)
- add w_mul_xj and set_edge_weight (#114) (@CarloLucibello)
- support for aggregating edge feature in remove_multi_edges (#115) (@CarloLucibello)
- add
to_bidirected
(#116) (@CarloLucibello) - add Google Summer of Code [GSOC] doc page (#117) (@CarloLucibello)
- CompatHelper: bump compat for NNlib to 0.8, (keep existing compat) (#119) (@github-actions[bot])