Skip to content

Releases: maabuu/posebusters

v0.6.5

07 Mar 23:25
1a5f26a

Choose a tag to compare

Energy ratio module:

  • Fix bug in warning about UFF missing parameters (#98).

v0.6.4

09 Feb 10:17
7e580ca

Choose a tag to compare

Intermolecular clashes:

  • Fix distance calculations that incorrectly included organic cofactors in categories where they should be excluded (Issue #96). Thank you @cloverzizi for your contribution.

v0.6.3

05 Dec 19:29
f1a61ab

Choose a tag to compare

Runner:

  • Improved error message for when tests in the configuration are not available. Thank you @ahasson for your contribution.

v0.6.2

30 Nov 10:01
b3b80ae

Choose a tag to compare

Loading:

  • Solve bug where sanitization in molecule supplier created none objects too early

v0.6.1

29 Nov 17:05
e5ea7ba

Choose a tag to compare

Loading:

  • Support loading ligands from PDB files

v0.6.0

12 Nov 13:03
cc03982

Choose a tag to compare

Energy ratio check:

  • Add explicit hydrogens that replace implicit hydrogens or radicals.
  • Optimize the positions of the added hydrogens.

Chemical sanity check:

  • Add no_radicals test that passes only when molecule has no radicals after sanitization.

Software life cycle:

  • Add support for Python 3.14 and drop 3.9
  • Set development status to beta

v0.5.1

15 Oct 14:22
a1a399b

Choose a tag to compare

Distance geometry module:

  • Catch RuntimeError instead of halting execution (#80) for some very wacky molecules. Thank you @amorehead for flagging this.

v0.5.0

01 Sep 15:51
ef889db

Choose a tag to compare

New configurations to compare molecules without receptor

  • Adds the regen and regen_fast configurations
  • These are used by default when a ground truth ligand is passed without a receptor e.g.bust mol_pred.sdf -l mol_true.sdf --outfmt=long

v0.4.6

06 Aug 20:39
10a3eba

Choose a tag to compare

Add faster configurations that skip the energy ratio test.

  • The new configuration are named redock_fast, dock_fast, gen_fast, mol_fast
  • The ratio test is important. Use at your own risk.

v0.4.5

13 Jul 15:16
192b65c

Choose a tag to compare

Small improvements

  • signal support for type hints (PEP 561)
  • move dependencies into [dependency-groups] (PEP 735)
  • set types in distance geometry results table