Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

28 lines (23 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.1.0 - 2022-10-03

Added

  • New mapDecoderFrom.. functions to decode only part of an MMTF file
  • Support for extra fields in MMTF files according to the latest MMTF specification.
  • Support for binary strategy 16 (Run-length encoded 8-bit array), bondResonanceList field and optional groupType.bondAtomList & groupType.bondOrderList according to the proposed version 1.1 of the MMTF specification.
  • New methods to find polymer chains and HETATM following discussions in rcsb/mmtf#28.
  • Altered submodule locations rcsb/mmtf-cpp#37 from the base directory to the new submodules directory.

v1.0.0 - 2019-02-05

Added