Skip to content

Releases: JCVenterInstitute/Jillion

Release list

Jillion 5.3.3

Choose a tag to compare

@dkatzel-home dkatzel-home released this 11 Mar 16:57

5.3.3 Release Notes

API Changes

  1. AbstractNucleotideFastaRecordVisitor and AbstractProteinFastaRecordVisitor now have
    an new constructor with a boolean to turn off sequence compression for runtime performance improvements.
  2. added default method DataStore#isEmpty()
  3. Residue#isAmbiguity() has been added. previously this method was only on Nucleotide
    it has been added to AminoAcid also.