Skip to content

Releases: maabuu/posebusters

v0.2.13

22 May 10:00
59427c1
Compare
Choose a tag to compare

Requirements:

  • Add support for Python 3.12 and drop 3.7

Loading:

  • Support loading .mol2 files as ground truth (cannot load more than one conformation)

PoseBuster API:

  • Add type hint for paths passed as strings

v0.2.12

19 Mar 15:44
3c467ab
Compare
Choose a tag to compare

intermolecular distances module:

  • Details table now returns indices relative to original protein and ligand

v0.2.11

15 Mar 10:13
58e7581
Compare
Choose a tag to compare

Energy module:

  • Handle "divide-by-zero" error

v0.2.10

20 Feb 14:33
b363659
Compare
Choose a tag to compare

Modules:

  • Add SuCOS model to calculate similarity of binding poses between non-identical ligands.

Config:

  • Add gen configuration for testing generated molecules.

v0.2.9

08 Dec 20:39
72da752
Compare
Choose a tag to compare

CLI:

  • Fix saving report to output file bug.

v0.2.8

21 Nov 22:22
08870ec
Compare
Choose a tag to compare

RMSD module:

  • Report distance between centroids of predicted molecule and ground truth molecule. Useful for flipped molecule poses.

v0.2.7

18 Oct 08:58
94be8fd
Compare
Choose a tag to compare

Internal energy test:

  • Catch rare error in InChI generation

v0.2.6

22 Sep 13:21
bf53d29
Compare
Choose a tag to compare

Config:

  • Bug fix for configuration of water volume overlap test

v0.2.5

06 Sep 23:34
fde8e89
Compare
Choose a tag to compare

API:

  • Bug fix and improvement for Python API

v0.2.4

25 Aug 21:51
1b265d3
Compare
Choose a tag to compare

API:

  • bust and bust_table return pandas data frames

  • Update documentation for PoseBusters Python API