- 
                Notifications
    
You must be signed in to change notification settings  - Fork 39
 
Update master 1.4.0 #83
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
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 PR updates the project to version 1.4.0 with key dependency and configuration changes. The update includes modernizing Python support, updating dependency versions, and organizing imports for better consistency.
- Bumps version to 1.4.0 and drops Python 3.9 support in favor of Python 3.10+
 - Updates pandas minimum version to 2.1 and adds Python 3.13 support
 - Reorganizes imports alphabetically and updates citation information
 
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description | 
|---|---|
| pyproject.toml | Updates Python version requirements, dependency versions, and maintainer email | 
| pyet/version.py | Bumps version from 1.3.1 to 1.4.0 | 
| pyet/rad_utils.py | Alphabetizes imports for consistency | 
| pyet/meteo_utils.py | Reorganizes imports alphabetically | 
| docs/index.rst | Updates citation information and fixes formatting | 
| docs/examples/10_example_paper.ipynb | Adds new computation time analysis section and updates notebook metadata | 
| docs/conf.py | Removes GitHub URL from theme options | 
| README.md | Updates citation information with published paper details | 
| .github/workflows/ci.yml | Updates Python version matrix to support 3.10-3.13 | 
| .github/workflows/ci-testing.yml | Updates GitHub Actions versions and Python support matrix | 
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Looks good!
Short Description
Update PyET to version 1.4 to make sure everything keeps working and to prepare for a further release this Fall.