Skip to content

Releases: OpenMS/FLASHApp

FLASHApp 1.0.1

Choose a tag to compare

@t0mdavid-m t0mdavid-m released this 24 Jun 12:50
b8e86e8

Fix issue with sequence view not updating in deconv view.

FLASHApp 1.0.0

Choose a tag to compare

@t0mdavid-m t0mdavid-m released this 29 May 16:18
a89427d
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

Choose a tag to compare

@t0mdavid-m t0mdavid-m released this 20 Mar 12:36
902cf46
Merge pull request #65 from OpenMS/develop_macos_arm_docker

Develop macos arm docker

FLASHApp 0.9.17

Choose a tag to compare

@t0mdavid-m t0mdavid-m released this 19 Mar 11:49
c228da3
Merge pull request #64 from OpenMS/develop_macos_arm_docker

Add ARM64 Docker image and CI job

FLASHApp 0.9.16

Choose a tag to compare

@t0mdavid-m t0mdavid-m released this 13 Mar 14:13
bf7b693

Upgrade to OpenMS 3.5

FLASHApp 0.9.15

Choose a tag to compare

@t0mdavid-m t0mdavid-m released this 25 Sep 10:54
99dd5a2
bump version

FLASHApp 0.9.14

Choose a tag to compare

@t0mdavid-m t0mdavid-m released this 23 Sep 10:01
ba00399
Final Polars Fix (#54)

* prevent forking

* bump version

FLASHApp 0.9.13

Choose a tag to compare

@t0mdavid-m t0mdavid-m released this 22 Sep 12:21
14bfd25
Fix Polars (#53)

* remove streaming

* remove streaming

FLASHApp 0.9.12

Choose a tag to compare

@t0mdavid-m t0mdavid-m released this 22 Sep 09:17
e7cff7a
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

Choose a tag to compare

@t0mdavid-m t0mdavid-m released this 17 Sep 04:52
c1f9e7e
remove problematic streaming (#51)