-----------------------
Release 1.0.2
-----------------------

A few minor changes and bug fixes:

  1. simScore() now calculates the area under the ROC curve as well. It now takes as input an align object and a cosmo object.
  2. rseq() can now simulate sequences of variable lenghts.
  3. The cosmo class now includes a slot of class align that ranks all potential start sites by posterior probability.
  4. The readFASTA() function (not exported) now closes any connection that was opened during the call.
  5. The example file seq.fasta now contains 10 rather than 20 sequences to make the vignette less bulky.
  6. The package now uses a CITATION file instead of the citation.cosmo() function.
  7. Global variables created by the constraint GUI are removed on exit.
  8. A minor bug in the selection of the order of the background model was fixed. The bug occurred with some datasets that contained unknown characters like 'N' or 'X'.

-----------------------
Release 1.0.1
-----------------------

A few minor changes and bug fixes:

  1. If the datasets contains only one sequence, only the TCM model will be considered. A 0th order Markov model is used for the background distribution. All other model parameters are selected based on the E-value by default.
  2. The TCM model does not report overlapping motifs anymore.
  3. A minor bug in creating the sel.model output slot was fixed.

-----------------------
Release 1.0.0
-----------------------

Initial release.