Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.85 KB

CHANGES.md

File metadata and controls

43 lines (28 loc) · 1.85 KB

0.2.0

This release contains a number of additional features and bug fixes, contributed by @cvigilv (Carlos Vigil-Vásquez).

  • GH #41 Add alignments of protein sequences to results from tm_align
  • GH #39 Add a helper function to transform structure
  • GH #38 Add RMSD to results from tm_align
  • GH #37 Add support for mmCIF files
  • GH #32 Optionally ignore hetero items in get_residue_data

0.1.1

This is a bugfix release, with a single fix:

  • GH #28, GH #29: Avoid exiting the Python interpreter when an error
    is encountered (reported in GH #27)

As part of the bug fix, the following documentation update was merged:

  • GH #30: Provide better docstrings (reported in GH #9)

0.1.0

This is a maintenance release, with the following changes:

  • GH #21 Fix BioPython import error on versions <= 1.79
  • GH #24 Support Python 3.12, remove support for Python 3.7

Given that the package is used more frequently, the version number for this release is 0.1.0 (up from the previous 0.0.x).

0.0.3

This is a bugfix release, with support for Python 3.11, and full support for all Python versions on macOS. No core functionality has been changed compared to versi
on 0.0.2.

0.0.2

This is the initial release of the tmtools package, with core functionality to call the tm-align algorithm.