Skip to content

Releases: divelab/DIG

1.1.0

Choose a tag to compare

@mengliu1998 mengliu1998 released this 07 Apr 20:33
8d7b020

More directions and bug fixed

1.0.0

Choose a tag to compare

@divelab divelab released this 14 Jul 07:05

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

Choose a tag to compare

@mengliu1998 mengliu1998 released this 27 Jun 05:15

More directions and methods

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

0.1.2

Choose a tag to compare

@mengliu1998 mengliu1998 released this 13 Oct 00:38
be58aa9

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

Choose a tag to compare

@mengliu1998 mengliu1998 released this 12 Aug 15:18

Add test

  • Add more thorough test cases.

Code Improvement

Documentation Improvement

0.1.0

Choose a tag to compare

@mengliu1998 mengliu1998 released this 27 Jul 16:21

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

Choose a tag to compare

@mengliu1998 mengliu1998 released this 20 May 23:53

Bugfixes

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

0.0.3

Choose a tag to compare

@mengliu1998 mengliu1998 released this 10 May 19:20

Add test

  • Deploy unit test by Travis CI.

0.0.2

Choose a tag to compare

@divelab divelab released this 06 May 17:09

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

Choose a tag to compare

@divelab divelab released this 04 May 01:35
7cf47f6

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