Skip to content

Releases: SeonghwanSeo/PharmacoNet

v2.1.0: Python API for DL developer

28 Aug 14:40
1729de1
Compare
Choose a tag to compare

What's Changed

  • Dev 2.1.0 by @SeonghwanSeo in #10
  • Example scripts in /src/pmnet_appl/
  • Python API
from pmnet.api import get_pmnet_dev, PharmacoNet, ProteinParser

module: PharmacoNet = get_pmnet_dev('cuda')
parser = ProteinParser(center_noise = 0.0) # for data-augmentation, use center_noise>0 (recommend: 3.0)

protein_data = parser.parse(<protein_path>, center=<pocket_center>)
pmnet_attr = module.run_extraction(protein_data)
...

Future Plan

  • Release TacoGFN reward function after acceptance.

Full Changelog: v2.0.3...v2.1.0

v2.0.3 bugfix

12 Aug 08:01
Compare
Choose a tag to compare

Full Changelog: v2.0.2...v2.0.3

v2.0.2

07 Aug 13:16
c1bdee0
Compare
Choose a tag to compare

What's Changed

pre-release version of v2.1.0
Version v2.1.0 will include the applications that use PharmacoNet representation, such as TacoGFN.

Full Changelog: v2.0.1...v2.0.2

v2.0.1

12 Jul 03:20
e61d36f
Compare
Choose a tag to compare

What's Changed

  • Dev 2.0.1 by @SeonghwanSeo in #7
  • Feature Extraction: Return numpy object -> torch object in the current device (CUDA)
    This change allows for better integration with DL models.
  • Code Refactoring

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Jun 14:59
692bd03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/SeonghwanSeo/PharmacoNet/commits/v2.0.0

Performance Improvement

10 Jun 04:26
692bd03
Compare
Choose a tag to compare
Pre-release

Performance improvement - better accuracy and speed.