Changelog

Version 0.1

  • Baseline working implementation of DGCNN
  • pushing to GitHub

Version 0.2

  • Proper Docstrings.
  • Trying it on financial data.

Version 0.3

  • Finished documentation
  • Wrote README.md
  • added flatten_signals option to DeepGraphConvolution
  • publish to pypi and github.
  • publish docs.

Version 0.3.1

  • Make SortPooling optional in DeepConvolutional
  • Host docs on github pages

Version 0.3.2

  • Allow for variable node-counts by passing “None” to the input layer.