Skip to content

MORTAR v1.1.1.0

Compare
Choose a tag to compare
@FelixBaensch FelixBaensch released this 27 Jun 14:28

Change notes

  • GUI:
    • Settings of histogram view and overview view are now persisted during a session and between sessions
  • Code:
    • Histogram view and overview view functionalities are now more unified and more encapsulated via IViewToolController interface and ViewToolsManager class
    • Extensive restructuring of HistogramViewController and OverviewViewController
    • ListUtil class was renamed to CollectionUtil and extended
    • Junit updated v4.13 to 5.9.3 with some minor adaptions of the test classes
    • Bug fix in pipeline fragmenter depersistence
    • Central SMILES code parsing method added to ChemUtil class

What's Changed

  • Rework of HashMap initialisations by @JonasSchaub in #5
  • Histogram unification by @B-s123 in #8
  • Unifying view tools, histogram and overview, to some extend and persisting their settings within and between sessions by @JonasSchaub in #6

Full Changelog: v1.1.0.0...v1.1.1.0