Skip to content

Releases: maabuu/posebusters

v0.3.1

13 Aug 08:01
6062b99
Compare
Choose a tag to compare

Sanity module:

  • Add InChI chemistry check requiring that a valid molecule can be converted to a standard InChI key and back. This test detects some chemical issues that the RDKit sanitization test does not flag.

Energy ratio module:

  • Improve warning messages.

Config:

  • Add InChI chemistry check to all default configurations.

v0.2.16

10 Jul 12:50
a13aa42
Compare
Choose a tag to compare

SuCOS module:

  • Ensure score within 0 and 1.

v0.2.15

10 Jul 11:33
7d9f377
Compare
Choose a tag to compare

SuCOS module:

  • Ensure score not larger than 1.
  • Handle molecules without features - will only use shape overlap.
  • Add references to RDKit blog and papers for feature map-based similarity metrics.

v0.2.14

10 Jun 11:16
77433ea
Compare
Choose a tag to compare

API:

  • Fix bug identified by Guy Durant: passing molecule objects into bust failed

SuCOS module:

  • Update documentation and add reference

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.