-
Notifications
You must be signed in to change notification settings - Fork 0
chore(ci): Bump actions/setup-python from 5 to 6 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add basic GUI structure with file panel, plot widget, and metadata widget - Implement file browser with recent files list - Add interactive matplotlib plotting - Support data export (CSV, PNG, SVG, PDF) - Update README with GUI installation and usage instructions
- Replace simple file list with hierarchical folder tree - Implement tri-state checkbox system (Checked/Unchecked/PartiallyChecked) - Add parent-child checkbox synchronization - Support batch operations (Compare, Overlay, Export) - Add control bar with Select All/Clear/Refresh/Expand/Collapse buttons - Display selected files count and enable batch action buttons - Implement right-click context menus for files and folders - Add drag-and-drop support for folders - Update settings to save last opened directory instead of recent files
- Create PropertiesPanel with 3 tabs (File Info, Metadata, Data Types) - Update MainWindow layout from 2 columns to 3 columns * Left: File browser with tree structure * Center: Plot widget (main work area) * Right: Properties panel (collapsible) - Left and right panels can be collapsed, center panel stays fixed - Update load_asd_file() and close_current_file() to manage properties panel - Set initial window size to 1600x900 for better three-column display Phase 1 Complete - Basic three-column framework ready Next: Phase 2 - Multi-plot canvas, Phase 3 - Enhanced properties panel
- Implement multi-plot canvas and enhance properties panel with calibration, history, and system tabs
- Added BatchExportDialog for exporting multiple ASD files in CSV and TXT formats. - Introduced BatchExportWorker for handling export operations in a separate thread. - Enhanced MainWindow to support exporting multiple subplots and improved default filename logic. - Created OverlayPlotDialog for visualizing multiple spectra on a single plot with options for grid, legend, and statistics. - Updated MultiPlotCanvas to support exporting all subplots to a single file. - Added StatisticsWidget to display global and per-band statistics for spectral data. - Updated PropertiesPanel to include a new Statistics tab. - Improved UI elements in FilePanel for better user experience.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps actions/setup-python from 5 to 6.
Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
e797f83Upgrade to node 24 (#1164)3d1e2d2Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cfBump actions/checkout from 4 to 5 (#1181)f62a0e2Change missing cache directory error to warning (#1182)9322b3cUpgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51dAdd version parsing from Pipfile (#1067)3c6f142update documentation (#1156)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)