Skip to content

Releases: gcorso/DiffDock

v1.1.2

01 May 12:45
Compare
Choose a tag to compare

What's Changed

Improve graph convolution performance to use significantly less memory for inference.

Various bugfixes:

  • Ensure we calculate rotatable bonds on the version of the ligand with no hydrogens. Also fix spelling of rotable -> rotatable. Closes GH-220 (@Nobody-Zhang)

  • Vectorize SO3 calculations. Closes PR GH-218 (@tornikeo)

  • Pin pytorch-lightning version. Closes GH-193 (@mikael-h-christensen)

  • Guard against divide by zero in torus.py. Closes GH-161 (@amorehead)

  • Update e3nn version to 0.5.1. Closes GH-155 (@amorehead)

  • Add more info on docker container to README.md

  • Rename inference_args.yaml to default_inference_args.yaml in README.md by @amorehead in #188

New Contributors

Full Changelog: v1.1...v1.1.2

Version 1.1: DiffDock-L

28 Feb 18:46
Compare
Choose a tag to compare

What's Changed

We have released DiffDock-L, a new version of DiffDock that provides a significant improvement in performance and generalization capacity (see the description of the new version in our new paper). By default the repository now runs the new model, please use GitHub commit history to run the original DiffDock model. Further we now provide instructions for Docker and to set up your own local UI interface.

New Contributors

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