Merged
Conversation
The validation/annotation mode toggle previously required both manual annotations AND auto-classifications to exist. Now it appears whenever auto-classification data is available, allowing users to switch to annotation mode for auto-classified-only samples by creating blank annotations on the fly. The session cache now stores/restores the toggle state so it persists across sample switches.
…ments - Add "SQLite → MATLAB ZIP" export via iRfcb::ifcb_zip_matlab() with features/data folder inputs, recursive options, and README metadata - Add IFCB instrument multi-select filter to both ZIP and MATLAB ZIP export dialogs - Scan local classifier files (CSV/H5/MAT) in dashboard mode when dashboard auto-classifications are disabled, showing correct classified status in sample dropdown - Fix Python environment detection by setting RETICULATE_PYTHON before initialization so py_discover_config() resolves to the correct venv - Guard local classifier file loading with dashboard_autoclass check to prevent unintended fallback when dashboard auto-classifications enabled - Show in-app notification when dashboard auto-classification download fails instead of console-only warning - Fix session cleanup handler reading annotator/class2use after session end - Add tests for samples parameter filtering and dashboard classifier scanning - Update vignettes, FAQ, and NEWS with new features
Dashboard class_scores CSV files are served from dataset-specific paths (e.g., /mvco/) rather than the generic /data/ endpoint. Added resolve_sample_dataset() to auto-detect the dataset via the bin API when not provided in the URL. Also fixed "No ROI dimensions available" error when switching from validation to annotation mode in dashboard mode by checking the dashboard PNG cache for dimension inference.
…tation mode Cache validation-mode classifications (e.g. dashboard autoclass) before switching to annotation mode so they can be restored when switching back, instead of showing "No classification data available".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch of recent release