Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

60 lines (49 loc) · 2.08 KB

Change Log

All notable changes to this project will be documented in this file, following the suggestions of Keep a CHANGELOG. This project adheres to Semantic Versioning.

v0.1.0 - 2016-04-22

Added

  • Initial release

v0.1.1 - 2016-06-02

Changed

  • Find max in empty int array now returns -1. Added a test to do so.
  • Refactored some of the code to remove repitition
  • Added private to several class level variables

Added

  • Added a new reduced encoder to produce the reduced format of the data.

v0.2.0 - 2016-06-03

Added

  • mmtf-codec module - consolidating mmtf-encoder and mmtf-decoder
  • org.rcsb.mmtf.codec package - with enums for encoding and decoding generic data
  • NCS Operator information
  • R-work and release date information
  • Number models, number chains and number groups in the MMTF data
  • Reduced format encoder
  • Enums to define the different encoding strategy
  • common-lang dependency
  • OptionParser class to parse type, length and parameter from 12 byte header

Changed

Removed

  • mmtf-encoder and mmtf-decoder modules

v0.2.1 - 2016-06-15

Changed

  • Bugfix for the Reduced encoder. Chain name list and chain id list are now transferred correctly.
  • Update to the latest version of the dependencies
  • Added package info for the codec project
  • Improved docs and refactoring of test names

v0.2.2 - 2016-07-05

Changed

  • Refactored the generation of Bioassemblies
  • Refactored generateGroupMap to generateGroupList
  • Update to the serialization module - only construct object mapper once

Added

  • getBioassemblyName added to the API - return the BioassemblyName as a string.
  • Tests for EncoderUtils

v1.0.0 - 2016-08-15

Changed

  • Updated to the URL to the v1.0 version

Added

  • API function to get a byte array from the URL