3.7.0 - 2024.01.14
Fixed
- Calculate SA_score with the molecule without explicit hydrogens for all built-in fitness functions. Based on: rdkit/rdkit#7047
Added
- The
moldrug.constraintconf.clashes_present
function.
Changed
bio.PDB
object is no longer used for filtering of conformations that clash with the protein. Now the coordinates are retrieved from the RDKit molecule object and the distance is calculated with NumPy.