Releases: t0mdavid-m/TOPPView-Lite
Releases · t0mdavid-m/TOPPView-Lite
ToppView-Lite 0.1.4
Bugfix.
ToppView-Lite 0.1.3
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
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
Adjust to API changes in openms-insight 0.1.1
ToppView-Lite 0.1.0
First Demo.