Releases: awslabs/dgl-lifesci
Releases · awslabs/dgl-lifesci
v0.3.2
v0.3.1
v0.3.0
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
formol_to_bigraph
andSMILESToBigraph
forsmiles_to_bigraph
v0.2.9
v0.2.8
v0.2.7
This release:
- #109 Allow sanitizing molecules when removing hydrogens in data loading (kudos to @JoshuaMeyers)
- #114 Allow configuring normalization for
GCN
andGCNPredictor
- #116 #118 #128 #129 #131 #135 Fix for rexgen (kudos to @mar-volk)
- #120 #121 #122 Neural Fingerprint
- #110 Allow GNN pre-training for attribute masking and supervised learning (kudos to @wenx00)
- #133 Add timestep in early stopping
- #138 #139 PAGTN (kudos to @VIGNESHinZONE)
- #141 Fix for JTVAE
v0.2.6
v0.2.5
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 )