Skip to content

Jillion 5.3.3

Latest
Compare
Choose a tag to compare
@dkatzel-home dkatzel-home released this 11 Mar 16:57
· 122 commits to master since this release

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.