-
Notifications
You must be signed in to change notification settings - Fork 5
Joss submission #5
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
Fix for #303
…nderworld3 into joss-submission
typo in link
* uwmaster -> upstream * Specify underworld3
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 pull request prepares the repository for JOSS (Journal of Open Source Software) submission by bringing changes from the joss-submission branch to dev. The main purpose is to update the submission materials and make the repository ready for re-submission as requested by the JOSS editor.
- Updates JOSS paper content with expanded mathematical framework and field comparison sections
- Enables previously disabled advection/diffusion tests with improved analytical solutions
- Prepares repository structure and metadata for JOSS requirements
Reviewed Changes
Copilot reviewed 16 out of 17 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/test_1100_AdvDiffCartesian.py | Major refactor replacing 1D numerical comparison with analytical solution verification |
| test.sh | Re-enables previously commented out advection/diffusion test suites |
| src/underworld3/_version.py | Version bump from 0.98.1b to 0.99.0b with release preparation comment |
| paper.md | Creates symbolic link to actual JOSS paper location |
| paper.bib | Creates symbolic link to JOSS bibliography file |
| docs/user/NextSteps.qmd | Updates API documentation URL and fixes syntax |
| docs/joss-paper/paper.md | Extensive content updates including expanded mathematical framework |
| docs/joss-paper/paper.crossref | Updates timestamps and adds author affiliations |
| docs/joss-paper/paper.bib | Major bibliography expansion with corrected citation keys |
| docs/joss-paper/JOSS_Checklist.md | Updates checklist items to completed status |
| docs/developer/CodingStyle.md | Reformats text and adds clarification about pytest independence |
| README.md | Adds build status badge and formatting improvements |
| LICENCE.md | Corrects reference to license file name |
| CONTRIBUTING.md | Adds comprehensive contribution guidelines |
| .zenodo.json | Reorders authors and fixes JSON syntax |
| .github/workflows/draft-pdf.yml | Updates action version from v3 to v4 |
Co-authored-by: Copilot <[email protected]>
do not return from within a context manager
Bring the joss-submission information across to dev.
We will need to update the joss-submission branch to reflect the current state of the code (request from editor to re-submit)
L