Skip to content

Releases: durrantlab/dimorphite_dl

v2.0.2

11 Aug 17:34

Choose a tag to compare

Added

  • Turn on and control logging through the CLI.
  • colorize keyword argument for enable_logging for logs to not use ANSI color codes.

Fixed

  • Determining if a provided input string was a SMILES or path to file.
    CCC(C)=C(Cl)C/C(I)=C(\C)F was incorrectly classified as a file.

v2.0.1

03 Jun 17:17

Choose a tag to compare

Changed

  • Rearranged __init__.py imports to mainly have from dimorphite_dl import protonate_smiles.

Fixed

  • Circular import of SMARTS.

v2.0.0

01 Jun 23:38

Choose a tag to compare

Changed

  • Fallback mechanism now uses the previous successful site protonation.
    In previous versions, sometimes only the last successful protonation site type was returned.
    If the third phosphate protonation failed, then it would fallback to the last successful protonation before the first phosphate.
    Now, we would return the second phosphate protonation.
  • Major refactor of practically everything.

v1.2.5

22 May 02:20

Choose a tag to compare

Changed

  • Major reorganization of the original dimorphite_dl.py file into Python modules under the package name dimorphite_dl. No code logic has been changed, just refactored.

Dimorphite-DL 1.2.4

03 Jul 19:39

Choose a tag to compare

Dimorphite-DL 1.2.3

03 Jul 19:39

Choose a tag to compare

Dimorphite-DL 1.2.1

03 Jul 19:39

Choose a tag to compare

Dimorphite-DL 1.2

03 Jul 19:39

Choose a tag to compare

Full Changelog: v1.1...v1.2

Dimorphite-DL 1.1

03 Jul 19:39

Choose a tag to compare

Full Changelog: v1.0...v1.1

Dimorphite-DL 1.0

03 Jul 19:39

Choose a tag to compare