RELEASE HISTORY OF THE "MALDIquant" PACKAGE
===========================================

Version 0.3 [2011-05-28]:
- Add transformIntensity, estimateNoise, findLocalMaxima, detectPeaks and 
  points method
- Add createMassPeaks constructor
- Replace .estimateBaselineMovingEstimator by .estimateBaselineMedian (uses 
  runmed instead of an own slow movingEstimator function)
- Remove fdrtool dependency and rewrite .estimateBaselineConvexHull in C
- Rename SingleSpectrum class to MassSpectrum
- Rename SinglePeakList class to MassPeaks
- Rewerite labelPeaks (some parameter changed)
- Move importing functions to the following R-packages: readBrukerFlexData,
  readMzXmlData
- Bugfix: change .C(..., DUP=F) to .C(..., DUP=T) in .estimateBaselineSnip
  to avoid changes of global variables

Version 0.2 [2011-03-29]:
- Add baseline correction algorithm SNIP (implemented in C) [default]
- Add MovingEstimator and ConvexHull baseline estimation algorithm
- Add as.matrix, intensity, length, lines, mass and metaData methods
- Add basic SinglePeakList class, adopt plot and lines, add labelPeaks
  (still useless)

Version 0.1 [2011-02-22]:
- First public release
- Up to now only importing and plotting of a single mass spectrum are supported

