Skip to content

Releases: divelab/DIG

1.1.0

07 Apr 20:33
8d7b020
Compare
Choose a tag to compare

More directions and bug fixed

1.0.0

14 Jul 07:05
Compare
Choose a tag to compare

Update DIG based on PyG2.0.0

  • Given that PyG2.0.0 has significant updates compared to PyG1.x.x, we have upgraded our DIG based on PyG2.0.0 for easier use.
  • We are going to provide a hands-on tutorial at KDD 2022 about graph deep learning research with DIG. The materials will be included in this folder.

0.2.0

27 Jun 05:15
Compare
Choose a tag to compare

More directions and methods

  • Add a new direction ggraph3D and upload its preliminary code.
  • Add the code for LaGraph.

0.1.2

13 Oct 00:38
be58aa9
Compare
Choose a tag to compare

Paper accepted

  • The paper for DIG has been accepted by JMLR.

Example and benchmark organization

  • Reorganize the example implementations in examples.
  • Add a benchmark directory for benchmark implementations. Currently, we provide the benchmark implementations for xgraph.

0.1.1

12 Aug 15:18
Compare
Choose a tag to compare

Add test

  • Add more thorough test cases.

Code Improvement

Documentation Improvement

0.1.0

27 Jul 16:21
Compare
Choose a tag to compare

Installation

  • Replace RDKit dependency with RDKit-pypi, leading to a simpler installation process.

Tutorials

Code Quality

  • Run a code analysis tool, and improve our code quality accordingly.

Bugfixes

  • Fix a "local variable referenced before assignment" issue in xgraph. [#27](thanks to @gui-li)
  • Disabled the pin_memory flag in xgraph. [#28](thanks to @gui-li)
  • Fix a "torch.fft error" in ggraph. [#34](thanks to @GRAPH-0)

0.0.4

20 May 23:53
Compare
Choose a tag to compare

Bugfixes

  • Fix a gradient error in training on MD17.
  • Fix a dimension error in PGExplainer.

0.0.3

10 May 19:20
Compare
Choose a tag to compare

Add test

  • Deploy unit test by Travis CI.

0.0.2

06 May 17:09
Compare
Choose a tag to compare

Bugfixes

  • Add non-coding files (e.g., dig/ggraph/dataset/config.csv and dig/ggraph/utils/fpscores.pkl.gz) in the installed package.

0.0.1

04 May 01:35
7cf47f6
Compare
Choose a tag to compare

Initial release as a python package

DIG includes unified implementations of data interfaces, common algorithms, and evaluation metrics for several advanced tasks.

Currently, we consider the following research directions.

  • Graph Generation
  • Self-supervised Learning on Graphs
  • Explainability of Graph Neural Networks
  • Deep Learning on 3D Graphs