Skip to content

v0.7.7

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 16:52
· 247 commits to master since this release

GeometricFlux v0.7.7

Diff since v0.7.6

  • drop support of julia v1.4 and v1.5
  • support CUDA v3.3
  • support Flux v0.12
  • fix stable doc
  • add benchmark script
  • migrate scatter to NNlib
  • make gradient of GatedGraphConv available
  • Implement GINConv layer. (#186)
  • check consistency for vertex or edge number between graph and features
  • add manual for pooling layers and bypass_graph
  • deprecate FeatureSelector
  • not export GraphNetwork and MessagePassing APIs
  • new implementation for message-passing scheme

Closed issues:

  • Increase test cases (#7)
  • Method error when training GCNConv with FeaturedGraph input (#76)
  • More "mutating arrays is not supported" (#103)
  • missing adjoints for pooling functions with specified graph size (#147)
  • drop ScatterNNlib in favor of NNlib.scatter (#191)
  • drop support in layer for arbitrary graph types and use only FeaturedGraphs (#201)
  • FeaturedGraph cannot be moved to gpu (#202)
  • deprecate FeatureSelector (#207)
  • broken documentation links (#210)

Merged pull requests: