-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): Update isort requirement from <6.0.0,>=5.0.0 to >=5.0.0,<7.0.0 #6
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.
Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.0.0...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:production ... 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. |
Updates the requirements on isort to permit the latest version.
Release notes
Sourced from isort's releases.
Changelog
Sourced from isort's changelog.
... (truncated)
Commits
ec0efaeMerge pull request #2410 from PyCQA/docs/discussion8af675fUpdate docs discussions channela03dae8Merge pull request #2409 from PyCQA/build/py314-classifier2232a26Add python 3.14 classifier and badgeec48dd7Merge pull request #2405 from dvarrazzo/fix/drop-pkg-resourcesbe46cd4refactor: make importlib metadata package import lazy18ecd0cchore: drop branch guarding unsupported Python versions1d42e56fix: drop use of non-standard pkg_resources API0c8fc82Merge pull request #2406 from PyCQA/dependabot/github_actions/github-actions-...3478763Bump actions/checkout from 4 to 5 in the github-actions groupDependabot 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)