Skip to content

Releases: t0mdavid-m/TOPPView-Lite

ToppView-Lite 0.1.4

13 Jan 11:26

Choose a tag to compare

ToppView-Lite 0.1.3

13 Jan 11:21

Choose a tag to compare

Cleanup

  • Removed legacy test files: test.py, test_gui.py, docs/toppframework.py
  • Removed unused workflow: .github/workflows/workflow-tests.yml

CI/CD Fixes

  • Fixed GitHub Actions workflows (ci.yml, build-docker-images.yml)

Viewer Improvements

  • Updated content/viewer.py - reordered spectrum plot and SequenceView rendering
  • Streamlined content/upload.py - reduced ~67 lines

Core Updates

  • Enhanced src/common/common.py with additional utilities
  • Updated src/components/factory.py with new functionality
  • Minor fixes in src/preprocessing/extraction.py and identification.py

ToppView-Lite 0.1.2

25 Dec 08:32

Choose a tag to compare

Major Refactoring

  • Refactor to openms-insight 0.1.3+ patterns (82c1518)
  • Simplified identification.py (~800 lines removed)
  • Use LinePlot.from_sequence_view() for linked annotations
  • Cache reconstruction mode for efficient reloading

New Features

  • Hide IM table for single dimension data (02eb7cb)
    • Only show ion mobility table when multiple dimensions exist
    • Disable IM filters when only one dimension
    • Enable proton_loss_addition by default
  • Add convenience function for retrieving parameters (fc4823e)

Testing

  • Restructure test suite (b5be173)
    • Unit tests for identification, component_inputs, factory modules
    • Shared fixtures in conftest.py

ToppView-Lite 0.1.1

13 Dec 11:02

Choose a tag to compare

Adjust to API changes in openms-insight 0.1.1

ToppView-Lite 0.1.0

12 Dec 21:46

Choose a tag to compare

First Demo.