OpenMS
ChangeLog


Glossary:
OpenMS - Name of the project and our C++ library
TOPP - "The OpenMS PiPeline", collection of chainable tools for flexible HPLC/MS workflows. Formerly known as "The OpenMS Proteomics Pipeline"
TOPPAS - "The OpenMS PiPeline Assistant", graphical tool to interactively build and run HPLC/MS workflows
TOPPView - Versatile viewer for HPLC/MS data
INI file - parameter configuration file, holding custom parameter settings for TOPP tools
INIFileEditor - graphical parameter editor for INI files
Parameters - list of algorithm or TOPP tool parameters that changed in this release
PR - Pull Request (on GitHub), i.e. integration of a new feature or bugfix
#<number>, e.g. #4957 - a reference to an issue or pull request on GitHub, visit https://github.com/OpenMS/OpenMS/pull/4957 for details


------------------------------------------------------------------------------------------
----                                OpenMS 3.1     (released 10/2023)                 ----
------------------------------------------------------------------------------------------

We are excited to share an experimental update with our community, mainly targeted at platforms that depend on Conda packages.
Please note that this is a partial and unannounced release, focused on delivering novel features and major changes that we're actively testing and refining.
While these features are still in an experimental phase, we encourage adventurous users and platform integrators to explore and provide feedback.

Important Notes:
- Features are experimental and may undergo changes or be removed in future releases based on user feedback and stability.
- We welcome your feedback and suggestions to help us improve and refine these experimental features.
- For stability and production use, we recommend sticking with the latest stable release.

Please use this opportunity to test and provide feedback on these new features, as your input will play a vital role in shaping their development. 

Thank you for being a part of our community and for helping us make OpenMS even better!

What's new:
- Major change: removed the distinction between TOPP tool and util and the TOPP and UTIL build targets were merged to a single TOPP target. All utils are considered tools now and categorized as "Utilities".
- Added SageAdapter. Support for standard identification tasks with sage (https://github.com/lazear/sage) (experimental).
- Require some advanced instruction sets for x64 CPUs: SSE3 (g++/clang) or AVX (MSVC); and NEON for ARM64 CPUs (#6978)
  and report them via the OpenMSInfo tool (#7022)
- Base64 encoding/decoding using the SIMDe library (#6978)
- Filter features in ProteomicsLFQ according to feature p-value (additional parameters feature_with(out)_id_min_score, MBR is automatically active if targeted_only = false)

Fixes:
- Fix a crash when loading mzML data with multiple threads which contains non-MS spectra, e.g. 'electromagnetic radiation spectrum' (#7011)
- InternalCalibration: improve visualization of calibration plots (#7064)
- Restore TOPPAS tutorial (#7076)
- various low impact UBSan fixes
- make mzData more robust against wrong 'length' attributes for binary data (#7113) 

Misc:
- Report reading/writing throughput (MiB/sec) when loading/storing mzML (#7035)
- Add ability to create decoy features in FeatureFinderIdentification
- Restore developer quick guide in Doxygen docu - see https://openms.de/current_doxygen/html/index.html (#7109)
- Updated the changelog helper to set LD_LIBRARY_PATH automatically and other fixes
- Added "area" column to EICextractor output

Cleanup of old/unused tools and code:
- Removed old tools and associated code in the library for InclusionExclusionListCreator, SvmTheoreticalSpectrumGenerator, PrecursorIonSelector, and MSSimulator
  Note: general SVC and SVR is still supported with the SimpleSVM class.
- Removed old RT and PT predict code and tools RTModel, RTPredict, PTModel, PTPredict, RTEvaluation and associated library code (SVMWrapper and LibSVMEncoder).
- Removed PepNovoAdapter
- Removed CompNovoAdapter and library code
- Removed simplistic evaluation tools FFEval, LabeledEval, TransformationEvaluation
- Removed EnzymaticDigestionLogModel
- Removed FidoAdapter (same functionality now in our own inference engines)

------------------------------------------------------------------------------------------
----                                OpenMS 3.0     (released 7/2023)                  ----
------------------------------------------------------------------------------------------

New Tools:

    FLASHDeconv -- Ultra-fast high-quality deconvolution enables online processing of top-down MS data (TOPP)
    FLASHDeconvWizard -- A GUI assistant for FLASHDeconv execution.

New Features:

e.g.

    TMT18plex support (#6390)
    ProteinQuantifier supports iBAQ (#6107)
    OpenSwath: Add support for diaPASEF data with overlapping m/z and IM windows, and add new outputs on ion mobility features (delta_im), IM calibration (#5911, #6234, #6268)
    OpenSwathDecoyGenerator speed improvement and remove duplicates (#6054)
    NucleicAcidSearchEngine (NASE): user defined ribonucleotides with phosphorothioate linkages (#6337), JSON based ribonucleotides and updated to latest Modomics database (#6482)
    TargetedSpectraExtractor: more features (#6106)
    TOPPView: TheoreticalSpectrumGenerationDialog now supports generation of isotope patterns for metabolites (#6023); faster loading of external drag'n'drop data (#6837)
    colored commandline/console on all platforms (#6275)
    support for 'no cleavage' for XTandemAdapter and CometAdapter (#6133).
    Percolator pin file reader (#6824)
    JSON export for OMS files(SQLite) (#6114)
    ParamEditor with more convenient StringList editing (#5135)
    load parameter values from a JSON formatted .json file. (Accessible via -ini. This will be
    helpful for Common Workflow Language users and others)
    FileFilter can remove convex hulls of features and consensusFeatures to reduce file size (#6140)
    Faster compile time (#6618)
    Improving code quality by fixing lots of linting warnings and leaks (e.g. #6839, #6831, #6829)

Documentation

    website redesign (visit openms.org)
    OpenMS user documentation is moved to openms.readthedocs.io/en/latest.
    OpenMS API reference and advanced developer documentation remains inside OpenMS doxygen
    documentation (https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/release/)
    pyopenms: pyopenms-extra is renamed to pyopenms-docs.

Bug fixes

e.g.

    GaussFilter when using ppm as width (#6830)
    NASE a-B ion masses (#6718), ID-Mapper for TMT data (#6758)
    FeatureFinderMetaboliteIdentification speed improvements (#6619)
    IDRipper speed improvements (#6584)
    Honor MissedCleavages in SimpleSearchEngine (#6889)
    TOPPView: fixed lots of display glitches, e.g. axis labels, goto dialog and easier re-use of components, etc (#6673, #6616, #6592, #6703, #6793)
    mzTab fixes for empty IDs (#6445)
    Fix GNPS error for empty scans in Bruker files (#6898)
    PrecursorPurity: handle unknown charge (#6283)
    OpenSwath: Fix duplicated transition error when multiple genes map to a single peptide (#5653)
    Fixed race condition when logging messages.

Removed tools:

    InspectAdapter
    OMSSAAdapter
    MyriMatchAdapter
    CruxAdapter

Supported compilers (when building from source):

    g++ (7.0 or later, tested up to v13.0)
    clang (?, tested up to v16)
    Visual Studio (2019(v16.8.4) or later)

Full changelog: [OpenMS 2.8 &rarr; 3.0](https://github.com/OpenMS/OpenMS/compare/Release2.8.0...Release3.0.0)

------------------------------------------------------------------------------------------
----                                OpenMS 2.8     (released 2/2022)                  ----
------------------------------------------------------------------------------------------

- source + conda release only
- Restructuring of Imported CMake targets and pyOpenMS CMake
- Reduce exposition of third-party libraries to interface
- greatly improved pyOpenMS documentation and extra functions (in the pyopenms-extra submodule)
- Fixes IDMapper for isobaric labelling experiments (will lead to much more identifications)
- Deisotoping algorithm using KL
- PeptideIndexer supports ambiguous AA's in Peptide sequence (as reported by recent Mascot versions) (#5776)
- SeqAn external library removed from source tree (not needed anymore)
- Resolve compatibility issues between IDRipper and IDMerger (#4957)
- Basic MzTabM support for AccurateMassSearch
- Changed default parameter keep_unidentified_masses to "true" (AccurateMassSearch/AccurateMassSearchEngine)
- Added parameter allow_nterm_protein_cleavage to PeptideIndexer to support no cleavage.
- Fixes and improves TheoreticalSpectrumGenerationDialog in TOPPView (closes #5787) (#5883)

------------------------------------------------------------------------------------------
----                                OpenMS 2.7     (released 9/2021)                  ----
------------------------------------------------------------------------------------------

General:
- OpenMS now expects a compiler that supports C++17
- Config storage path on linux changed to ~/.config/
- Some documentation improvements to pyOpenMS https://pyopenms.readthedocs.io/en/latest/
- PyOpenMS checks if `OPENMS_DATA_PATH` environment variable is set, before setting to default value

Adapters/Third-party support:
- Added support for SIRIUS 4.9.0
- Added basic Triqler export
- Improved NOVOR support
- Improved MSFragger support
- Removed Inspect support
- Easier 15N-labeling support for XTandemAdapter by shipping the required AA mass modification file (#5026)

What's new:
- Add some support for integrating spectral information when conducting DDA metabolomics experiments
- SimpleSearchEngine and algorithm: Additional spectrum features for percolator added
- FeatureFinderMetaboIdent: Targeted feature extraction is now also available from pyOpenMS
- AssayGeneratorMetabo: Added SIRIUS 4.9.0 support, allowing internal decoy generation and added internal feature linking support
- QCCalculator: export in mzQC file format is now available

New Tools:
- OpenMSDatabasesInfo -- Prints the content of OpenMS' enzyme and modification databases to TSV (UTIL)
- TriqlerConverter -- Converter to input for Triqler (UTIL)

Removed Tools:
- FeatureFinderSuperHirn -- Finds mass spectrometric features in mass spectra (TOPP)
- InspectAdapter -- Annotates MS/MS spectra using Inspect (TOPP)

Further fixes:
- Support for GLPK 5.x (#5127)
- IPF (identification of peptidoforms): add a check for terminal residue modification when generating theoretical peptidoforms
- Reduced build times on Windows
- Reduced AddressSanitizer warnings

File formats:
- Exporter for MSP files
- Improved support for reading NIST MSP files

Dependencies:
- Promoted SeqAn v1 to C17. Moved Seqan from contrib to main source tree (as it is not officially maintained anymore).

Library:
- Removed Elements.xml and Residues.xml. Hard-coded elements and residues for better performance/startup times.
- Moved algorithm of FeatureFinderMetaboIdent into library
- Added support for isotopic labelling experiments (MDV) 
- Removed SuperHirn library

GUI tools:
- TOPPView: Various bug fixes
- TOPPView: Dynamic detection of tools in TOPPView upon startup
- TOPPView: Improved DIA data browsing
- TOPPAS: add a `recent files` submenu
- ParamEditor: with more convenient StringList editing
- SwathWizard: Allow opening in TOPPView


------------------------------------------------------------------------------------------
----                                OpenMS 2.6     (released 10/2020)                 ----
------------------------------------------------------------------------------------------

We now create nightly pyopenms wheels (https://pypi.org/project/pyopenms-nightly/) and conda packages (https://anaconda.org/OpenMS/)

Adapters/Third-party support:
- LuciphorAdapter now stores which modifications were used for localization (#4771) and localization scores are reported in mzTab #4772 
- Added Percolator3.0 support, fixed ConsensusID reading from wrong (Percolator-overwritten) meta data (#4829), and adapted the Regex parsing of XTandem Percolator output files #4849 
- Added options introduced in new MSGF versions #4713 
- Updated IsoSpec fine structure isotopic calculator sources to v 2.1.0 #4733 
- Updated other third-party tools

What's new:
- Introduced a Wizard for Swath data (#4647 #4706 #4758 #4769 #4773 #4837), which also reports summary statistics about Swath TargetedExperiments #4788 #4790
- UTIL StaticModification: Applies a set of modifications to all PeptideIDs in an idXML file (UTIL)
- TOPP DatabaseSuitability: Computes a suitability score for a database which was used for a peptide identification search. Also reports the quality of LC-MS spectra. #4791 #4781 #4814
- Added support for QC of labeled experiments (iTRAQ/TMT)
- Added automated QC computations for MRM (#4637)
- Adapted consensusXML and mzTab to support protein groups (#4630)
- Consensus/IDMerger: Introduced use of merge idx to ensure keeping track of primaryRuns
- Epifany: Added calculation of protein group FDR, ID filtering for protein group scores (#4802) and support for inference on not just individual samples but also consensusXML files
- FeatureFinderCentroided/FeatureFinderAlgorithmPicked: Improved runtime performance #4652 #4701 
- FeatureFinderIdentification: Improved SLIM-labeling experiment support
- FileConverter: Improved runtime performance when producing mzML output #4750
- FeatureLinkerQT: Introduced Fibonacci heaps for large runtime optimization (#4721) and fixed related preconditions/segfaults #4756 #4760 #4778 
- IDFilter: added support for consensusXMLs #4798 #4799
- MapAlignerIdentification: New option to use an "identity" transformation when data is too sparse to determine alignment model #4628
- MzTabExporter: changed to only export one main score, and to derive nativeIDs from data (#4767). Now ensures that all output rows contain the same number of columns #4801 
- MzTabExporter on LFQ consensusXMLs produces 100% PRIDE validated mzTabs now
- ProteomicsLFQ: Added spectral counting as quantification method (#4726). Introduced performance improvements for AASequence and string parsing, especially for modified sequences. Various further improvements (e.g. #4669)
- SimpleSearchEngine (multithreaded), TheoreticalSpectrumGenerator, MSSpectrum: Runtime optimization #4709
- Further introduction of more file streaming to address possible memory consumption issues #4682 #4694

Further fixes:
- We now limit double precision to 17 digits during file writes #4636 
- Ensure that CometAdapter always writes indexed mzML fixes for CometAdapter (#4653), fixed the writing of terminal modifications with specific origin in Comet (#4742), the writing of protein terminal mods in Comet and MSGF adapter #4710, and the Comet pepXML modification parsing #4755 
- Removed secondary search engine settings duplication in mzTab MTD section. #4720 
- Improved XTandem output protein parsing #4789 to fix Issue #4770
- Increased (partial) support for parsing mzid with nonstandard, non-CV-term scores, fixes #4859
- Fixes to NucleicAcidSearchEngine mzTab output #4692
- ConsensusID now passes spectrum reference meta values along #4703
- Fix to LFQ requantification #4633
- Improved MapAlignerTreeGuided memory usage (#4704) and fixed segfault when featureXML contains no IDs #4665 
- TOPPAS fixes #4780 

Various:
- OMMSAAdapter now writes out native ids and spectrum references #4852 
- FileInfo: Report more charge distribution and MS2 activation-method information for Raw files #4836 
- Added sum formula output in RNAMassCalculator #4677 
- Added automatic OpenMS tool reporting of peak memory usage #4712 
- Some extra tools documentation outputs #4822 #4823
- Extended mapping of filetypes and mimetypes for knime output formats documentation #4839
- RTEvaluation: fixed output formats #4533 
- Some further clarifications, standardization/consolidation of outputs formats/consistency
- Continued fixes/improvement of documentation
- Removed deprecated version of PeakPickerHiRes (LowMemPeakPickerHiResRandomAccess and LowMemPeakPickerHiRes). Their functionality can be accessed through options of PeakPickerHiRes
- moved the config storage location for unix installations to comply with X Display Group (freedesktop.org) guidelines.


-------------------------------------------------------------------------------------------
----                                OpenMS 2.5     (released 2/2020)                   ----
-------------------------------------------------------------------------------------------

OpenMS 2.5 ships exciting new tools and improvements. 

General:
- support for RNA mass spectrometry
- TMT16plex support for IsobaricAnalyzer (see PR #4295)
- improved MsStats/MsStatsTMT output support (see PR #4181, #4207)
- extended MaxQuant-compatible mzXML support (via FileConverter) (see PR #4432, #4423)
- QualityControl Workflow (all in the QC folder)
- OpenMS and pyOpenMS support for oligonucleotides
- OpenSWATH support for ion mobility extraction and scoring
- OpenSWATH support for metabolite assay library building through SIRIUS (and metabolite extraction and scoring)
- OpenSWATH support for PRM
- TOPPAS improvements (see PR #4100, #4121, #4266, #4497)
- fixes to PeptideIndexer for X!Tandem special cutting rules and ambiguous amino acids (see PR #4356)
- support for HDF5
- support for hyperfine isotopic distributions (through IsoSpec)
- JSON support (see PR #3786)
- speed improvements (loading/storing files, handling peptide sequences)
- support for VS2019 and GCC 9.1 (see PR #4211)
- support for outlier removal in IDPosteriorErrorProbability
- reduced memory footprint of FeatureFinderIdentification through batch processing

New Tools:
- Epifany -- Runs a Bayesian protein inference (UTIL)
- FeatureFinderMetaboIdent -- Detects features in MS1 data based on metabolite identifications (UTIL)
- GNPSExport -- Tool to export consensus features into MGF format (TOPP)
- NucleicAcidSearchEngine -- Annotate nucleic acid identifications to MS/MS spectra (UTIL)
- ProteomicsLFQ -- A standard proteomics LFQ pipeline (TOPP) (experimental)
- QualityControl -- Computes various QC metrics from many possible input files (only the consensusXML is required). The more optional files you provide, the more metrics you get (TOPP)
- RNAMassCalculator -- Calculates masses and mass-to-charge ratios of RNA sequences (UTIL)
- MapAlignerTreeGuided -- Aligns maps through hierarchical clustering based on distances computed between shared IDs.

Deprecated and removed Tools:

Changed Tools:
- OpenPepXL and OpenPepXLLF runtime and memory efficiency improved by orders of magnitude
- IDFilter can now filter by using all MetaValues available in the ID files
- ImageCreator uses updated gradients and has gained RT and m/z filtering options (PR #4188)

Status changed:
- OpenPepXL (UTIL -> TOPP)
- OpenPepXLLF (UTIL -> TOPP)
- XFDR (UTIL -> TOPP)


-------------------------------------------------------------------------------------------
----                                OpenMS 2.4     (released 9/2021)                   ----
-------------------------------------------------------------------------------------------
OpenMS 2.4 introduces changes from 322 pull requests including new features and bug fixes.

Notable changes since version 2.3 are:

Dependencies:
- Switch to Qt 5 (>= 5.5)

Documentation:
- New developer documentation to get started developing tools with OpenMS

Library:
- Improved mass calculations for isotope distributions 
- Moved tool code from the tool to the library
- BinnedSpectrum now also supports offsets
- Improved peak type estimation
- Improved adduct grouping
- New EMG fitter for peak intensity imputation
- Targeted / untargeted spectra extraction and matching
- Spectra matching against a spectra library, using contrast angle similary function
- More precise peak integration (trapezoid, simpson)

New tools:
- AssayGeneratorMetabo -- Assay library generation from DDA data (Metabolomics) (UTIL)
- ClusterMassTraces -- Creates pseudo spectra (UTIL)
- ClusterMassTracesByPrecursor -- Correlate precursor masstraces with fragment ion masstraces in SWATH maps based on their elution profile (UTIL)
- CruxAdapter -- Identifies MS/MS spectra using Crux (TOPP)
- MSFraggerAdapter -- Peptide Identification with MSFragger (UTIL)
- MSstatsConverter -- Converter to input for MSstats (UTIL)
- MaRaClusterAdapter -- Facilitate input to MaRaCluster and reintegrate (TOPP)
- NovorAdapter -- Template for Tool creation (UTIL)
- RNADigestor -- Digests an RNA sequence database in-silico (UTIL)

Deprecated and removed tools:
- AdditiveSeries -- Computes an additive series to quantify a peptide in a set of samples (TOPP)
- IDEvaluator -- Computes a 'q-value vs. #PSM' plot which is saved as an image to visualize the number identifications for a certain q-value (UTIL)
- IDEvaluatorGUI -- Computes a 'q-value vs. #PSM' plot to visualize the number identifications for a certain q-value (UTIL)
- RNPxl -- Tool for RNP cross linking experiment analysis (UTIL) (superseded by RNPxlSearch)
  
Changed Tools:
- SiriusAdapter now supports several input data
- FileFilter now supports filtering spectra by similarity
- PeptideIndexer now supports automatic detection of decoy suffix/prefix string and position
- PeakPickerHiRes now supports automatic detection and picking of profile spectra
- Support for MSFragger search engine through MSFraggerAdapter
- Support for Crux search engine through CruxAdapter
- Support for Maracluster through MaraClusterAdapter
- OpenPepXL was improved in efficiency and usability
- IDFileConverter now supports the Cross-Linking MS specific xquest.xml format

TOPPView:
- Improved visualization of identification results and ion annotations
- Support for visualization of Ion Mobility and DIA data

Major changes in functionality:
- None   

File formats:
- Importer for MSP files
  
Scripts:
- None
 
Databases:
- None

Third-party software:
- New: maracluster (0.05)
- Update: MS-GF+ to Release (2018.01.30)
- Update: Sirius 4 for Windows 64bit, Linux 64bit, and MacOS 64bit
- Update: Crux (crux-3.1.8b78546) on all 64bit platforms.


-------------------------------------------------------------------------------------------
----                                OpenMS 2.3     (released 1/18)                   ----
-------------------------------------------------------------------------------------------
OpenMS 2.3 introduces a considerable number of new features and bug fixes.

Notable changes since version 2.2 are:

TOPPView:
   - Deletion of selections of Peak Annotations is reflected in the Peptide Hit
   - Buttons for saving ID files were merged to one single button. Format is determined by file extension or selected filter
   - Clicking on a data point in 2D view, the search range for close fragment ion spectra is extended if no spectra are found initially
   
New tools:
  - CometAdapter -- Annotates MS/MS spectra using Comet (TOPP)
  - MetaboliteAdductDecharger -- Decharges and merges different feature charge variants of the same metabolite (UTIL)
  - OpenPepXL -- Tool for protein-protein cross-linking identification using labeled linkers (UTIL)
  - OpenPepXLLF -- Tool for protein-protein cross linking with label-free linkers (UTIL)
  - PSMFeatureExtractor -- Computes extra features for each input PSM (UTIL)
  - SiriusAdapter -- Tool for metabolite identification using single and tandem mass spectrometry (UTIL)
  - XFDR -- Calculates false discovery rate estimates on protein-protein-crosslink identifications (UTIL)

Deprecated and removed tools:
  - None

Renamed tool:
  - LowMemPeakPickerHiRes_RandomAccess was renamed to LowMemPeakPickerHiResRandomAccess

Major changes in functionality:
  - Experimental design
    - Add support for fractions
  - FeatureLinkerUnlabeledKD
    - m/z and retention time tolerances for warping and linking are now separate parameters 
  - IsobaricAnalyzer
    - Support for TMT11plex (https://www.thermofisher.com/order/catalog/product/A34808)
  - FileInfo
    - For idXML files, the tool computes the average length of contained peptides
  - TopPerc
    - Renamed in PercolatorAdapter (still experimental)
  - OpenSWATH:
    - RT normalization now allows more models
    - Add S/N ratio for each ion trace
  - Support for C++11 (requires a compiler that supports C++11)

    
Library:
  - TOPP tools report their peak memory usage when using -debug 1 (or higher)
  - idXML files can now be written faster (about 10%)
  - pyOpenMS bindings for DataArrayByName getters
  - Python build are now split in compilation units and can thus run in parallel
  - FASTA files can now be written
  - Allow String values to be passed to EnzymaticDigestion::isValidProduct

File formats:
  - consensusXML now supports both channels and MS runs. Information will also be exported in mzTab
  
Scripts:
 - None
 
Databases:
 - None

Third-party software:
  - New: Comet "2016.01 rev. 3" for Windows 32bit/64bit, Linux 64bit, and MacOS 64bit
  - New: Percolator 3.1.2 for Windows 32bit/64bit, Linux 64bit, and MacOS 64bit (still experimental)
  - New: Sirius 3.5.1 for Windows 64bit, Linux 64bit, and MacOS 64bit
  - New: SpectraST 5.0 for Windows 64bit, Linux 64bit, and MacOS 64bit
  - Update MS-GF+ to Release (v2017.07.21)  


-------------------------------------------------------------------------------------------
----                                OpenMS 2.2     (released 11/2016)                  ----
-------------------------------------------------------------------------------------------
OpenMS 2.2 introduces a considerable number of new features and bug fixes.

Notable changes since version 2.1 are:

New tools:
  - RNPxlSearch -- Annotate RNA to peptide crosslinks in MS/MS spectra (UTIL)
  - SpectraSTSearchAdapter -- Interface to the SEARCH Mode of the SpectraST executable (UTIL)
  - FeatureLinkerUnlabeledKD -- Feature linking using a KD tree (TOPP)
  - DatabaseFilter -- Filters a protein database (FASTA format) based on identified proteins (UTIL)
  - TargetedFileConverter -- Conversion of multiple targeted file formats (CSV, TraML etc)
  
Deprecated and removed tools:
  - ITRAQAnalyzer -- superseded by IsobaricAanalyzer
  - TMTAnalyzer -- superseded by IsobaricAanalyzer
  - ConvertTSVToTraML - superseded by TargetedFileConverter
  - ConvertTraMLToTSV - superseded by TargetedFileConverter
  - MapAlignmentEvaluation -- removed as deprecated
   
Major changes in functionality:
  - OpenSWATH analysis
    - Support for metabolomics workflows
    - Support for scanning SWATH (SONAR)
    - Support for SQL-based file formats
  - XTandemAdapter 
    - Simplified usage
    - Improved support for PTMs and newer X! Tandem versions ("Vengeance", "Alanine")
  - IsobaricAnalyzer
    - Support for TMT10plex
    - Support for quantification in MS3 data
  - IDMapper
    - Allows to map unidentified tandem mass spectra to features
  - FeatureFinderIdentification
    - Advanced multi-sample support using machine learning
  - FileFilter
    - Allows users to enable zlib and lossy compression (see "-lossy_compression")
    - Allows users to set desired mass accuracy
  - IDFilter
    - Added option to filter for valid digestion products
  - FalseDiscoveryRate
    - Allow filtering by q-value in the tool (no need for IDFilter with "score:pep" option)
    
Library:
  - Averagine approximation for fragment isotope distributions
  - Precursor mass correction supports correction to highest intensity peak in tolerance window
  - Functionality for resampling and adding of spectra
  - Protein-protein cross-link spectrum generator
  - Terminal modifications are now separated by "." in text output
  - SQLite support in OpenSWATH
  - TheoreticalSpectrumGenerator speed-up and removal of RichPeak code
  - Removal of template parameters from MSExperiment (reduced compile time and binary size)
  - Allow estimation of isotope distributions with predefined numbers of sulfur atoms
  - Improved handling of bracket notation for modified residues (e.g. N[2457.877]VSVK)
  - Improved handling of terminal and residue specificity of modifications
  - Improved annotation of peptide identifications with spectrum references
  - Improved handling of unknown amino acids ("X") in sequences

File formats:
  - Improved mzML support for SONAR data and mzML with drift time (experimental)
  - Improved support for cross-link data and unknown modifications in mzIdentML
  - mzXML writer able to write MaxQuant-compatible files
  - mzML files now routinely support substantial compression (up to 5x compression, see #2449, #2458)
  - Support for Percolator result files based on X! Tandem searches

Scripts:
  - New R script for visualizing RT transformations (trafoXML) 
 
Databases:
  - By default, decoy sequences are now denoted by the prefix "DECOY_"

Third-party software:
  

-------------------------------------------------------------------------------------------
----                                OpenMS 2.1     (released 11/2016)                  ----
-------------------------------------------------------------------------------------------
OpenMS 2.1 introduces a considerable number of new features and bug fixes.

Notable changes since version 2.0.1 are:

New tools:
  - ExternalCalibration -- Applies an external mass recalibration (TOPP)
  - OpenSwathFileSplitter -- Splits SWATH files into n files, each containing one window (TOPP)
  - MultiplexResolver -- Completes peptide multiplets and resolves conflicts within them (UTIL)
  - TICCalculator -- Calculates the TIC from a mass spectrometric raw file (useful for benchmarking) (UTIL)

Deprecated and removed tools:
  - PILISIdentification -- performs a peptide/protein identification with the PILIS engine (TOPP)
  - PILISModelCV -- Perform a cross validation of the PILIS model parameters (TOPP)
  - PILISModelTrainer -- Train the PILIS model with a given set of spectra and identifications (TOPP)
  - PILISSpectraGenerator -- Generate spectra given a list of peptides and a PILIS model (TOPP)

Major changes in functionality:
  - Update notification: starting with OpenMS 2.1 all TOPP tools will check for updated versions of the tools 
      online and will print an information message if a newer version is available. This version check occurs only 
      once per day and tool. Information on which tools are executed will be collected anonymously to identify which 
      tools are no longer used and to optimally distribute development resources. If the feature causes problems or
      concerns, it can be disabled through a command line switch or environment variable (see the documentation).
  - InternalCalibration:
    - supports calibration using a table of lock masses and peptide ids.
    - global or RT-chunked calibration
    - linear & quadratic models (with intensity weighting)
    - outlier removal via RANSAC
    - reoccurring calibrations can be quickly applied to other files using the novel ExternalCalibration tool
  - OpenSwathWorkflow
    - support for metabolites / small molecules
  - MapAlignerIdentification
    - support for "lowess" transformation model
  - AccurateMassSearch:
    - support for multiple databases
  - FeatureFinderMetabo
    - isotope spacing model for carbon rich molecules (e.g. lipids)
  - PeakPickerHiRes and MassTraceExtractor:
    - support for FWHM annotation

File formats:
  - Improved mzIdentML support (experimental)
  - Improved pepXML support
  - Improved support for indexed mzML files
  - Improved TraML support

Databases:
  - By default, decoy sequences are now denoted by a prefix 'DECOY_'.

Third-party software:
  - update for 64-bit X!Tandem VENGEANCE (2015.12.15) NOTE: 32-bit version kept at SLEDGEHAMMER (2013.09.01)
  - update for MS-GF+ Release v2016.10.14, released October 14, 2016
  - update for pwiz 3.0.9935


-------------------------------------------------------------------------------------------
----                                OpenMS 2.0.1   (released 4/2016)                   ----
-------------------------------------------------------------------------------------------
OpenMS 2.0.1 is a source only release of the core libraries and tools. 
With over 300 merged pull requests, it introduces a considerable number of new features, 
bug fixes and speed improvements.

Notable changes are:

File formats:
  - Improved mzIdentML support (experimental)
  - Improved mzTab support (experimental)
  - Comet pepXML file reading support (experimental) 
  - Search parameter units are retained through id files
  - Faster base64 decoding in XML files

Databases:
  - HMDB has been updated to version 3.6

TOPPView:
  - Added slight margin around data range (%2) for improved visualization
  - Added FeatureFinderMultiplex to the tools accessible from TOPPView
  - Some fixes to the scrollbar behaviour

Added tools:
  - IDScoreSwitcher -- Switches between different scores of peptide or protein hits in identification data (UTIL)
  - LuciphorAdapter -- Modification site localisation using LuciPHOr2 (TOPP)
  - MetaProSIP -- Performs proteinSIP on peptide features for elemental flux analysis (UTIL)
  - MzMLSplitter -- Splits an mzML file into multiple parts (UTIL)
  - OpenSwathAssayGenerator -- Generates assays according to different models for a specific TraML (TOPP)

Removed tools:
  - RTAnnotator -- Annotates identification files that are missing the RT field (UTIL)

Tools with major changes:
  - OpenSWATH now outputs peak apices
    - Improved iRT correction
    - Assay generator
    - UIS scoring
  - Deuterium labeling in MetaProSIP (experimental)
  - XTandemAdapter allows for external config file
  - TextExporter can optionally export PeptideIdentification and PeptideHits meta-values
  - FeatureLinkerUnlabeledQT speed improvements
  - FileMerger allows to concatenate files in RT
  - MzTabExporter supports protein IDs
  - PeakPickerWavelet speedup
  - HiResPrecursorMassCorrector supports correction of precursors to detected features
  - FeatureFinderMultiplex speed improvements

Library:
  - Support for user definable enzymes available in EnzymesDB.xml
  - PeptideIndexing is now available as internal algorithm
  - EnzymaticDigestion allows for minimum / maximum length constraints
  - HyperScore and PScore implementations
  - Fits allow extrapolation of data values
  - QT clustering is now order independent
  - Additional convinience functions to access the nearest spectrum peak in a mass tolerance window
  - User defined averagine compositions
  - A fast linear lowess implementation has been added
  - MetaInfoInterface has been added to FeatureMap to store additional meta-values
  - Calculation of Median Absolute Deviation

General:
  - OpenMS writes indexed mzML by default
  - OpenMS home directory can be configured through OPENMS_HOME_DIR environment variable
  - Updated GenericWrapper definitions for MS-GF+ and Mascot

Third party software:
  - LuciphorAdapter (experimental) PTM localization using the LuciPHOr2 algorithm (http://luciphor2.sourceforge.net/)


-------------------------------------------------------------------------------------------
----                                OpenMS 2.0     (released 4/2015)                   ----
-------------------------------------------------------------------------------------------
Release date: February 2015

OpenMS 2.0 is the first release after the switch to git and a complete overhaul of the
build system. It introduces a considerable number of new features and bug fixes.

Furthermore, we removed the dependency to GSL and replaced the functionality using
Eigen3 and Wildmagic. Thus, the OpenMS core and the full build are now under a more
permissive non-GPL (e.g., Apache or BSD) license.

File formats:
  - mzQuantML support (experimental)
  - mzIdentML support (experimental)
  - mzTab support (experimental)
  - Indexed mzML support
  - Support for numpress encoding in mzML
  - Major speed improvement in mzML / mzXML parsing (up to 4x for some setups)

TOPPView:
  - Support for visualizing mass fingerprinting hits from featureXML along with their raw spectra in MS1
  - Improved "Tools" -> "Goto" dialog
  - Improved display of m/z, RT, and intensity values 1D and 2D view

New tools:
  - FeatureFinderIdentification -- Detects features in MS1 data based on peptide identifications (TOPP)
  - FeatureFinderMultiplex -- Determination of peak ratios in LC-MS data (TOPP)
  - FidoAdapter -- Runs the protein inference engine Fido (TOPP)
  - LowMemPeakPickerHiRes -- Finds mass spectrometric peaks in profile mass spectra (UTIL)
  - LowMemPeakPickerHiRes_RandomAccess -- Finds mass spectrometric peaks in profile mass spectra (UTIL)
  - MRMTransitionGroupPicker (UTIL)
  - MSGFPlusAdapter -- MS/MS database search using MS-GF+ (TOPP)
  - MetaboliteSpectralMatcher -- Find potential HMDB ids within the given mass error window (UTIL)
  - OpenSwathWorkflow -- Complete workflow to run OpenSWATH (UTIL)
  - PeakPickerIterative -- Finds mass spectrometric peaks in profile mass spectra (UTIL)
  - RTAnnotator -- Annotates identification files that are missing the RT field (UTIL)
  - SimpleSearchEngine -- Annotates MS/MS spectra using SimpleSearchEngine (UTIL)
  - TopPerc -- Facilitate input to Percolator and reintegrate (UTIL)

Deprecated tools:
  - DBExporter -- Exports data from an OpenMS database to a file (TOPP)
  - DBImporter -- Imports data to an OpenMS database (TOPP)
  - FeatureFinderRaw -- Determination of peak ratios in LC-MS data (TOPP)
  - SILACAnalyzer -- Determination of peak ratios in LC-MS data (TOPP)

Status changes:
  - PhosphoScoring (UTIL -> TOPP)

Tools with major changes:
  - OpenSWATH now supports MS1 extraction and labelled workflows
  - OpenSWATHWorkflow single binary (high performance integrated workflow)
  - IsobaricAnalyzer now supports TMT 10-plex

General:
  - Removed GSL dependencies
  - Introduced low memory versions of various algorithms
  - OpenMS now offers a single interface for different implementations to access mass spectrometric data
      - in memory
      - on disk with index
      - cached on disc for fast access
    as well as a chainable, low memory sequential processor of MS data (using a separate interface)
  - pyOpenMS now supports python 3.x
  - Refactored AASequence, major speed improvement (~40x) for construction of unmodified sequences

Third party software:
  - Added Fido support
  - Added MS-GF+ support

Changes to the Build System / Package System:
  - Restructured repository layout and build system
  - Added support for Travis CI
  - Simplified pyOpenMS build system
  - Support for Visual Studio 2013


Resolved issues and merged pull requests:
  #644 Fix header macros
  #649 Fix ms numpress
  #651 [INTERNAL,API] Removal of the GSL
  #656 Repository layout restructuring
  #657 [FIX, INTERNAL]
  #658 [FIX] PeptideIndexer crashes on empty idXML (#653)
  #659 [NOP] replaced c like file ending C with cpp
  #660 [FIX] fix Cython 0.20 compatibility issue
  #661 [BUILD,PYOPENMS] simplify pyOpenMS build system
  #662 CMake and docu cleanups w.r.t. to the new layout
  #664 [BUILD] build system fixes / cleanups
  #665 Fix coverity errors
  #666 [FEATURE] ib spectra format export
  #667 [BUILD] improved handling of boost in OpenMS build system
  #668 [NOP] added support for travis-ci to OpenMS
  #669 [FIX] fixed AccurateMassSearch_test
  #673 [FEATURE,FIX] Added min/max values to go-to dialog
  #675 Checker/Test fixes and adds test for CTD writing
  #677 [PYOPENMS] setup.py as minimal as possible + other improvements
  #678 [FIX] fix how swath files are annotated
  #679 [FIX,TEST] fixed OpenSwathDecoyGenerator / MRMDecoy
  #680 [INTERNAL] Feature/CachedMzML fixes
  #684 [FIX] Bugfix for threading issue in MascotGenericFile
  #685 Typo fixes in documentation and licence files
  #688 Fix/file size limit
  #689 [FIX] disable OpenMP again for ILPDCWrapper
  #690 Fix/misc
  #691 further improvements to MGF::load()
  #693 Major speedup of String --> Double conversion
  #694 added missing index file for OMSSA test, which gets recreated when runni...
  #696 [FIX] fix RAM usage when adding dataprocessing to chromatograms
  #697 [FIX] proper usage of map in ControlledVocabulary
  #698 Updates to FeatureFinderIdentification and the ...TraceFitter classes
  #702 Feature/parallel reader
  #703 Feature/aa sequence tpp
  #705 [FIX] Propagate metadata in OpenSwathWorkflow
  #707 [FEATURE] variable stylesheet support for qcml
  #708 [BUILD] fix build system bug
  #711 [FEATURE,BUILD] fix install target
  #713 Fix for pepXML loading bug (#710)
  #715 Feature/pyopenms wrapping improvements neu
  #716 [NOP,TEST] clean up MRMDecoy, add more tests
  #717 fixed 32bit memory limitation of OMSSA by chunking input data
  #718 [FIX] fixed misleading warning ("Removed x peptide identifications...
  #719 [CI,FIX] fix travis contrib clone problems
  #721 [INTERNAL] cleanup of iostream includes
  #722 Feature/mz xml consumer
  #724 Feature/pyopenms mzxml consumer
  #725 Fix/misc
  #726 IDPosteriorErrorProbability fix
  #729 Fix/coverity
  #730 Feature/peak picker sn performance
  #734 Feature/more pyopenms improvements
  #735 [FEATURE] clang warning level
  #737 [FIX] several minor fixes
  #739 Feature/uids fileconverter
  #741 ProteinResolver fix
  #742 svn cleanup
  #743 [FIX] fixed compilation error on vs2013
  #747 Speedup OMSSA-XML parsing and some stats for OMSSA&XTandem
  #749 Feature/python3
  #750 [PYOPENMS,FIX] fixed streampos->long conversion
  #751 [FEATURE] track base name when reading pep.xml files
  #752 [FIX] fixed missing adaption PeptideIdentification::empty()
  #754 [PYOPENMS] changed extra methods on MSSpectrum
  #755 [FIX] fixed shadow warning
  #756 Unity Builds
  #760 [FIX-#618] fix spelling errors in headers
  #761 Feature/header fixes
  #764 [FEATURE] lib superhirn
  #765 Feature/db removal
  #768 [FIX] fixed warnings in CONCEPTS
  #770 [FIX] fixed some clang warnings in stream manipulation
  #771 New warnings
  #773 [BUILD,PYOPENMS] fix pyOpenMS build
  #775 [FIX] typos in the CMake file
  #776 Fix for IDPosteriorErrorProbability on Mascot search results (#740)
  #777 Memory profiling class
  #779 [FIX] replaced DoubleReal and Real by double and float.
  #780 [FIX] fix Swath window estimation
  #781 Fix/open swath fixes
  #784 [FEATURE] fix macosx pyopenms errors
  #785 [FIX] VS2013 compile fixes
  #786 [FEATURE] added openms_add_library function
  #787 [FEATURE,BUILD] move pyOpenMS to src
  #789 small fix to Win install doc for VS2013
  #790 Remove "RT"; and "MZ"; metavalues from PeptideIdentification
  #791 [FIX] forgot writtenDigits fixes in tests VS2013
  #792 [FIX] AASequence refactoring
  #794 Generic Wrapping of R scripts using GenericWrapper
  #797 [NOP,DOC] removed all remaining references to FeatureFinderRaw and SILAC...
  #798 Fix/py open ms testfix
  #799 [DOC] removed migrated pages from doxygen. replaced by link to wiki
  #800 spline interpolation of MS1 spectra
  #801 RTPredict: fixed order of parameters and doc
  #802 [FIX] fixed copy-paste mistake in error message
  #804 [FIX] MRMDecoy: Fix neutral losses for higher charge states
  #805 [PYOPENMS] added getters/setters for MZ and RT in PeptideIdentification....
  #807 cubic spline implementation
  #810 cubic spline interpolation
  #811 [NOP] add better debug information and error handling
  #812 [FIX] per cppcheck
  #813 Fix/openswath
  #814 [FEATURE] ConvertTSVToTraML: Support for SpectraST MRM Transition Lists
  #816 Feature/cached mz ml format change
  #817 [FIX] fix spline derivative for cubic spline
  #819 Feature/custom i rt
  #820 Fix/warnings
  #821 [FIX] suppress clang warnings
  #823 Feature/update numpress
  #824 Fix/coverity
  #826 Feature/funny pictures
  #827 [FIX] fixes export macro warnings
  #831 [FEATURE] fix all gcc warnings and turn warnings into errors
  #832 several pyopenms fixes + updates
  #833 Feature/visibility hidden
  #834 Fix/fix werror
  #835 Fix spline spectrum
  #836 [FIX,TEST] MRMRTNormalizer_test: Windows compatibility
  #838 [FIX] fixed uninitialized pointer warning
  #840 [FIX] fix pyOpenMS test
  #841 [BUILD] disable -Werror by default
  #842 [FIX] fix dereference of iterator
  #843 [FIX] fixes tests failing win debug mode
  #844 [FIX] evaluation at m/z in first package now possible
  #845 [FEATURE] replace String classes with StringUtils
  #846 Fix/fixes from822
  #847 peak boundaries and new cubic splines for PeakPickerHiRes
  #850 [FEATURE] modified tests to reflect X!Tandem SLEDGEHAMMER as default
  #851 Fix and tests for a bug in reading Mascot XML files
  #852 [FIX] fix windows compile error
  #854 [FIX] ConsensusID doesn't sort peptide hits before processing (idXML)
  #855 [FIX] FalseDiscoveryRate "target+decoy"; hits should be considered as targets
  #856 [FEATURE] KNIME package generation updates
  #857 Fix/py open ms fix
  #858 [FEATURE] ~40x speedup for constructions of unmodified AASequence
  #859 Feature/SystemWildMagic
  #863 [BUILD] added test for x!tandem version to enable tests only with newer ...
  #865 Work-around for special modifications in Mascot (fixes #864)
  #866 [FEATURE] git version embedding
  #867 [FIX-#861,DOC] fixed eigen 3.2.1 problems with GammaDistributionFitter
  #868 multiplex filtering
  #869 [FIX] fixed problems with negative sizeof values in CachedMzML
  #870 [FIX,DOC] doxygen 1.8.7 fixes
  #873 [FIX] fixed macosx version query
  #875 Rewrite of 'AASequence::parseString_', increasing robustness of parsing (fixes #818)
  #876 [DOC] added new doc_class_only target
  #880 PeakPickerHiRes peak boundaries fixed
  #881 [FEATURE] mzTab 1.0
  #882 [FEATURE] coding style improvements
  #884 [FIX] Convert XTandem search results into .pepXML by IDFileConverter
  #885 [NOP] added moc files to gitignore
  #888 [FIX-#887] IDFilter errornousely removed peptidhits in multiple run files
  #889 multiplex clustering
  #891 [FIX] converting uniform distributed generators with normal distributions
  #892 Enable loading of some pepXML files that used to cause crashes
  #894 [FEATURE] improved 3rd party lib finding
  #895 [FEATURE] simple search engine
  #896 added scan-polarity filter to FileFilter ...
  #897 (feature for Windows developers) added a small Windows .reg file
  #898 More compact format for MGF files (fixes #890)
  #899 [DOC] some minor documentation addition
  #901 [FIX] fix MS level for DTA file reader
  #902 [FIX,PYOPENMS] fix pyOpenMS after #875
  #903 [FIX] mzXML fix (filterLine, basePeakMz)
  #904 Feature/fix peak boundaries
  #910 [FIX] fixed unity build error introduced in #845
  #911 [FIX] FFCentroided replace exception handling with proper check
  #914 fix index in CubicSpline2d
  #916 IDMapper extension for featureMaps
  #917 AccurateMassSearchEngine annotation of input map (not only mzTab output)
  #919 [FIX] libc++ test fixes
  #920 [FIX] fixed minor problem with knime package generation and cmake versions >2.8.11
  #921 MS1 annotation in TOPPView
  #922 [FIX] build system improvements
  #923 EmpiricalFormula: fix (negative counts were casted away)
  #924 Switch to disable tracking of Git version within OpenMS
  #925 Fix/small docu improvement
  #926 Feature/spellcheck
  #927 PeptideIndexer: support for treating isoleucine/leucine as equivalent (resolves #872)
  #928 Build System
  #929 TextFile feature (skip empty lines) and docu fix
  #930 check for missing peaks
  #931 fix for evaluation at last node
  #936 [FIX] fixed the 'variable' consumption of xslt files for a QcML file.
  #938 [FEATURE] precursor scoring
  #939 [FIX] fix compile error
  #940 coding convention violations in MultiplexClustering fixed
  #943 [FIX,PYOPENMS] fix pyOpenMS after #889
  #944 [FIX,TOOLS] pyopenms parser fix
  #945 [FEATURE] pyopenms wrap improved
  #946 OPENMS_DLLAPI removed from GridBasedClustering
  #947 [FEATURE] FeatureFinderMultiplex
  #949 Fix/xml escape
  #950 Feature/traml heavylight
  #951 [FIX] add setOptions method for FileHandler
  #955 Fix/xml escape
  #958 [FIX] disallow concurrent access to the static PRNG
  #959 Feature/pyopenms copyconstr
  #960 [FEATURE] peptide group label new
  #962 [FIX] QCCalculator now computes TIC only on MS1 spectra (fixes #96)
  #964 [FIX] check for invalid charge ranges in search engine adapters (see #963)
  #965 [FEATURE] tmt 10plex support
  #966 [FEATURE] chaining consumer
  #967 [FEATURE,TEST] mssim more ground truth in id xml
  #968 [FEATURE] export PT value analogous to predicted rt value in TextExporte...
  #969 [FEATURE] add a low memory FileConverter option
  #970 [FEATURE] test if java can be executed
  #972 Fix/file cleanup
  #973 [FIX] validate presence of input file before starting executable
  #977 [FEATURE] replaced pphires ms1_only flag with ms_levels parameter
  #981 Feature/TextExporter_mzML
  #983 [FEATURE] add library check on Windows for correct lib arch
  #984 [NOP] add heavy methyl SILAC labels to unimod.xml
  #985 [FEATURE] bspline support using eol bsplines implementation
  #988 [FIX] simplified EmpiricalFormula
  #990 [FIX,FEATURE] TransformationModelInterpolated readded
  #993 Feature/sort on load (mzML, mzXML)
  #994 fixes mass traces in featureXML output
  #995 fixes CubicSpline2d constructor exceptions
  #996 allow for SplinePackages based on just two data points
  #1000 fixes problems with ">>" generated in nested C++ templates
  #1001 Fix/py open ms test
  #1002 [pyOPENMS] features
  #1003 [FIX] fixes random fails of MSSim_test
  #1006 [FEATURE] enable gui less OpenMS
  #1009 update unimod.xml with newest version from unimod.org
  #1010 [FIX] external code tests updated/fixed
  #1011 [FIX] external project doc
  #1012 [FEATURE] decreased memory footprint of Feature class by up to 44%
  #1014 TOPPView: group separator for mz,rt and int values in 1D and 2D canvas
  #1019 [FIX] fixed unitybuild problem on win32 with eol-bsplines
  #1020 [NOP] updated copyright/license header to 2014
  #1021 Feature/py open ms fixes and wraps
  #1024 sorting mass shifts in FeatureFinderMultiplex
  #1025 Fix/checker fixes
  #1026 additional example in SplineSpectrum test
  #1027 Adapter for Fido (protein inference engine), solves #808
  #1029 [FIX-#184] remove public vector/map inheritance
  #1032 fixes peak boundaries in PeakPickerHiRes (resolves #1022)
  #1034 [FIX] improve set_peaks documentation
  #1035 B-spline interpolation for peak width estimation in MultiplexClustering class
  #1036 [FEATURE,API] Removed template parameter from FeatureMap
  #1037 Fix/ TraML load/store
  #1038 Feature/py open ms wraps
  #1039 Fix/debug fix
  #1040 Fix/spellcheck
  #1044 [FIX:#1043]fixed featureXML reading spectrum_reference as String
  #1045 [FIX] fix compile issue on win32 systems
  #1046 Fix/py open ms wrap
  #1047 [FIX] first probe install path, then the build path for share/OpenMS
  #1048 Feature/peptide hit protein locations
  #1050 Re-added B-spline transformation for non-linear RT alignment in MapAlignerIdentification
  #1051 [FIX] made arguments and functions in BSpline2d const (if possible)
  #1055 [FEATURE] improved purity computation for IsobaricAnalyzer
  #1056 [FIX] UniqueIdGenerator susceptible to identical RNG seeds
  #1057 GenericWrapper doc has minor quirks
  #1058 Feature/openswathwf add
  #1059 Switch to version 2.0
  #1061 FeatureFinderIdentification: documentation, tests, parameter improvements
  #1063 Fix/accession nr
  #1065 PeakPickerHiRes docu updated
  #1067 Testing/mzid
  #1069 Fix and test for issue #1068 (bug in "AASequence::operator<" involving N-terminal modifications)
  #1070 removing zeros in profile data caused by Thermo bug
  #1072 PeakPickerHiRes: disable spacing constraints for chromatograms (fixes #1060)
  #1074 'intensity weighted mean'; averaging added to ProteinQuantifier, solves #830
  #1076 Adapter for MS-GF+ search engine
  #1077 [TESTING] download and add MSGFPlus in travis-ci
  #1078 [FEATURE] export aabefore and aaafter in peptideindexer
  #1079 Linear extrapolation (and other options) for B-spline transformation
  #1080 [NOP] refactored PeptideHit protein accession extraction to true member
  #1082 [NOP] removed index file as these are recreated by MSGF+ anyways
  #1083 Feature/mz tab fixes
  #1084 [FIX] compile fixes
  #1086 Update (indistinguishable) protein groups when filtering protein identifications (fixes #748)
  #1087 centroided input data for FeatureFinderMultiplex
  #1088 Fix FileConverter's "write_mzML_index" flag
  #1089 Fix/mzid
  #1090 Enable mzIdentML input in IDFileConverter
  #1091 Feature/mz tab cleanup
  #1092 [NOP] removed unnecessary index files
  #1094 [FIX] fixed small bugs preventing a build on windows
  #1097 [FIX] consistent use of wildmagic
  #1098 Revert "[FIX] consistent use of wildmagic"
  #1099 [FIX,BUILD] fix Windows build
  #1100 Fix/windows fix
  #1101 optimisation for knockout searches in FeatureFinderMultiplex
  #1102 Fix/fix spellcheck
  #1104 [FIX] fix compile warning from unused variables
  #1108 [FIX] fix compile warnings and increase QT min version to 4.6
  #1109 [FIX] removed support for multiple id formats in tools without
  #1115 fix some windows compile warnings
  #1116 fix segfaults in XTandemXMLFile and IsobaricChannelExtractor
  #1118 Feature/swath window loader
  #1121 [FIX] some VC 2013 static tests fixed
  #1122 Fix PeakPicker Wavelet
  #1123 [FEATURE] remove PeakType template argument from FeatureFinder
  #1124 [NOP] addendum to #1123
  #1125 optimisations in FeatureFinderMultiplex
  #1126 [FIX] intermediate fix for win32 systems
  #1127 [FEATURE] create uncrustify branch
  #1128 Fix/RT meta value related bug, removed unused comment
  #1131 Make BuildSystem's LibCheck fail-safe
  #1135 Fix/ams mz tab export
  #1136 [NOP] uncrustified
  #1137 [FIX] added -b option to create new branch
  #1140 [FIX] fixed bugs in AScore implementation and added deisotoping as
  #1141 Fix AccurateMassSearch and visualization
  #1145 Fix/spellchecks
  #1147 Fix/copyright update
  #1150 Added PhosphoScoring tool to TOPP documentation
  #1151 Changelog 2.0
  #1152 [FIX,PYOPENMS] fix and adopt pyOpenMS
  #1153 minor amendmend to last fix (better console output)
  #1154 [TEST] fix test
  #1156 [FIX-#618] fix spelling errors
  #1157 [NOP] correct version in LICENSE file
  #1158 [FIX] make identifier of multiple identification runs unique
  #1161 pyOpenMS 2.0 features
  #1162 [FIX] fixed study variable index start at 1. Added global identifiert to
  #1164 [FIX] pepXML does on some occassion contain very small fixed
  #1165 Added minimal test cases for checker.php Missing test errors
  #1169 [FIX] fixed segfault if searchparam requested on empty proteinids
  #1170 [FIX,TEST] FidoAdapter test
  #1172 [FIX] fix for the write out of mzid
  #1173 [FIX] changed path String parameter to input files
  #1174 [TRAVIS] added Fido executables and adapted to new directory structure
  #1175 [FEATURE] add ConsensusMap push_back
  #1176 [BUILD] added support for new thirdparty executables in KNIME
  #1179 [FIX] added missing option to apply e-value filtering
  #1180 [FIX] fix toolnames for KNIME packaging
  #1181 fixed minor typo in error message
  #1184 [FIX] we decided to add the missing struct mapping file and in the
  #1185 [FIX] added missing elements and spike ins
  #1186 Fix/docu qc mzid
  #1187 [FIX] AMS: export observed-Mass in mzTab as well
  #1188 [Build] Added support for new third party binaries for dmg packaging. Adapted Li...
  #1189 Feature/sn
  #1190 [TEST] fix test
  #1192 [FIX] HMDB: removed duplicates introduced by including spike ins
  #1194 [NOP] removed deprecated qc toppas workflow
  #1195 [STYLE] Changed header guards mentioned by checker.php
  #1196 [FIX] XTandemAdapter added option to disable isotope error flag
  #1198 [TEST] fix
  #1199 [TEST,FIX] changing the order of the test fixes the issue
  #1201 Fix/lp wrapper param file
  #1203 [TEST,FIX] set reasonable comparison tolerance
  #1204 Removes debug code from FeatureFinderMultiplex
  #1206 [TEST] fix test error
  #1212 [FIX] and/or extension to IDFilter: Added support for old target_decoy user param in decoy filtering.
  #1213 [DOC] improve linux install doc
  #1215 [FIX] export AMS result as valid mzTab
  #1218 [FIX] consistent use of wildmagic: TransformationModelLinear
  #1219 [FIX] Map index stored as meta value in peptide identification
  #1220 change parameter ranges in FeatureFinderMultiplex
  #1224 updated KNIME license
  #1225 [FIX][TEST] Fido replacing scores
  #1226 Ammend to pull request #1212
  #1228 [FIX, PYOPENMS] fixed pxd file
  #1229 [DOC] merged License.txt and LICENSE for more complete description
  #1230 Updated ACTIVE_MAINTAINERS with people commiting, starting in 2012. Remo...
  #1231 Added Deuterium and Tritium to Elements.xml, as LIPIDMAPS contains sum f...
  #1232 Fix amt
  #1237 [FIX] minimum value for max_length should be 0 not -Inf
  #1240 [FIX] Fix/id filter blacklist
  #1242 Fix amt
  #1243 fixes INIUpdater test
  #1246 Updated problematic FidoAdapter test (fixes #1171)
  #1247 [FIX] added missing function
  #1248 [FIX, PYOPENMS] ammend to last commit
  #1249 Documentation improvements (and minor fixes)
  #1250 Another FidoAdapter test fix
  #1253 [FIX] IsobaricAnalyzer: set charge states of consensus features
  #1254 [DOC,FIX] Updated CHANGELOG, changelog_helper.sh
  #1256 Fix MSGFPlusAdapter running in TOPPAS (mzid output)
  #1257 Clean-up of UTILS documentation
  #1261 [KNIME] adapted parameter naming for FidoAdapter in KNIME
  #1262 IDFilter reports empty results
  #1263 [FIX] moved TopPerc to UTILS and changed experimental status of MSGFPlus
  #1266 [FIX] ammend to last commit
  #1267 [FIX] fix conversion from Feature with Masstraces to MSExperiment
  #1269 IsobaricAnalyzer: documentation, warning fix
  #1270 [FIX] lexical cast is discouraged. Use of build in functions.
  #1273 [FIX][BUILD] Fixes linking issue with boost in UTILS #1272
  #1275 [FEATURE] [FIX] mass trace RT spacing
  #1283 [PYOPENMS] Better PepXMLFile write support
  #1284 [FIX] KNIME execution of MSGFPlusAdapter
  #1286 [FIX] set low memory log type correctly
  #1290 [FIX, PYOPENMS] fix python binding for MassTrace
  #1305 [FIX] Fix/id mapper statistics
  #1307 remove OS X specific code for opening folders
  #1309 [FIX] Ammend to #1284
  #1315 sync develop additions

-------------------------------------------------------------------------------------------
----                                OpenMS 1.11.1  (released 11/2013)                  ----
-------------------------------------------------------------------------------------------
Release date: November 2013

OpenMS 1.11.1 is a bugfix release resolving the following issues with OpenMS 1.11:

TOPPAS:
- fixed bug that caused TOPPAS to crash when a connection between nodes was added under certain circumstances

TOPP:
- XMLValidator can now be used on mzML files
- fixed bug in MSSimulator/EnzymaticDigestion where amino acid "U" was leading to crash
- fixed some problems with protein modifications in MascotAdapterOnline
- fixed potential problems of TOPP help screens on small screens / small terminal windows

Build system:
- fixed issues with CMake 2.8.12
- fixed potential clang compile errors

General:
- fixed issues with MIME types in KNIME

Resolved issues:
  #606 TOPPAS crashes during creation of certain edges.
  #609 MascotAdapterOnline: Problems with modifications
  #614 Amino acid "U" leads to crash in MSSimulator/EnzymaticDigestion
  #629 OpenMS is incompatible with CMake 2.8.12
  #630 Knime mime.types file should have lower case mime type names
  #633 ConsoleUtils::breakString triggers uncaught exception if terminal size is too small

------------------------------------------------------------------------------------------
----                                  OpenMS 1.11                                     ----
------------------------------------------------------------------------------------------
Release date: August 2013

OpenMS 1.11 is the first release with fully integrated Python bindings (termed pyOpenMS).
For further details, please refer to https://pypi.python.org/pypi/pyopenms

File formats:
- QcML support
- pepXML exported from Mascot (added support)
- mzTab updated to 1.0RC3
- ParamXML updated to v 1.6.2
- support for CTD schema 0.3
- full support of sourceFile tag in mzML (all source files are written, SHA1 support)

TOPPView:
- handle .mzML file with mixed spectra and chromatograms (prefer spectra)
- chromatograms of all types can be displayed (not just SRM)
- link to documentation and webpage fixed
- fix a segfault when loading empty chromatograms into TOPPView

TOPPAS:
- link to documentation and webpage fixed

TOPP tools:
- MODIFIED:
  - FeatureLinkerUnlabeledQT: performance (speed and memory) improvement
  - FeatureLinkerUnlabeled: performance (memory) improvement (now constant in number of input maps)
  - MapAlignerPoseClustering: performance (memory) improvement (now constant in number of input maps)
  - EICExtractor: critical bugfix if the input map was not sorted
  - PeptideIndexer: by default now demands that the peptide is fully tryptic ("-enzyme:specificity none" restores the old behavior)
  - FileFilter: filter MS2 spectra by consensus map feature overlap, collision energy, isolation window width
  - ProteinResolver: documentation and interface improvements
  - QCCalculator/QCEmbedder/QCExtractor: multiple improvements
  - WindowMower: speed improvement (movetype either slide or jump [faster])
- ADDED
  - AccurateMassSearch: AccurateMassSearch assembles metabolite features from singleton mass traces.
  - IsobaricAnalyzer: Extracts and normalizes isobaric labeling information from an MS experiment. This merges the previous TMTAnalyzer and ITRAQAnalyzer functionality
  - QCExtractor: Extracts a table attachment to a given qc parameter
  - QCImporter: Embed tables or pictures in QcML

General:
- Python bindings allow full access to the OpenMS API from Python
- TOPPTools now support passing of all parameters on the command line (use --helphelp)
- Better chromatogram support (for NoiseFilterGaussian, NoiseFilterSGolay, PeakPickerHiRes)

Search engine support:
- Mascot 2.4 is now supported
- OMSSAAdapter with improved memory footprint
- N-terminal modifications work now with X!Tandem

Changes to the Build System / Package System:
- shared linking works for all contrib packages with automated detection using CMake find modules
- upgrade of xerces to version 3.1.1
- upgrade of libsvm to version 3.12

Development:
- public inheritance from std::vector and std::set has been reduced in the
  OpenMS codebase (removed from ConsensusFeature, FeatureMap, ConsensusMap,
  MSExperiment)
- addition of the OpenMS/INTERFACES folder which contains proposed OpenMS
  interfaces for reading/writing spectra

Deprecated:
- TMTAnalyzer, ITRAQAnalyzer -> please use IsobaricAnalyzer instead
- Several functions provided by std::vector in the MSSpectrum interface are now
  deprecated (e.g. push_back, reserve etc.)

Resolved issues:
  #120	Improve visual representation of edges
  #151	Optimize time/memory efficiency of critical tools/algorithms
  #184	Some OpenMS classes are derived from std::vector
  #309	FileConverter puts incorrect/incomplete information in <sourceFile>
  #343	OpenMS build system should allow searching for contrib libs also in system paths (e.g., /opt/local/..)
  #382	Excessive memory usage by MapAligners and FeatureLinkers
  #398	INIFileEditor doesn't save modified values if still in edit mode
  #457	Use system libraries instead of contrib
  #465	"-debug" option in TOPP tools doesn't show LOG_DEBUG messages
  #497	Non-intuitive way to edit parameters in TOPPView/TOPPAS/INIFileEditor
  #516	TOPPAS: "Refresh parameters" complains if no input files are present
  #517	MSQuantification::load declared but not implemented
  #519	Merge ITRAQAnalyzer and TMTAnalyzer
  #520	Support linking against shared libs
  #521	Upgrade contrib libsvm
  #522	Make parameters from subsections addressable from command line
  #523	Link to OpenMS website from within TOPPAS/TOPPView broken
  #524	PeptideIndexer does not honor cleavage sites
  #525	EICExtractor will report wrong intensities if input map is not sorted
  #527	pyOpenMS compile issue with clang
  #529	Strange naming of TextExporter parameters
  #531	Upgrade xerces-c version in contrib to 3.1.1
  #533	pyOpenMS
  #534	MascotAdapterOnline does not support Mascot 2.4
  #535	mzML with Spectra and Chromatograms
  #536	MascotAdapterOnline SSL and Mascot 2.4
  #537	Invalid Doxygen XML Files
  #540	IsobaricAnalyzer
  #541	AccurateMassSearch
  #542	TOPPView: switch to 3D view should pick the data layer automatically
  #544	featureXML version at 1.4 while 1.6 is the current version
  #549	Problems converting Mascot XML to idXML
  #552	pyOpenMS build system
  #553	TOPPView's "Apply TOPP tool" functionality is broken
  #554	FeatureLinkerUnlabeled(QT) - speed/memory enhancements
  #556	Setting parameter may not take effect
  #557	XTandemAdapter/mz-out scramble
  #562	cmake doesn't check for MSBuild.exe location on Windows
  #565	XTandemAdapter fails to add terminal modifications correctly to X!Tandem search
  #569	Segfault of IDEvaluator and IDEvaluatorGUI
  #570	FeatureLinkerUnlabeledQT regression
  #574	Update ParamXMLHandler to support v1.6.2 of Param schema
  #575	Upgrade TOPPBase's CTD support to new version of CTD schema
  #576	Cython 0.19 does not compile current pyOpenMS
  #578	Add qcML CV terms
  #580	XTandemAdapter finds non-tryptic peptides although cleavage rule is set to "[RK]|{P}"
  #582	Compile error with Boost 1.46
  #583	MascotAdapterOnline with Mascot 2.4.0 may never finish
  #584	FileFilter parameter -mz (mz range to extract) applies to all MS levels and not to a specified level
  #586	ModificationsDB_test relies on raw memory addresses
  #587	MascotAdapterOnline does not support SSL connections
  #588	MascotAdapterOnline does not support connections to public MatrixScience Mascot instance
  #591	Detection of MGF format via file content fails on our own files
  #593	Parameter default of 'tab' will be returned as single space
  #598  SILACAnalyzer (no label) crash
  #603  TOPPView: showing peptide annotations of feature maps also shows feature indexes

------------------------------------------------------------------------------------------
----                                  OpenMS 1.10                                     ----
------------------------------------------------------------------------------------------
Release date: March 2013

OpenMS 1.10 is the first release integrated into KNIME (www.knime.org).
To use OpenMS in KNIME please refer to the www.OpenMS.de for additional information.

File formats:
- TraML 1.0.0 support
- Initial mzQuantML, mzIdentML and mzTab support (not fully supported)

TOPPView:
- Concurrent zoom
- SRM data visualization

New tools:
- Superhirn
- OpenSWATH
- QCCalculator
- IDRipper
- FeatureFinderMetabo
- IDEvaluation
- RNPxl

General:
- Better chromatogram support
- Decoy strings can now be prepended
- Filter modified peptides
- Many memory and speed improvements
- TMT-6plex support
- EDTA conversion from feature and consensusXML in FileConverter
- Filtering of MS2 spectra by identifications

Search engine support:
- MyriMatch adapter

Changes to the Build System / Package System:
- Cpplint coding convention check integrated into build system
- Integration of OMSSA search engine in Windows and Mac installers
- Integration of X!Tandem search engine in Windows and Mac installers
- Integration of MyriMatch search engine in Windows and Mac installers

Development:
- Style corrections of the OpenMS source base using uncrustify

Deprecated:
- Conversion of Sequest files in IDFileConverter

Resolved issues:
	#513	Commented out the functionality of smartFileNames_() (not mature enough for the 1.10 release)
	#508	allow free columns for TSV
	#473	change in/out types again to csv
	#507	TOPPDocumenter now expects the path to the executables and can generate doc for TOPPView/TOPPAS on mac osx
	#506	added custom info.plist containing the path to OMSSA/XTandem for the GUI tools
	#505	goto dialogs now act with error tolerance
	#504	Fixed XTandemXMLFile loading when no encoding is given by XTandemXML file by enforcing ISO-Latin-1 (default would be utf-8, breaking the aminoacid sequence readin). Introduced enforceEncoding(encoding) to XMLFile.
	#316	SpectraTreeTab is not cleaned up when last layer is deleted
	#283	TOPPView: Scan view widget does not clear after closing last file
	#379	MapAlignerPoseClustering: -reference:index has no effect
	#384	replace zip libraries with The Boost Iostreams Library (already in contrib)
	#280	IonizationSimulation_test can not be compiled with OpenMP support on Mac OS X	(Unit) Tests
	#368	Check Example pipelines and tutorials if they still contain the Tools using the type parameters
	#341	Move IMS Mass Decomposition Code to OpenMS and remove IMS from contrib
	#330	Remove static references to 10.5 SDK in OpenMS and contrib builds
	#135	Remove temporary files after completion
	#301	IDExtractor has no documentation
	#78		Write generic Nightly Testing Script
	#355	Adapt documentation to the changes in the contrib handling of the build system
	#348	Update TOPP tool names in documentation
	#383	iTRAQ isotope correction & simulation broken for 8plex
	#333	CMake returning incorrect configurations.
	#378	Intensity issue for simulation of MS2 signals
	#264	PrecursorIonSelector crashs (SegFault) with minimal input
	#322	PeakPicker (wavelet) writes lots of "dataProcessing" junk to mzML file
	#327	Feature width not stored in featureXML
	#372	Calculation of rank correlation coefficient buggy
	#376	Command line parser does not recognize --help and --helphelp
	#374	IonizationSimulation takes ages to complete on very high abundance peptides
	#371	FileFilter should support filtering by meta values
	#359	Remove type argument from SpectrumFilter
	#346	Implement mechanism to convert pre1.9 toppas workflows to 1.9 workflows
	#345	Implement mechanism to convert pre1.9 ini files to 1.9 workflows
	#212	Nicer formatting of parameter listings in documentation
	#356	PeakPickerWavelet fails for broad peaks
	#332	TOPPAS: QWebView for downloading pipelines does not work behind proxy
	#366	SILACLabeler should adjust all channels to have the same RT elution profiles
	#365	Sampling of RT parameters in RTSimulation can produces abnormal RT parameters
	#364	Improve handling of user input while downloading workflows from the online repository
	#363	TOPP test need to define their dependencies to avoid wrong execution
	#360	Remove type argument from FeatureFinder
	#357	IDPosteriorError Prob crashes with small number of peptides
	#354	Adapt documentation to the changes in the contrib handling of the build system
	#344	remove TOPPBase type argument from MSSimulator
	#347	Contaminant simulation might produce wrong masses when used in unintended way
	#41		AndiMS for 32/64bit Windows and 64bit Linux.
	#326	PepXMLFile: use RT of MS2 spectra for peptide RT
	#321	Update Seqan to 1.3	Build System
	#331	TOPPAS: Active tab changes all the time under MacOSX (10.6 and 10.7)
	#106	Export for Workflows as image
	#325	No HTML for Internal FAQ
	#324	DecoyDatabase should support shuffling and contaminants	TOPP
	#323	MapAligner -apply_given_trafo's "invert" option only works from commandline	TOPP
	#209	Reading Bruker XMassFile failes with invalid DateTime String
	#236	TOPP tool API change will crash existing TOPPAS pipelines
	#282	TOPPAS updateParameters() might create invalid Pipeline
	#298	"Open in TOPPView" broken for MacOSX
	#320	TOPPAS Workflows should support a short documentation
	#318	FuzzyStringComparator::compareLines_ throws exception on gcc-4.6
	#317	ostream::operator<< for MSSpectrum is not working
	#314	Crash when selecting empty window
	#227	TOPPAS tmp directory not multi-user friendly
	#178	Warn if merger node is followed by a tool for single files, not lists
	#313	MascotAdapterOnline does not support Mascot 2.3
	#312	FilterFilter should support filtering by precursor charge
	#226	Specific isotopes in ElementsDB are generated with wrong masses
	#308	AASequence(iterator, iterator) constructor is invalid, since it ignores terminal modifications
	#305	TOPPView fails while opening mzML with intensities stored in an int32 array
	#234	File forwarding/merging broken
	#303	TOPPAS, TOPPView and ExecutePipeline: looking for TOPP tools
	#302	Simulator should support picked peak Ground Truth
	#300	Allow input node recycling	TOPPAS	closed	fixed
	#299	Enable automatic static code analysis of OpenMS using cppcheck
	#205	TOPPAS crashes
	#210	TOPPAS Merger nodes are buggy
	#259	Resume button broken
	#43		Discuss overhaul of OpenMS web site and possible migration to CMS	Website, FAQs, Screencasts
	#297	Simulation: Ionization does not consider n-term to carry charge
	#295	Split OpenMS library in two or more parts
	#296	PeptideIndexer might keep 1 old ProteinAccession

------------------------------------------------------------------------------------------
----                                  OpenMS 1.9                                      ----
------------------------------------------------------------------------------------------
Release date: February 2012

OpenMS 1.9 has some major changes in TOPP tool names and usage. Therefore all .ini files
for "typed" TOPP tools (i.e. those with a "type" parameter) built with OpenMS 1.8 and below
are incompatible! To fix your old .ini and .toppas files use the new
INIUpdater tool (see its documentation and the TOPP documentation in general).

OpenMS 1.9 removed support for Mac OS X 10.5.

Documentation:
- new Quickstart tutorial
- dedicated and reworked TOPPAS tutorial

TOPPView improvements:
-MODIFIED:
  - ConsensusFeatures can now be colored using MetaValues
  - better grid line drawing/calculation, extracted AxisPainter class
  - IdentificationView:
    - added automatic labeling with peptide fragment sequence
    - theoretical spectrum is now hidden by default (labeling contains relevant information for most use cases)
    - automatic zoom to measured MS2 data range

TOPPAS improvements:
	- TOPPAS allows for interactive download of preconfigured TOPPAS pipelines from OpenMS homepage
	- "Recycling" mode for nodes, useful for database input files (see docu for details)
- more flexible pipeline design for Merger nodes
- Merger nodes (merge, merge all) renamed to "Merge" (one round) and "Collect" (all rounds)


TOPP tools:
- ADDED:
  - MapStatistics: statistics for low level quality control
  - EICExtractor: quantify known RT, m/z locations in one or many LC/MS maps and align them
  - MassTraceExtractor: annotate mass traces in centroided LC/MS maps - useful for metabolomics and top-down proteomics (use FeatureFinder tools for peptides)
  - FeatureFinderRaw: feature finding on raw data
	- FeatureFinderMetabo: feature finding for metabolites
  - IDConflictResolver: resolve ambiguous annotations of features with peptide identifications
- MODIFIED:
  - FeatureFinder: split into FeatureFinderMRM, FeatureFinderCentroided, FeatureFinderIsotopeWavelet
  - FeatureLinker: split into FeatureLinkerLabeled, FeatureLinkerUnlabeled, FeatureLinkerUnlabeledQT
  - FeatureLinker tools remove unneeded data after loading featureXML files to conserve memory
  - MapAligner: split into MapAlignerIdentification, MapAlignerPoseClustering, MapAlignerSpectrum, and MapRTTransformer
  - model parameters of MapAligner tools are now set in the INI file
  - MapAlignerIdentification: don't fail if parameter "min_run_occur" is set too high, warn and use possible maximum instead
  - NoiseFilter: split into NoiseFilterGaussian and NoiseFilterSGolay
  - PeakPicker: split into PeakPickerWavelet and PeakPickerHiRes
  - PILISModel: split into PILISModelCV, PILISModelTrainer, and PILISSpectraGenerator
  - MascotAdapterOnline: now supports Mascot 2.3 servers
  - ProteinQuantifier: added support for writing idXML (suitable for export to mzTab)
  - IDFileConverter: when reading pepXML, fail if the requested experiment (parameters "mz_file"/"mz_name") could not be found in the file
- REMOVED:
  - AndiMS/NetCDF is no longer supported on any platform
  - removed IDDecoyProbability tool

UTIL tools:
- ADDED:
  - INIUpdater: update INI and TOPPAS files
  - TransformationEvaluation: evaluate a (RT) transformation by applying it to a range of values
- REMOVED:
  - CaapConvert
  - UniqueIdAssigner
  - HistView

Changes to the Build System:
	- TOPPAS now requires Qt's Webkit library
	- Use CMAKE_BUILD_TYPE instead of OPENMS_BUILD_TYPE (removed)
	- Use CMAKE_FIND_ROOT_PATH instead of CONTRIB_CUSTOM_DIR (deprecated)
  - Removed AndiMS, NetCDF and dependencies
	- Removed dependency to imslib, relevant classes were moved directly to OpenMS/CHEMISTRY/MASSDECOMPOSITION/IMS
- OpenMS now supports ctests functionality for optimized and parallel testing (see ticket #363)

Fixed Issues: (see also http://sourceforge.net/apps/trac/open-ms/report)
	#341 	Move IMS Mass Decomposition Code to OpenMS and remove IMS from contrib
	#330 	Remove static references to 10.5 SDK in OpenMS and contrib builds
	#301 	IDExtractor has no documentation
	#78 	Write generic Nightly Testing Script
	#355 	Adapt documentation to the changes in the contrib handling of the build system
	#348 	Update TOPP tool names in documentation
	#333 	CMake returning incorrect configurations
	#264 	PrecursorIonSelector crashs (SegFault) with minimal input
	#280	IonizationSimulation_test can not be compiled with OpenMP support on Mac OS X
	#322 	PeakPicker (wavelet) writes lots of "dataProcessing" junk to mzML file
	#327 	Feature width not stored in featureXML
	#372 	Calculation of rank correlation coefficient buggy
	#376 	Command line parser does not recognize --help and --helphelp
	#371 	FileFilter should support filtering by meta values
	#359 	Remove type argument from SpectrumFilter
	#346 	Implement mechanism to convert pre1.9 toppas workflows to 1.9 workflows
	#345 	Implement mechanism to convert pre1.9 ini files to 1.9 workflows
	#212 	Nicer formatting of parameter listings in documentation
	#356 	PeakPickerWavelet fails for broad peaks
	#363 	TOPP test need to define their dependencies to avoid wrong execution
	#360 	Remove type argument from FeatureFinder
	#357 	IDPosteriorErrorProb crashes with small number of peptides
	#354 	Adapt documentation to the changes in the contrib handling of the build system
	#41 	AndiMS for 32/64bit Windows and 64bit Linux..
	#326 	PepXMLFile: use RT of MS2 spectra for peptide RT
	#321 	Update to Seqan 1.3
	#324 	DecoyDatabase should support shuffling and contaminants
	#323 	MapAligner -apply_given_trafo's "invert" option only works from commandline
	#209 	Reading Bruker XMassFile failes with invalid DateTime String
	#236 	TOPP tool API change will crash existing TOPPAS pipelines
	#318 	FuzzyStringComparator::compareLines_ throws exception on gcc-4.6
	#317 	ostream::operator<< for MSSpectrum is not working
	#297 	Simulation: Ionization does not consider n-term to carry charge
	#383 	Simulation: iTRAQ isotope correction & simulation broken for 8plex
	#378 	Simulation: Intensity issue for simulation of MS2 signals
	#374 	Simulation: IonizationSimulation takes ages to complete on very high abundance peptides
	#366 	Simulation: SILACLabeler should adjust all channels to have the same RT elution profiles
	#365 	Simulation: Sampling of RT parameters in RTSimulation can produces abnormal RT parameters
	#344 	Simulation: remove TOPPBase type argument from MSSimulator
	#347 	Simulation: Contaminant simulation might produce wrong masses when used in unintended way
	#303 	TOPPAS, TOPPView and ExecutePipeline: looking for TOPP tools
	#305 	TOPPView fails while opening mzML with intensities stored in an int32 array
	#314 	TOPPView: Crash when selecting empty window
	#205 	TOPPAS crashes
	#227 	TOPPAS: tmp directory not multi-user friendly
	#282 	TOPPAS: updateParameters() might create invalid Pipeline
	#332 	TOPPAS: QWebView for downloading pipelines does not work behind proxy
	#135 	TOPPAS: Remove temporary files after completion
	#320 	TOPPAS: Workflows should support a short documentation
	#298 	TOPPAS: "Open in TOPPView" broken for MacOSX
	#106 	TOPPAS: Export for Workflows as image
	#364 	TOPPAS: Improve handling of user input while downloading workflows from the online repository
	#331 	TOPPAS: Active tab changes all the time under MacOSX (10.6 and 10.7)
	#210 	TOPPAS: Merger nodes are buggy
	#259 	TOPPAS: Resume button broken
	#300 	TOPPAS: Allow input node recycling
	#234 	TOPPAS: File forwarding/merging broken
	#178 	TOPPAS: Warn if merger node is followed by a tool for single files, not lists
	#313 	MascotAdapterOnline does not support Mascot 2.3
	#312 	FilterFilter should support filtering by precursor charge
	#226 	Specific isotopes in ElementsDB are generated with wrong masses
	#308 	AASequence(iterator, iterator) constructor is invalid, since it ignores terminal modifications
	#302 	Simulator should support picked peak Ground Truth
	#299 	Enable automatic static code analysis of OpenMS using cppcheck
	#43 	Discuss overhaul of OpenMS web site and possible migration to CMS
	#295 	Split OpenMS library in two or more parts
	#296 	PeptideIndexer might keep 1 old ProteinAccession
	#379  MapAlignerPoseClustering: -reference:index has no effect


Detailed list of changes to specific OpenMS classes:
- NEW:
	- compose_f_gx_hy_t (from imslib)
	- compose_f_gx_t (from imslib)
	- IMSAlphabet (from imslib)
	- IMSAlphabetParser (from imslib)
	- IMSAlphabetTextParser (from imslib)
	- IMSElement (from imslib)
	- IMSIsotopeDistribution (from imslib)
	- IntegerMassDecomposer (from imslib)
	- MassDecomposer (from imslib)
	- RealMassDecomposer (from imslib)
	- Weights (from imslib)
  - sum/mean/median functions added to header "StatisticFunctions"
  - PeptideAndProteinQuant: contains quantification code formerly included in ProteinQuantifier (TOPP tool)
- MODIFIED:
  - AASequence: removed AASequence(ConstIterator, ConstIterator) constructor, since it ignored Terminal Modifications; since there was no way to enable correct construction from two Iterators, we removed it
  - MapAlignmentAlgorithmIdentification: don't fail (exception: InvalidParameter) if value for "min_run_occur" is too high, warn and use possible maximum instead
  - MSSimulator: "type" parameter moved to "MSSim:Labeling:type"
  - Param: added new command line parser with improved functionality
  - PepXMLFile:
    - added reading support for pepXML version 1.17
    - set RT's of peptide identifications based on MS2 spectra, not the MS1 precursors as before (flag "use_precursor_rt" switches to the old behavior)
    - fail with ParseError if a requested experiment could not be found in a pepXML file
  - ProtXMLFile: set score type for peptides
  - TOPPBase: added methods to turn Param objects into command line parameters
  - TransformationModel: simplified handling of parameters
  - TransformationModelBSpline: new option to distribute breakpoints evenly at data quantiles (instead of uniformly over the data range)
  - lots more... too much to list



------------------------------------------------------------------------------------------
----                                  OpenMS 1.8                                      ----
------------------------------------------------------------------------------------------

TOPP tools:
- MODIFIED:
  - MapAligner: separated data extraction from transformation modelling - this allows to combine different algorithms and models; new option "invert"; reworked parameters (please see the MapAligner documentation and update your INI files)
  - FeatureLinker: now able to link consensus maps; added new experimental algorithm "unabeled_qt"; improved quality calculation in "unlabeled" algorithm
  - IDMapper, FeatureLinker ("unlabeled"/"unlabeled_qt" algorithms): now consider charge states by default (use parameter "ignore_charge" if you want to avoid this)
  - FileInfo: improved formatting of output
  - TextExporter: unified output formats
  - FileConverter: added conversion to consensusXML
  - ProteinQuantifier: redefined meaning of parameter combination "top 0"/"consensus:fix_peptides"
  - ITRAQAnalyzer: isotope corrected quantitation result is written to "-out" instead of the uncorrected values
  - GenericWrapper: now supports arbitrary external programs, when a .ttd file is present (see <OpenMS>/share/OpenMS/TOOLS/EXTERNAL)

UTIL tools:

TOPPView improvements:
- NEW:
  - Identification View (load idXML through Tools->annotate with identifications)
  - 1D view now supports vector graphics export when saving an image
  - Peaks in 2D view are drawn as circles at a high zoom level
  - TOPPAS pipelines can be edited and run directly from TOPPView

TOPPAS improvements:
- MODIFIED:
  - improved stability when using longer filenames
  - minor fixes (see bug tickets below)

OpenMS library improvements:
- Stability and consistency fixes mostly (see bug tickets below)

Changes to the Build System:
- minor only


Fixed Issues:
#277 	Crash upon annotation with idXML
#271 	Filename generation in TOPPAS broken
#278 	TOPP tools update only values from INI files, not restrictions
#273 	TOPPAS appends an extra "toppas" when saving files with uppercase TOPPAS extension
#272 	TOPPAS doesn't update the tab title after saving a new pipeline
#261 	ProteinQuantifier: handling of mod. peptides during protein quantification
#153 	"Unlabeled" FeatureLinker produces quality values that make no sense
#220 	TOPPAS: mzML.gz files are not recognized as correct input
#260 	InclusionExclusionListCreator creates invalid lists for Thermo instruments
#269 	OMSSAAdapter crashes when run from directory containing spaces
#267 	bug in StablePairfinder (distances)
#266 	TOPPAS "store" button for vertex' INI files always writes default INI
#129 	TOPPAS: Allow opening files in one layer
#105 	TOPPAS: Split TOPPAS.ini into Resource and Workflow files
#262 	PrecursorIonSelector handles input/output arguments incorrectly
#100 	TOPPView memory consumption high when copying data
#257 	CLang++ crashes with "SCEVAddRecExpr operand is not loop-invariant!" on EnzymaticDigestion
#233 	TOPPView's updateLayer does not reload all data
#247 	TOPPView: crashes if file is deleted while opened
#66 	"Tools -> Go to" coordinates should default to current view
#239 	seg. fault when loading featureXML into TOPPView from the wrong context
#221 	TOPPView: when loading a new layer, the zoom should not reset
#222 	IDMapper should support mapping charge-matched entities only
#255 	TOPPView's Projection is showing only single peaks at high zoom
#253 	TOPP tools should be able to write their type into ini file, without knowing it a priori
#252 	OMSSAAdapter crashes when v2.1.7 and 'precursor_mass_tolerance_unit_ppm' are used
#251 	XTandem Adapter ignores "no_refinement" flag
#198 	add Proteowizward to Windows binary installer
#246 	TOPPView: Update Layer broken
#149 	Support external tools not derived from TOPPBase
#245 	PeptideIndexer fails on ambiguous AA's
#244 	merging by Precursor in SpectraMerger
#242 	Protein coverage should be reported
#237 	RT corrections via BSpline transformation is unreliable for sparse regions (e.g. borders and extrapolation)
#235 	TOPPAS input file name lists should be sorted
#231 	FeatureFinder has faulty Averagine model
#229 	Digestor UTIL cannot write FASTA output
#27 	generate publication ready figures in SVG format - 1D view
#215 	FeatureFinder crashes with Segmentation fault
#213 	TOPPView crashs when loading mzML and featureXML
#224 	PepXMLFile produces invalid files (mod_aminoacid_mass position is 1-based)
#225 	msInspect pepXML parser can not handle OpenMS pepXML due to massdiff attribute
#223 	TOPPAS restores wrong parameter name when deleting an input/output edge
#217 	Caching in LogStream is not thread safe
#218 	FF should work on non-sorted data, but gracefully exit on negative m/z values
#214 	MapAligner crashes on certain data
#211 	TOPPAS: IDFilter RTPredict linking not possible
#150 	TOPPAS does not use user environment to find executables
#208 	Windows: hide extra console window when starting GUI apps
#207 	Projections show wrong axis names
#179 	adapt to command/console width
#206 	Parameter names should include subsection
#204 	TOPPView "Go To" Dialog should support UniqueID's
#202 	"Open file" dialog: "readable files" should include .gz files
#191 	changing from 1D to 2D,3D View and 3D to 2D if MS1 spectra are present
#196 	NoiseFilter, PeakPicker, BaselineFilter crash on certain input-data

Detailed list of changes to specific OpenMS classes:
- NEW:
  - BaseFeature: parent of Feature and ConsensusFeature
  - FeatureGroupingAlgorithmQT, QTClusterFinder, QTCluster, GridFeature: feature grouping for unlabeled data based on QT clustering
  - FeatureDistance: distance measure for features
  - TransformationModel: different models for retention time transformations
  - SvmTheoreticalSpectrumGenerator: simulator for MS/MS spectra

- MODIFIED:
  - Feature, ConsensusFeature: moved common parts to BaseFeature
  - StablePairFinder: moved distance calculation to FeatureDistance
  - TransformationDescription: reworked, some functionality moved to TransformationModel
  - all MapAlignmentAlgorithm... classes, PoseClustering[Affine/Shift]Superimposer, TransformationXMLFile, InternalCalibration: adapted to changes in RT alignment/transformation modelling
  - FeatureGroupingAlgorithm: support linking of consensus maps; new algorithm "unlabeled_qt"
  - BaseGroupFinder: new algorithm "qt"
  - IDMapper: consider charge states for matching
  - PepXMLFile: use E-value (instead of hyperscore) as score for X! Tandem results
  - FileHandler: accept endings ".pep.xml" and ".prot.xml" for pepXML/protXML
  - FeatureMap, ConsensusMap: "clear" also clears meta data by default
  - ConsensusMap: adapted signature of "convert" for feature maps (to mirror that for peak maps)
  - Param: remove() and ::removeAll() now delete empty nodes which have no subnodes nor entries (otherwise writing paramXML breaks)
  - TheoreticalSpectrumGenerator: getSpectrum() now generates all selected ion types not only b- and y-ions

------------------------------------------------------------------------------------------
----                                  OpenMS 1.7                                      ----
------------------------------------------------------------------------------------------
Release date: Sep 5th 2010

TOPP tools:
- TOPP tool categories have been reorganized
- TOPP documentation now has a predecessor/successor tool section and uniform algorithms subsection parameter documentation
- MODIFIED:
  - IDFilter: reworked parameter names and documentation (please see the IDFilter documentation and update your INI files)
  - IDMapper: reworked parameter handling (please see the IDMapper documentation and update your INI files)
  - FileMerger: can now merge featureXML
  - IDMerger: new option to integrate data from pepXML and protXML
  - MapAligner: improved handling of reference files, added several options to the "identification" algorithm
  - SeedListGenerator: new option to use monoisotopic peptide mass instead of precursor m/z for seeds from idXML input
  - Resampler: PNG image creation functionality removed and transferred to ImageCreator UTIL
  - FeatureFinder: deprecated algorithms "simple" and "simplest"
  - FeatureLinker: deprected algorithm "identification"
- NEW:
  - ProteinQuantifier: compute protein/peptide abundances from annotated featureXML or consensusXML files
  - GenericWrapper: wrap external programs (e.g. ProteinProphet) in TOPPAS
  - ConsensusID: [rewritten] combine several peptide search engine results to improve precision and recall
  - InclusionExclusionListCreator: creates inclusion or exclusion lists for MS/MS based on identifications, feature maps or protein databases
- REMOVED:
  - TextImporter (functionality moved to FileConverter)

UTIL tools:
- MODIFIED:
  - DecoyDatabase now uses "_rev" as decoy string by default (previously: "_ref"), as required by PeptideIndexer by default
  - MSSimulator provides a framework for the simulation of labeled data (#88)
- NEW:
  - ImageCreator: creates PNG's from MS maps
  - IDSplitter: splits peptide/protein annotations off of data files (inverse operation as IDMapper)
  - MassCalculator: calculates masses and mass-to-charge ratios of peptide sequences

OpenMS library improvements:
- read protXML files
- support protein groups in ProteinIdentification/idXML
- line numbers in errors of Textbased files (most formats: dta, dta2D, FASTAFile, PepNovoOutfile, MascotGenericFile, MS2File, MSPFile, OMSSACSVFile, TextImporter (csv, msInspect, SpecArray?, Kroenik))
- FeatureFinderAlgorithmPicked is now able to fit asymmetric retention time profiles (experimental)
- added generic labeling framework to SIMULATION (#88) (experimental)

TOPPView improvements:
- basic visualization of peptide identifications in idXML
- when the amount of loaded data causes memory depletion, an error is issued and TOPPView does not crash (only a problem on 32bit systems)
- zooming beyond the last zoom stack item using the mouse wheel or CTRL+

TOPPAS improvements:
- added copy/paste for workflow items
- workflows can now include other workflows (File>Include)
- several bug fixes
- split TOPPAS in TOPPAS and PipelineExecute TOPP-tool

Changes to the Build System:
- external code support for CMake 2.8:
  External code using "include (${OpenMS_USE_FILE})" in its CMakeLists.txt cannot be configured against OpenMS 1.7, however, only minor changes are required to fix this. See the documentation for "Programming with OpenMS".
- nightly tests for external code
- SVN revision used to build the lib is remembered (finer version tracking)
- nightly coverage builds
- GUI testing (experimental)
- Visual Studio 2010 support
- building on Mac OS X requires CMake 2.8.1 due to bugs in CMake < 2.8.1

Fixed Issues:
[new tracker: http://sourceforge.net/apps/trac/open-ms/query?status=closed&group=resolution&milestone=Release+1.7]
-	#23	  implement protXML
-	#44  	TOPPView warning "Cannot show projections!"
-	#46  	All TOPP/UTILS segfault if /share is not found
-	#53  	TOPPAS select directory has save as dialog
-	#54  	TOPPAS select directory has save as dialog
-	#56  	TOPPAS context menu "open in TOPPView" does not work under MacOSX
-	#58  	Unit tests for nested classes
-	#59  	Test of external Code
-	#61  	automatic ini file Version number update
-	#62  	nightly tests for external code
-	#63  	rename methods named min() or max() to something else...
-	#64  	TOPPView - update_layer reload is incomplete
-	#69  	FileMerger needs ability to merge featureXML
-	#73  	Resampler: can't create PNGs with TOPPAS
-	#74  	Default parameters of PTModel cause infinite loop
-	#76  	Add deployment target for compatibility with older MacOSX versions
-	#77  	FuzzyDiff always returns 'true' when comparing any two PNG images
-	#81  	Terminal modification with residue specificity
-	#85	  IDMapper will crash on negative RT's or big deltas
-	#87  	Gzipped files work as input, but arrow stays red
-	#88  	Implement Labeling Framework for MSSimulator
-	#90	  Quantification on protein level
-	#91	  Simple FF crashes on very sparse data
-	#92	  Encoding of XML files (invalid multcharacter)
-	#93	  TOPPAS layer bug
-	#98	  display RT value when viewing 1D data
-	#104	Split TOPPAS in TOPPAS and PipelineExecute TOPP-tool
-	#110	"Copy&paste, include workflows in current window"
-	#121	Tool categories and menu items in context menus have arbitrary order
-	#122	Projection view: mouse-over text on RT projection says "m/z"
-	#123	Reorganize TOPP tool categories
-	#124	TOPPAS fails to load files correctly
-	#127	catch out-of-memory exceptions in TOPPView
-	#131	TOPP input files check too restrictive...
-	#132	check all system calls
-	#133	Textexporter runs indefinitely when input has no IDs and -consensus_features as output
-	#134	[Windows] failure of TOPP tools in TOPPAS due to _out and _temp directory not writeable
-	#136	TOPPView: #of Isotopes in TheoreticalSpectrumGenerator not forwarded
-	#137	Implement asymmetric elution profile shapes for model fitting in FeatureFinderAlgorithmPicked
-	#141	CMake 2.8.1 causes linker errors on Mac OS 10.6.3
-	#143	Incompatibility between String and string methods
-	#147	Internal Compiler Error with gcc 4.3
-	#152	Remove/hide deprecated algorithms
-	#154	Update TOPPAS workflows params
-	#155	linking OpenMS.so using a relative contrib directory fails
-	#156	use MSBuild instead of devenv for contrib building on Windows
-	#158	FeatureFinder (centroided) might crash on certain input
-	#159	IDMapper will crash when given empty FeatureMap
-	#161	TOPPAS Output file naming can lead to wrong "merge all" behaviour
-	#163	rework IDFilter
-	#164	DecoyDatabase creates faulty protein names by default
-	#170	TheoreticalSpectrumGenerator computes wrong prefix/suffix masses
-	#171	Remove/hide entire deprecated tools
-	#175	Internal Compiler error in BaseModel/FeatureFinder
-	#182	INIFileEditor crashes upon execution
For more minor bugfixes visit the above URL.

Detailed list of changes to specific OpenMS classes:
- ConsensusMap, FeatureHandle, ConsensusFeature:
  - element index replaced by unique id
- DPosition:
  - min() renamed to minPositive()
  - min_negative() to minNegative()
- DIntervalBase
  - min() renamed to minPosition()
  - max() renamed to maxPosition()
- String
  - removed:
     String substr(SignedSize start, SignedSize n) const;
     String substr(SignedSize start) const;
  - added:
     String substr(size_t pos = 0, size_t n = npos) const;
     String chop(Size n) const;

------------------------------------------------------------------------------------------
----                                  OpenMS 1.6                                      ----
------------------------------------------------------------------------------------------
Release date: Nov 19th 2009

Main improvements of TOPPView:
- Storing peak data is now possible in mzData, mzXML and mzML format
- Feature and consensus feature peaks are now configurable (icon and size)
- Added new label mode for feature layers: all peptide hits of a feature are displayed
- Added visualization of unassigned peptide hits for feature layers
- Measuring to arbitrary end points is now supported in 1D and 2D view
- file load progress bar stays responsive under load on Windows
- rudimentary chromatogram support

Main improvements of TOPP-Framework:
- Major update of TOPPAS
- TOPP tools now warn when used with parameter files from a different version
- Combining '-write_ini' and '-ini' option now allows to transfer settings with identical
  path and names from an old ini file into a new one.

New TOPP tools:
- SeedListGenerator
  - generates seed lists for feature detection (still experimental)
- PrecursorMassCorrector
  - update precursor m/z information of MS/MS spectra based on MS1 peptide isotope fits
    (still experimental)

Main improvements of TOPP-Tools:
- all tools:
  - gzipped and bzipped XML files (e.g. mzML) can be directly read
- FeatureFinder
  - Centroided
    - supports parallel execution now
    - supports user-specified seeds now
    - Wavelet: removed (Isotope-Wavelet is still available)
- FileMerger: accumulated processingMethod entries, which all contained the same
  information
- IDMapper
  - has new default m/z tolerance and uses ppm as new default measure! Da is still
    supported.
  - referenze m/z of ID can now be either: 1) precursor mass, 2) [new] mass of identified
    peptide
  - assigns more peptides to features with convex hulls (the deltas are used)
- InternalCalibration
  - supports calibration functions calculated seperately for each spectrum or one global
    function
  - supports peptide ids as reference peaks
  - works on peak or feature data now
- MapAligner
  - new "identification" algorithm for alignment based on identified peptides
    (still experimental)
- PeakPicker
  - support for automatic estimation of peak width
- TextImporter can now import Koenik(Hardkloer) feature files
- TextExporter
  - added option for string quoting
  - improved export of consensusXML
- PepNovoAdapter: complete rewrite of the code, including classes

New UTILS:
- UniqueIdAssigner can be used to assign unique ids to FeatureXML and ConsensusXML files

Main improvements of UTILS:


Main improvements of OpenMS C++ library:
- MGF file creation speedup (also affects some TOPP tools)
- removed FeatureFinder-Wavelet (IsotopeWavelet is still available)
- support for bzip2 and gzip compressed XML files
- chromatogram support
- comments and other strings of XML writers are now escaped to prevent reading problems
- fixed IdXMLFile segmentation fault if no protein identification given

Detailed list of changes to specific OpenMS classes
- [New classes]:
  - UniqueIdGenerator, UniqueIdInterface, UniqueIdIndexer
  - SVOutStream
  - MapAlignmentAlgorithmIdentification
  - SeedListGenerator
- [Removed classes]:
  - FeatureFinderAlgorithmWavelet
- [Renamed classes]:
  - IDTagger -> DocumentIDTagger
- String:
  - improved behaviour of split(...) method
  - added support for quoting and unquoting of strings
- ConsensusMap: added clear(...) method
- IDMapper:
  - uses bounding boxes of mass traces instead of convex hulls now
  - the given deltas are used for features with convex hulls as well
- PoseClusteringShiftSuperimposer:
  - full rewrite, uses a similar algorithm like PoseClusteringAffineSuperimposer now
- TranformationDescription:
  - added cubic b-spline transformation
  - PairsType uses DoubleReal instead of Real now, thus can be used for m/z as well
- VersionInfo:
  - includes (if available) SVN revision number that the library is build upon via support
    by the build system
  - SVN revision information is displayed in the TOPP tools help text
- PepXMLFile: improved handling of PTMs

Changes to the Build System:
- unit tests are now in a separate sub-project in <OpenMS/source/TEST/> avoiding huge
  Solution files in MSVC IDE
- new targets: test_build, tutorials_build, tutorials_exec
- SVN revision (if available) is determined and compiled into OpenMS before the library is
  built
- added real install prefix and install target to be able to do a 'make install'

Changes to OpenMS XML formats:
- FeatureXML and ConsensusXML files use unique ids now instead of running indices. New XML
  Schema versions: 1.4

Changes to the contrib package:
- updated GSL to version 1.13
- updated SVM to version 2.89
- added Z lib and bz2 lib

Bug fixes:

[old tracker: http://sourceforge.net/tracker/?func=detail&aid=2857130&group_id=90558&atid=1059012]
- [2857042]: RTModel/PTModel unable to find modification
- [2857040]: Modification names with brackets fail to parse
- [2849215]: OMSSAAdapter fails with Acetlyation not found
- [2849201]: Parameters in INI files are duplicated
- [2849439]: Compilation error with Qt 4.3.x
- [2900457]: idXML files with more than ProteinIdentification might be incorrect

[new tracker: http://sourceforge.net/apps/trac/open-ms/query?status=closed&group=resolution&milestone=Release+1.6]
- #29: FilerMerger accumulates processingMethod entries
- #28: Segfault if idXML file does not contain a protein identification.
- #24: XML formats are written with unescaped special chars like "&"

------------------------------------------------------------------------------------------
----                                  OpenMS 1.5                                      ----
------------------------------------------------------------------------------------------

Main improvements of TOPPView:
- Added new labeling options for feature data
- Fixed crash when zooming in snap-mode
- Added context menu to spectra selection bar
- Feature editing mode can be enabled/disabled in the context menu (to avoid accidental editing)
- Several minor fixes and improvements

Main improvements of TOPP:
- Made mzML 1.1.0 the default format for all TOPP tools
- Added data processing information to all output files to improve traceability
- FileFilter:
  - added 'sort_peaks' option
  - added filtering according to scan type
  - added filtering according to activation type
- FileInfo:
  - added flag for data processing output
  - corrupt data checks: sorting is checked now, improved speed
- Added new tool IDFileConverter, which can convert between identification file formats
- Added TOPPAS, a tool for visual creation and execution of TOPP pipelines (beta)
- TextImporter can now import SpecArray and msInspect feature files
- Added CompNovo, a de novo identification tool for combined CID/ETD experiments
- MapAligner uses a new algorithm for pose clustering with less parameters

Main improvements of UTILS:
- Added PeptideIndexer, assign proteins to peptides including target/decoy specification
- Added MRMPairFinder, ERPairFinder to extract ratios of labeled experiments
- Added IDMassAccurracy, given mzML files and identification, it calculates distributions of mass deviations
- Added MapAlignmentEvaluation, a tool to evaluate alignment results
- Added MSSimulator, a highly configurable simulator for mass spectrometry experiments

Main improvements of OpenMS C++ library:
- mzML 1.1.0 support
- Improved the precision of mass values in several file formats

Detailed list of changes to specific OpenMS classes
- New classes:
  - CompNovo-classes
  - StablePairFinder, which is now used by MapAligner and FeatureLinker
  - Simulation-classes
- Removed classes:
  - FeatureFinderAlgorithmWatershed
  - PeakIcon
  - FactoryProduct (replaced by DefaultParamHandler)
  - DSpectrum (all the functionalty was moved to MSSpectrum)
- Renamed and moved classes:
  - moved PersistentObject from FORMAT/ to FORMAT/DB/
  - renamed PepXMLFile to PepXMLFileMascot
- Changes to Classes:
  - MSExperiment: added 'isSorted' method
  - MSSpectrum:
    - added 'isSorted' method
    - renamed MetaDataArray to FloatDataArray
    - added IntegerDataArrays
    - added StringDataArrays
  - DataValue: added constructor for 'std::string' and QString
  - MetaInfo: 'setValue' method takes only DataValue now
  - MetaInfoInterface: 'setMetaValue' method takes only DataValue now
  - Param: 'setValue' method takes only DataValue now
  - ExperimentalSettings: moved DataProcessing to SpectrumSettings (for mzML)
  - Precursor: supports multiple dissociation methods now (for mzML)
  - MetaInfoDescription: removed comment and source file; added data processing (for MzML)
  - ElementDB: isotopes are now possible
  - EmpiricalFormula: isotopes are now possible (e.g. (2)H for deuterium)
  - ModificationsDB: switched completely to UniMod (www.unimod.org). PSI-MOD still provided for convenience
  - PepXMLFile: added new 'load' method (moved the old 'load' method to PepXMLFileMascot)
  - TextFile:
    - is now derived from StringList
    - the 'asString' method was replaced by 'concatenate' from StringList
  - MzMLFile:
    - added support for integer and string binary arrays
    - added support for compressed binary data arrays
    - loading a file with unknown CV terms in certain tags no longer causes an error
  - DBConnection:
    - The 'executeQuery' method no longer sets the internal pointer to the first record of the result.
      It is now positioned before the first record. A boolean flag can be used to switch to the old behaviour.
  - SourceFile: changed native ID type to string
  - PoseClusteringAffineSuperimposer: full rewrite, not using CGAL

Changes to the contrib package:
- Added CoinMP 1.3.3
- Added IMSlib 0.1.0
- Update Xerces-C to revision 806068 of SVN trunk

Bug fixes:
- [2778461]: mzData files containing 'supDataArray' elements no longer crash OpenMS
- [2777173]: TOPPView 2D view projections no longer forget the draw mode on repaint
- [2776386]: TOPPView snap-to-max intensity mode no longer crashes with empty spectra
- [2775912]: PeakPickerCWT no longer assigns RT=-1 to MS/MS spectra

------------------------------------------------------------------------------------------
----                                  OpenMS 1.4                                      ----
------------------------------------------------------------------------------------------

Main improvements of TOPPView:
- Drag-and-drop is now supported from the layer bar, spectrum bar and for files from the operating system
- Improved visualization of very high-resolution data
- Improved painting speed of 2D view

Main improvements of TOPP:
- Added new tool TextImporter, which can convert text files to featureXML
- TextExporter can now export peptide/protein information stored in consensusXML
- PeakPicker: reduced the number of parameters, added parallization support
- FeatureFinder: added new MRM algorithm and removed the tool 'FeatureFinderMRM'
- FileInfo: added support for idXML

Main improvements of OpenMS C++ library:
- mzML 1.1.0 RC5 support
- removed support for external memory (use the 64bit builds if you want to process large datasets)
- added support for three kinds of parallization architectures
  - OpenMP
  - Intel Threading Building Blocks
  - Nvidia Cuda

Detailed list of changes to specific OpenMS classes:
- SpectrumSettings: several precursor peaks are now supported, added product list
- Precursor: complete rewrite for better support of mzData, mzXML and mzML
- PeakPickerCWT: cleaned up interface, improved meta data handling, improved parameters, added parallelization support
- GaussFilter: cleaned up interface, improved meta data handling
- SavitzkyGolayFilter: cleaned up interface, improved meta data handling
- MorphologicalFilter: cleaned up interface
- LinearResampler: cleaned up interface
- LabeledPairFinder: estimated negative sigma values are now treated as positive values
- FeatureFinder: added new algorithm 'MRM' for MRM feature detection; replaces FeatureFinderMRM
- ExperimentalSettings: remove native ID type (for mzML support)
- SourceFile: added native ID type (for mzML support)
- File: replaced vector<String> by StringList in all methods

Bug fixes:
- [2645436]: TOPPView - Data Filter for "Size" not available
- [2645510]: OpenMS - libOpenMS.so is built but linking fails (TOPP, tests) (on Debian "Lenny")
- [2665055]: FileFilter ignores -sort option for FeatureXML and Consensus
- [2659013]: windows contrib can fail when copying compiled libraries
- [2606068]: TOPP tools with list parameters do not work with INI files
- [2690367]: Protein references missing on peptide identifications

------------------------------------------------------------------------------------------
----                                   OpenMS 1.3                                     ----
------------------------------------------------------------------------------------------

New features and improvements of OpenMS:
- The build system is now based on CMake - supporting Linux, MacOS and Windows.
- Finalized mzML implementation (version 1.1.0 RC4)
  - previously unsupported parts
  - indexed mzML
  - semantic validation (see FileInfo)
- Kernel: Replaced comparators NthPositionLess by the comparator(s) RTLess and/or MZLess.
- Kernel: Replaced methods sortByNthPosition() by the method(s) sortByRT() and/or sortByMZ().
- Improved the framework for meta data visualization.
- Several extensions to the meta data classes were made for mzML compliance.
- The macros used for unit testing in source/TEST have been revised.
- More consistent handling of single vs. double numeric precision, esp. in file output.
- Added ANALYSIS/PIP/PeakIntensityPredictor class for peak intensity prediction (contributed by Alexandra Scherbart).
- Added support for Intel Compiler versions 10 and 11
- Added support for Qt up to 4.5 rc1

New features and improvements of TOPP:
- Added SILACAnalyzer: A specialized tool for quantitation of SILAC experiments (contributed by Lars Nilse).
- Added ITRAQAnalyzer: A specialized tool for quantitation of ITRAQ experiments.
- Added IDMapper: Assigns protein/peptide identifications to features or consensus features.
- FeatureLinker: Added automated RT parameter estimation for 'labeled' algorithm.
- MapAligner: Added spectrum_alignment and apply_given_trafo, IdXML is supported.
- Resampler: This tool is now used for resampling raw data instead of resampling in NoiseFilter or BaselineFilter.
- FileInfo: The option '-v' now also does a semantic validation of mzML files.
- FileMerger: Improved interface
- ConsensusID: Now also supports consensus identification of features and consensus features.
- INIFileEditor: Support for string/int/double lists and input/output files was added.
- Added PrecursorIonSelector: A tool for result-driven precursor ion selection.
- FalseDiscoveryRate: corrected FDR calculations and added optional support for q-values
- Added MascotAdapterOnline: which allows queries to Mascot via network (together with Daniel Jameson)

New features and improvements of TOPPView:
- Added functionality for editing feature data
- Added support for consensus features (consensusXML)
- Added measuring and generic annotations to 1D view
- Several minor interface improvements and bugfixes

Changes to OpenMS XML formats:
- ParamXML:
  - Restrictions in Param .ini files are represented by 'min:max' instead
    of 'min-max' now, to avoid issues with small (1e-06) and negative numbers.
  - Replaced 'advanced' attribute by the more general 'tags' attribute.
  - Added support for float, int and string lists
- featureXML:
  - Added tag <subordinate> to store competing features that did not qualify for the final map
  - Removed <description> section
  - Added document identifier
  - Added protein and peptide information
- consensusXML:
  - Added document identifier
  - Added protein and peptide information
- idXML:
  - Added document identifier

Changes to the contrib package:
- The build system is now based on CMake - supporting Linux, MacOS and Windows.
- Updated SeqAn package to revision 2666 (this fixes the STL debug error)
- Updated xerces-c to version 3.0.0
- Updated boost to version 1.37.0
- Downgraded GSL to 1.8 (because of Mac/Windows support)

Detailed list of changes to specific OpenMS classes:
- Renamed and moved classes
  - Renamed MSMetaDataExplorer to MetaDataBrowser
  - Renamed ProcessingMethod to DataProcessing
  - Moved XMLValidator from FORMAT/ to FORMAT/VALIDATORS/
- Removed classes
  - DPeakArray (moved the functionality to the classes that inherited from it)
  - IDSpectrumMapper (replaced by IDMapper)
  - IDFeatureMapper (replaced by IDMapper)
  - FeatureXMLHandler (merged into FeatureXMLFile)
  - ConsensusXMLHandler (merged into ConsensusXMLFile)
  - PeakPicker (merged into PeakPickerCWT)
  - MorphFilter (merged into MorphologicalFilter)
  - TopHatFilter (merged into MorphologicalFilter)
- New classes
  - DATASTRUCTURES/IntList
  - DATASTRUCTURES/StringList
  - ANALYSIS/ID/IDMapper
  - ANALYSIS/MAPMATCHING/MapAlignmentAlgorithmApplyGivenTrafo
  - ANALYSIS/MAPMATCHING/MapAlignmentAlgorithmSpectrumAlignment
- Changes to classes
  - InstrumentSettings
    - Revisited scan modes
    - Added bool member for zoom scans (no longer a scan mode)
  - MassAnalyzer: Removed tandem scanning method. This is stored in the ScanMode of InstrumentSettings.
  - DataProcessing: Now contains Software and can handle multiple processing actions.
  - Software: Only contains name and version now.
  - SourceFile: Added MetaInfointerface and checksum type
  - ContactPerson: Added URL and address
  - Instrument:
    - Can contain multiple detectors and multiple ion sources now
    - Added Software
    - Added ion optics type
  - AcquisitionInfo: Added MetaInfoInterface
  - Acquisition: integer 'number' member was changed to a string 'identifier' (for mzML)
  - ExperimentalSettings
    - Now contains multiple SourceFiles and DataProcessings
    - ExperimentType was removed
  - SpectrumSettings
    - Added nativeID (from acquisition software)
  - DSpectrum
    - The peaks are no longer stored in a container member, but DSpectrum is derived
      from std::vector<PeakType>.
    - The container type is no longer a template argument. Peak type and allocator type
      are the new template arguments.
  - LabeledPairFinder: Added automated RT parameter estimation.
  - GaussFitter: Removed several unneeded methods.
  - GammaDistributionFitter: Removed several unneeded methods.
  - DataValue: Added support for IntList and DoubleList types
  - Param:
    - Added a new remove(key) method, that removed only exact matches.
      The old remove() method was renamed to removeAll(prefix)
    - Replaced 'advanced' flag by a generic tagging mechanism
    - Added support for IntList and DoubleList types
  - File: find(...) now throws an exception, of the file is not found.
  - DPeak and DRichPeak are metafunctions now, e.g. DPeak<1>::Type is a typedef for Peak1D.
  - VersionInfo: Added support for SVN revision info. Slight interface changes.
  - TOPPBase: Print revison info (if meaningful).
  - MetaInfo: Uses double precision now.
  - Date
    - get() now returns a string instead of modifying a string reference.
    - Made today() is static now and returns the current DateTime instead of modifying the object.
  - DateTime
    - get(), getDate() and getTime() now return a string instead of modifying a string reference.
    - Made now() is static now and returns the current Date instead of modifying the object.
  - MSExperiment: The date is now a DateTime object.
  - ProgressLogger: Nested application uses indentation.
  - XMLValidator: The output stream for error messages can now be set in the isValid(...) method
  - XMLFile: The output stream for validation error messages can now be set in the isValid(...) method
  - MzMLFile: The output stream for validation error messages can now be set in the isValid(...) method
  - IdXMLFile: Adden document identifier to the load(...) and store(...) method

------------------------------------------------------------------------------------------
----                                   OpenMS 1.2                                     ----
------------------------------------------------------------------------------------------

New features and improvements of OpenMS:
- GCC 4.3 is now supported (GCC 3.4 and 4.0 are no longer supported)
- Added support for GCC STL debug mode (configure option --enable-stl-debug)
- Complete reimplementation of map alignment and feature grouping classes.
  This affected some classes in KERNEL and nearly all classes in ANALYSIS/MAPMATCHING.
  The affected classes are not listed in detail here.
- Added meta data arrays to spectra as the new standard way of handing peak meta information
- Improved interface of SpectrumCanvas and derived classes for easier reuse outside of TOPPView
- Added support for arbitrary modifications to peptide/protein modifications (based on PSI-MOD)
- Exceptions thrown by member functions are no longer declared in the header files.
  They are however documented in the class documentation.
- Added *beta* support for the HUPO PSI format mzML
  Currently only reading is supported and some features are not implemented yet
  e.g. chromatograms, zlib compression of base64 data, base64 integer data, base64 16 bit data
- Added the UTILS package, a bundle of small helper tools.
- Changed handling of amino acid sequences and modifications. Modifications are taken from
  PSI-MOD and are fully supported via the class AASequence.
- Added new framework for generic clustering

New features and improvements of TOPP:
- Replaced 'MapAlignment', 'UnlabeledMatcher' and 'LabeledMatcher' tools by 'MapAligner' and 'FeatureLinker' tools
- Added map alignment algorithm based on spectrum similarity to 'MapAlignment'
- Added 'PTModel' and 'PTPredict' tool for prediction of proteotypic peptides
- Added XTandemAdapter with a minimal interface (shared with OMSSAAdapter) all advanced option can be set using a
  standard X!Tandem configuration file
- Changed OMSSAAdapter to same minimal interface as XTandemAdapter, advanced option are additionally available
- Added IDDecoyProbability which implements the transformation of a forward and reversed search into probability
  scores (target-decoy approach)
- Added FalseDiscoveryRate, which implements FDR calculation from forward and reversed searches at peptide
  and protein levels

New features and improvements of TOPPView:
- Major update to the user interface and functionality
- Speed improvements of the 2D view
- Many bug fixes
- Updated tutorial

Changes to OpenMS XML formats:
- Added TransformationXML which stores information about map alignment
- Removed map alignment information from ConsensusXML
- FeaturePairsXML is now deprecated (ConsensusXML is used instead)

Changes to the contrib package:
- Updated to NetCDF 3.6.3
- Updated to SeqAn 1.1 (r2416)
- Updated to CGAL 3.3.1
- Updated to GSL 1.11
- Updated to xerces-c 2.80
- Updated to boost 1.35.0
- Updated to libsvm 2.86

Detailed list of changes to specific OpenMS classes:
- Renamed and moved classes
  - Renamed 'Exception::Base' to 'Exception::BaseException'
  - Renamed all 'Peak' classes to 'RichPeak'
  - Renamed all 'RawDataPoint' classes to 'Peak'
  - Renamed 'KERNEL/DPeakConstRefArray' to 'DATASTRUCTURES/ConstRefVector'

- Removed classes
  - KERNEL/PickedPeak1D
  - DATASTRUCTURES/HashMap (replace by Map)
  - ANALYSIS/MAPMATCHING/BaseAlignment (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/BaseMapMatcher (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/BasePairFinder (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/BasePairFinder_impl (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/BasePairwiseMapMatcher_impl (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/BaseSuperImposer_impl (restructuring of map alignment
  - ANALYSIS/MAPMATCHING/ElementPair (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/Grid (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/GridCell (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/Group (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/IndexTuple (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/LinearMapping (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/MapDewarper (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/MapMatcherRegression (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/PairMatcher (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/PoseClusteringPairwiseMapMatcher (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/StarAlignment (restructuring of map alignment)
  - ANALYSIS/CLUSTERING/BinnedRep (reimplemented in BinnedSpectrum)
  - COMPARISON/SPECTRA/BinnedRepCompareFunctor (reimplemented in BinnedSpectrumCompareFunctor)
  - COMPARISON/SPECTRA/BinnedRepMutualInformation (reimplemented in BinnedMutualInformation)
  - COMPARISON/SPECTRA/BinnedRepSharedPeakCount (reimplemented in BinnedSharedPeakCount)
  - COMPARISON/SPECTRA/BinnedRepSpectrumContrastAngle (reimplemented in BinnedSpectralContrastAngle)
  - COMPARISON/SPECTRA/BinnedRepSumAgreeingIntensities (reimplemented in BinnedSumAgreeingIntensities)
  - CONCEPT/Benchmark
  - CONCEPT/HashFunction
  - FILTERING/SMOOTHING/SmoothFilter
  - FORMAT/FeaturePairsXMLFile (restructuring of map alignment)
  - FORMAT/GridFile (restructuring of map alignment)
  - FORMAT/HANDLER/FeaturePairsHandler (restructuring of map alignment)
  - FORMAT/HANDLER/GridHandler (restructuring of map alignment)
  - FORMAT/HANDLER/OMSAAXMLHandler (replaced by OMSSAXMLFile)
  - KERNEL/ConsensusPeak (restructuring of map alignment)
  - KERNEL/FeatureHandle
  - KERNEL/MSExperimentExtern
  - KERNEL/PeakIndex
  - TRANSFORMATIONS/RAW2PEAK/PeakShapeType

- New classes
  - CHEMISTRY/ModificationsDB which handles the PSI-MOD modifications
  - CHEMISTRY/ModificationDefinition class, which specifies modification search options
  - CHEMISTRY/ModificationDefinitionSet class, which specifies modification search options
  - CHEMISTRY/ResidueModification which represents a PSI-MOD modification
  - ANALYSIS/ID/FalseDiscoveryRate class, which calculates FDRs on peptide and protein level
  - ANALYSIS/ID/IDDecoyProbability class, which implements a target decoy probability estimation
  - DATASTRUCTURES/Map class and replaced HashMap usage with Map
  - ANALYSIS/MAPMATCHING/BaseGroupFinder (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/FeatureGroupingAlgorithm (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/FeatureGroupingAlgorithmLabeled (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/FeatureGroupingAlgorithmUnlabeled (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/LabeledPairFinder (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/MapAlignmentAlgorithm (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/MapAlignmentAlgorithmPoseClustering (restructuring of map alignment)
  - ANALYSIS/MAPMATCHING/MapAlignmentAlgorithmSpectrumAlignment (new map alignment type using spectral alignments)
  - ANALYSIS/MAPMATCHING/TransformationDescription (new map alignment type using spectral alignments)
  - ANALYSIS/CLUSTERING/AverageLinkage (new framework for clustering)
  - ANALYSIS/CLUSTERING/ClusterFunctor (new framework for clustering)
  - ANALYSIS/CLUSTERING/ClusterHierachical (new framework for clustering)
  - ANALYSIS/CLUSTERING/CompleteLinkage (new framework for clustering)
  - ANALYSIS/CLUSTERING/SingleLinkage (new framework for clustering)
  - COMPARISON/SPECTRA/BinnedSpectrum (Binned represenetation of a spectrum)
  - COMPARISON/SPECTRA/BinnedMutualInformation
  - COMPARISON/SPECTRA/BinnedSumAgreeingIntensities
  - COMPARISON/SPECTRA/BinnedSpectralContrastAngle
  - COMPARISON/SPECTRA/BinnedSharedPeakCount
  - COMPARISON/SPECTRA/BinnedSpectrumCompareFunctor
  - COMPARISON/SPECTRA/CompareFourierTransform
  - COMPARISON/SPECTRA/PeakAlignment
  - COMPARISON/SPECTRA/SteinScottImproveScore
  - DATASTRUCTURE/DistanceMatrix
  - FORMAT/ControlledVocabulary
  - FORMAT/HANDLER/MzMLHandler
  - FORMAT/HANDLER/UnimodXMLHandler
  - FORMAT/HANDLER/XTandemInFileXMLHandler
  - FORMAT/MSPFile
  - FORMAT/MzMLFile
  - FORMAT/OMSSACSVFile
  - FORMAT/PepXMLFile (only for Mascot output, not complete implementation of pepXML)
  - FORMAT/TransformationXMLFile
  - FORMAT/XTandemInfile
  - FORMAT/XTandemXMLFile
  - MATH/STATISTICS/GammaDistributionFitter
  - MATH/STATISTICS/GaussFitter
  - TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmIsotopeWavelet
  - TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmWavelet

- Changes to classes
  - Changed AASequence to support PSI-MOD modifications
  - Changed Residue to support PSI-MOD modifications



------------------------------------------------------------------------------------------
----                                  OpenMS 1.1.1                                    ----
------------------------------------------------------------------------------------------

Bug fixes:
- [1953335]: TOPP - TOPPView: Filter bar is not updated when deleting a layer
- [1953339]: TOPP - TOPPView: Crash when pressing cancel button of the DB password dialog
- [1948699]: TOPP - TOPPView: Opening a file from command-line containing spaces fails
- [1948080]: TOPP - MascotAdapter: Variable modification were added to fixed modifications
- [1941268]: TOPP - TOPPView: Crash when displaying files with intensity 0 peaks only
- [1941270]: TOPP - TOPPView: Recent file paths in TOPPView are wrong under certain conditions (Windows only)
- [1941273]: TOPP - TOPPView: Crash when loading an INI file without type in TOPP dialog
- [1934199]: OpenMS - SpectrumWidget: Crash when painted without layers
- [1933097]: OpenMS - TOPPBase: Invalid default values of string parameters were not handled correctly


------------------------------------------------------------------------------------------
----                                   OpenMS 1.1                                     ----
------------------------------------------------------------------------------------------

New features and improvements of OpenMS:
- Added support for Windows XP
- Improved configure
  - prefix option now works as expected
  - Fixed several bugs in handling of Qt
  - Fixed several minor bugs
- Added support for large datasets through a custom allocator
- Added support for XML schemas, which allows validation of files
- Added optional schema version tag to all OpenMS XML formats
- Removed classes: DataReducer, MaxReducer, SumReducer, SavitzkyGolaySVDFilter,
                   MSExperimentExtern, BaseMapping
- Added classes: StringList, SuffixArray, DataFilters
- Renamed/moved classes:
  - ExternalCalibraton -> TOFCalibration,
  - SavitzkyGolayQRFilter -> SavitzkyGolayFilter
  - FORMAT/Param.h -> DATASTRUCTURES/Param.h
- Refactoring of FeatureFinder framework
- Refactoring of MapAlignment framework
- Refactoring of XML parsing classes
- Refactoring of the visualization widgets
- Reorganization of the OpenMS documentation
- Lots of minor bug fixes and improvements to documentation

New features and improvements of TOPP:
- Added support for advanced parameters and parameter value restrictions
- Added file type/name checks before use of input/output files
- Improved parameter handling of the tools that offer different methods:
  FeatureFinder, NoiseFilter and SpectraFilter
- Lots of minor bug fixes and improvements to documentation
- FileFilter: Added option to sort data points according to RT and m/z
- FileInfo: Added validation of files against the XML schema, added check for corrupt data
- Added TextExporter: exports featureXML, featurePairsXML, consensusXML and idXML to text
                      files for import to other tools
- Added FeatureFinderMRM: performs peptide quantitation using Multiple-Reaction-Monitoring (MRM)

New features and improvements of TOPPView:
- Refactoring of the interface: Moved a lot of functions to context menus
- Added data filters (intensity, quality, ...)
- Lots of minor bug fixes
- Added tutorial

Detailed list of changes to specific OpenMS classes:
- BoundingBox2D
  - Added constructor from PointArrayType
- DataValue
  - Simplified to Int, DoubleReal and String types only
  - Direct cast to all data types is not possible anymore
- DefaultParamHandler
  - Added support for restrictions
  - Added support for advanced parameters
- String
  - Improved implementations of implode and substr
  - Renamed implode(...) method to concatenate(...)
- DSpectrum
  - Added method to find the nearest peak to an m/z value (findNearest)
- Feature
  - Added support for convex hulls of individual mass traces
- Param
  - Added support for value restrictions
  - Added support for advanced parameters
  - Replaced STL iterator by Param-specific iterator, which is aware of the tree strucure
  - The getValue method now throws an exception in case of a non-existing name.
    Use exists(...) to check if a parameter exists
- FileHandler
  - Added support for IdXML, ConsensusXML and mgf format
- Factory
  - Added methods to find out which products are registered
- MetaInfo/MetaInfoInterface/MetaInfoRegistry
  - Names are automatically registered now
- FileHandler
  - Renamed some of the Type enum values to make them consistent

------------------------------------------------------------------------------------------
----                                   OpenMS 1.0                                     ----
------------------------------------------------------------------------------------------
- Kernel redesign (improvement of usability)
- Removed Boost dependencies
- Qt4 port
- Experimental support for MacOS 10
- Experimental support for Windows (XP & VISTA via MinGW)
- New OpenMS and TOPP tutorial
- Redesign of protein and peptide identification datastructures
- New format for protein and peptide identification: IdXML
- Release of annotated schemas for all OpenMS XML formats
- New features and improvements of TOPPView
  - Visualization of peaks, feature and feature pairs has been speeded up
  - Meta data browsing and editing
  - TOPP tools can be invoked via TOPPView
  - Visualization of protein/peptide identification annotated to LC-MS/MS data
- New features and improvements of TOPP
  - Added INIFileEditor - A GUI editor for TOPP configuration files
  - Added ConsensusID - A tool to unify protein and petide identification from several
                        search engines
  - Added Decharger - Decharging feature maps
  - Added MapAlignment - Multiple alignment of LC-MS maps
  - Added MapNormalizer - Normalization of peak intensities
  - Added InternalCalibration - Calibration of peak m/z using reference masses
  - Added ExternalCalibration - Conversion of flight times into m/z using external
                                calibrant spectra