Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: coleygroup/shepherd-score

ShEPhERD-score v1.1.0

20 Aug 22:15
4ee626f

Choose a tag to compare

What's Changed

Addition of parallelization functionality for xTB and evaluation pipelines

  • Add context wrapper for parallelizing third party software that automatically use multiprocessing
    • Enables parallelizing xTB workflows (e.g., conformer generation)
    • Enables parallelization over evaluation pipelines
  • Refactor evaluations module (backwards compatible)
  • Add more drawing tools

From PR #6

Full Changelog: v1.0.0...v1.1.0

ShEPhERD-score v1.0.0

13 Jun 21:03
dee61ac

Choose a tag to compare

What's Changed

  • Updated the scoring functions and alignment functions to handle batching properly and reduce memory overhead for Torch implementations
  • Bug fixes for pharmacophore scoring (vector normalization, scoring with only extended points). The former will cause changes the outputs compared to v0.1.0 and thus if you are trying to reproduce results from the ShEPhERD publication, please use v0.1.0.
  • Added Jax implementation for pharmacophore scoring and alignment
  • Added more comprehensive test suite for scoring and alignment

Full Changelog: Publication...v1.0.0

ShEPhERD-score v0.1.0: Publication code

13 Jun 20:27

Choose a tag to compare

This release contains the code that was used at the time of evaluation and publication for ShEPhERD.