Skip to content

Releases: SeonghwanSeo/PharmacoNet

v2.2.0-alpha-20250615

Choose a tag to compare

@SeonghwanSeo SeonghwanSeo released this 15 Jul 17:44
0f2feec

What's Changed

Full Changelog: v2.2.0-alpha...v2.2.0-alpha2

v2.2.0-alpha

v2.2.0-alpha Pre-release
Pre-release

Choose a tag to compare

@SeonghwanSeo SeonghwanSeo released this 18 Jun 13:39
b3aed03

What's Changed

Full Changelog: v2.1.2...v2.2.0-alpha

v2.1.2 Dependencies version update

Choose a tag to compare

@SeonghwanSeo SeonghwanSeo released this 16 May 11:16
6595694

Now allow numpy>=2

v2.1.1: Offline setting

Choose a tag to compare

@SeonghwanSeo SeonghwanSeo released this 25 Dec 08:05

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0: Python API for DL developer

Choose a tag to compare

@SeonghwanSeo SeonghwanSeo released this 28 Aug 14:40
1729de1

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

Choose a tag to compare

@SeonghwanSeo SeonghwanSeo released this 12 Aug 08:01

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

v2.0.2

Choose a tag to compare

@SeonghwanSeo SeonghwanSeo released this 07 Aug 13:16
c1bdee0

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

Choose a tag to compare

@SeonghwanSeo SeonghwanSeo released this 12 Jul 03:20
e61d36f

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

Choose a tag to compare

@SeonghwanSeo SeonghwanSeo released this 19 Jun 14:59
692bd03

What's Changed

New Contributors

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

Performance Improvement

Pre-release

Choose a tag to compare

@SeonghwanSeo SeonghwanSeo released this 10 Jun 04:26
692bd03

Performance improvement - better accuracy and speed.