Skip to content

Releases: rcsb/mmtf-java

mmtf 1.0.11

31 Jan 23:52
Compare
Choose a tag to compare

Fixed

  • Upgraded log4j dependency to patch several log4j vulnerabilities

mmtf 1.0.9

03 Sep 18:58
Compare
Choose a tag to compare
  • 8x performance improvement in (non gzipped) mmtf reading, #49
  • Msgpack dependency upgraded
  • Builds and works in JRE 11

mmtf 1.0.8

22 May 22:26
Compare
Choose a tag to compare
  • Bugfix: reduced encoder wasn't handling DOD as solvent
  • Unit tests fix

mmtf 1.0.7

16 Jun 00:23
Compare
Choose a tag to compare
  • The decoder now treats null strings as nulls, instead of "". Roundtrips of null strings would fail because of that.

mmtf 1.0.6

15 Jun 00:10
Compare
Choose a tag to compare
  • Fixed issues with reduced encoder

mmtf 1.0.5

28 Mar 23:06
Compare
Choose a tag to compare
  • Removed unnecessary ParseException introduced in 1.0.4

mmtf 1.0.4

28 Mar 23:05
Compare
Choose a tag to compare
  • Faster MessagePack reading - replaced Jackson (probably slow because of reflection) with manual construction of objects, Jackson is still available, but the new solution is the default
  • Faster parsing - moved computation from slow GenericDecoder.getNumBonds into constructor, which was invisible to profiler, but made parsing about 4x faster

Version 1.0.1 of mmtf

18 Aug 22:56
Compare
Choose a tag to compare

Changed

  • Saccharides included in reduced format

Version 1.0.0 of mmtf

15 Aug 23:29
Compare
Choose a tag to compare

Changed

  • Updated to the URL to the v1.0 version

Added

  • API function to get a byte array from the URL

Bug fix release two of version 0.2

05 Jul 19:49
Compare
Choose a tag to compare
Pre-release

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