-
Notifications
You must be signed in to change notification settings - Fork 4
Release 0.11.0 #158
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
base: main
Are you sure you want to change the base?
Release 0.11.0 #158
Conversation
* poetry update * update sphinx and github actions * update actions * update docs * update readme * removed files not used * update to python 3.12 * fix poetry lock * poetry update * update steps names * update readme
* update to python 3.12 and add update calculating max dimension * update fix pylint * fix checking empty file function to check all groups * update not to collapse dim as stitchee is processing single granules also to align the dims * fix pylint and flake * add test for collapse dims * update poetry lock * Update tests/test_path_utils.py Co-authored-by: Copilot <[email protected]> * Update podaac/merger/path_utils.py Co-authored-by: Copilot <[email protected]> * Update podaac/merger/path_utils.py Co-authored-by: Copilot <[email protected]> * update changelog * update sonar cloud * update poetry version and remove unused code * Update lock file to proper version --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: James Wood <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This release updates the project to version 0.11.0 with Python 3.12 support, dependency updates, and bug fixes related to history JSON construction and dimension calculations.
- Updated Python version to 3.12
- Updated development dependencies (pytest, pytest-cov, pylint)
- Fixed issues with empty file identification and dimension calculation consistency
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pyproject.toml | Updated dev dependency versions for pytest, pytest-cov, and pylint |
| CHANGELOG.md | Reorganized changelog structure and documented version 0.11.0 changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Added | ||
| ### Changed | ||
| - Updated to Python 3.12 | ||
| - Updated Github Actions to use launchpad token lambda |
Copilot
AI
Dec 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'Github' to 'GitHub'.
[0.11.0]
Added
Changed
Deprecated
Removed
Fixed