Releases: jvkersch/tmtools
Releases · jvkersch/tmtools
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:
- #28, #29: Avoid exiting the Python interpreter when an error is encountered (reported in #27)
As part of the bug fix, the following documentation update was merged:
- #30: Provide better docstrings (reported in #9)
0.1.0
This is a maintenance release, with the following changes:
- #21 Fix
BioPython
import error on versions <= 1.79
- #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 version 0.0.2.
0.0.2
This is the initial release of the tmtools package, with core functionality to call the tm-align
algorithm.