diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0c643dc9fa676e51d60b39d815fefb9a97f54a6f..9189aecece5345a60ec850332af0fca826e14603 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,24 @@ +Changes in Release 1.7 +-------------------------------------------------------------------------------- + + * Removed Qt dependency for non-GUI compilation and fixed issues with recent + gcc and boost versions + * Added Quaternary Structure (QS) scoring module + * Fixed mmCIF parser to work with mmCIF dictionary version 5 (now with useful + revision data) and add r_free, r_work and entity.id to MMCifInfo + * Added fast accessibility and secondary structure (mimicking naccess & dssp) + computation (Accessibility & AssignSecStruct in mol.alg) + * Changed behaviour of mol.alg.Superpose with match = 'local-aln' or + 'global-aln' which used to fail for chains without peptide bonds (e.g. + CA-only) + * Large updates for documentation + * Several minor bug fixes, improvements, and speed-ups + Changes in Release 1.6 -------------------------------------------------------------------------------- - * Added code to compare structures attached to a multiple seq. aln. - * Incorporated Antechamber based force-field parameter generation for mm mod. + * Added code to compare structures attached to a multiple seq. aln. + * Incorporated Antechamber based force-field parameter generation for mm mod. Changes in Release 1.5 -------------------------------------------------------------------------------- diff --git a/modules/mol/alg/doc/molalg.rst b/modules/mol/alg/doc/molalg.rst index 4ef9b3d516c592229e01879f051450a2087f5222..1641b6b495143c263417018e8d86224bfadca955 100644 --- a/modules/mol/alg/doc/molalg.rst +++ b/modules/mol/alg/doc/molalg.rst @@ -953,7 +953,7 @@ Algorithms on Structures as described by DSSP. :param ent: Entity on which to assign secondary structures - :type ent: :class:`~ost.mol.EntityView`/ + :type ent: :class:`~ost.mol.EntityView` / :class:`~ost.mol.EntityHandle`