================
- Sequence information for templates is now only written to template-specific
categories in the mmCIF/BinaryCIF, not to the entity, entity_poly etc.
tables, to properly comply with the ModelCIF dictionary.
- :class:`modelcif.Template` now takes a ``entity_id`` argument which can be
used to provide the entity ID (if known) of the template in its own mmCIF
file.
- External files (e.g. alignments, or quality scores) can now be referenced
from the main file (using the :mod:`modelcif.associated` module). Selected
CIF categories can automatically be written to these external files instead
of the main file, in either mmCIF or BinaryCIF format (see
:class:`modelcif.associated.CIFFile`).
- Non-polymer models can now be linked to their template using the
:class:`modelcif.NonPolymerFromTemplate` class.
- Add classes for the PLDDT, PTM, and IpTM quality metrics.
- :class:`modelcif.reference.TargetReference` now supports the version
and CRC64 checksum of the reference sequence.