Skip to content

Releases: awslabs/dgl-lifesci

v0.3.2

13 Feb 08:45
Compare
Choose a tag to compare

#210 Fix the use of deprecated built-in functions with DGL 1.0 (kudos to @eereenah-fast)

v0.3.1

21 Dec 13:27
89e5446
Compare
Choose a tag to compare

v0.3.0

28 Jul 08:39
57b04a4
Compare
Choose a tag to compare

This release:

  • #168 Fix Misalignment in PDBBind
  • #170 Fix Featurization for PDBBind
  • #172 Change Default Number of Processes for rexgen_direct
  • #177 Fix An Issue Related to JTVAE due to a new version of DGL
  • #179 Update Version Requirement of scikit-learn
  • #180 Provide module counterpart of some functional APIs, including MolToBigraph for mol_to_bigraph and SMILESToBigraph for smiles_to_bigraph

v0.2.9

17 Jan 15:12
b6d2e6f
Compare
Choose a tag to compare

This release:

  • #149 Make RDKit an optional dependency
  • #77 PotentialNet
  • #154 Minor fix for MGCN
  • #159 Multitask Molecular Property Prediction with GNN

v0.2.8

13 May 14:20
b340655
Compare
Choose a tag to compare

This release:

  • #145 Fix a critical bug in scaffold split as reported in #144
  • #146 Set bias in GAT to be True by default for compatibility with DGL 0.6.1

v0.2.7

25 Apr 16:55
daab9f6
Compare
Choose a tag to compare

This release:

v0.2.6

28 Oct 17:02
9723c07
Compare
Choose a tag to compare

This release:

  • includes various pre-trained models for 12 datasets in MoleculeNet. See here
  • fixes two bugs related to MoleculeCSVDataset and the WLN example for reaction prediction.
  • supports two kinds of scaffold split, one based on MurckoDecompose, the other based on MurckoScaffoldSmiles

v0.2.5

17 Sep 20:19
0550e45
Compare
Choose a tag to compare

This release supports DGL 0.5.0+ along with some feature enhancement. Note that it is recommended to use DGL 0.5.2+, which fixes some bugs. The feature enhancement includes:

  • #67 Support for parallel graph construction in MoleculeCSVDataset (kudos to @sooheon )
  • Better support for molecular property prediction on custom CSV datasets, which can be found here
  • #65 #66 Bug fix for inference with fine-tuned GINs on custom CSV datasets (kudos to @skrsna )
  • #73 Support for self loops in bond featurization
  • #74 Support for virtual nodes in graph construction and featurization
  • #75 Bug fix for featurizing self loops in graphs without real edges
  • #61 #81 #82 #83 #86 Built-in support for more datasets from MoleculeNet
  • #79 #80 Support for PR-AUC Metric
  • #87 Filter out invalid molecules for MoleculeCSVDataset
  • #84 #85 Support non-ring systems in scaffold split (kudos to @skrsna )