Releases: OpenMS/FLASHApp
Releases · OpenMS/FLASHApp
Release list
FLASHApp 1.0.1
Fix issue with sequence view not updating in deconv view.
FLASHApp 1.0.0
Fix selection clears not propagating; rebuild js-component bundle (#89) The frontend now round-trips a cleared selection as null/None (so deselecting an amino acid or switching proteoform propagates across the component iframes). update/filter use the "key not in selection_store" convention, so drop None-valued keys before computing data, while still echoing the full state (incl. nulls) back to the frontend so it can clear those fields everywhere. - src/render/render.py: pass an active_state without None values to update_data/filter_data; keep echoing the full state in selection_store. - tests/test_selection_clear.py: pin the StateTracker round-trip invariants (cleared field echoed as None but absent for the data computation). - js-component/dist: rebuilt Vue bundle including the matching frontend fix. https://claude.ai/code/session_01TWkpASnLwnhMAQRxuYFpNs Co-authored-by: Claude <noreply@anthropic.com>
FLASHApp 0.9.18
Merge pull request #65 from OpenMS/develop_macos_arm_docker Develop macos arm docker
FLASHApp 0.9.17
Merge pull request #64 from OpenMS/develop_macos_arm_docker Add ARM64 Docker image and CI job
FLASHApp 0.9.16
FLASHApp 0.9.15
FLASHApp 0.9.14
Final Polars Fix (#54) * prevent forking * bump version
FLASHApp 0.9.13
Fix Polars (#53) * remove streaming * remove streaming
FLASHApp 0.9.12
switch to powershell (#52) * switch to powershell * Revert "bump version" This reverts commit 116a48179471a0c4be4973a2b43a4c9f3b215aa9. * Reapply "bump version" This reverts commit 0b48c5452556ebeeb40f874cb6c3bdd8a32160a4. * Revert "switch to powershell" This reverts commit 771a35a51cc19a8fa9b627a62f3f79de5d35440b. * add debug handling for "build" failure * use current build script * use windows 2022 * make windows build consistent,remove debug
FLASHApp 0.9.11
remove problematic streaming (#51)