Skip to content

0.1.0

Compare
Choose a tag to compare
@mengliu1998 mengliu1998 released this 27 Jul 16:21
· 151 commits to dig since this release

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)