-
Notifications
You must be signed in to change notification settings - Fork 24
Matching packages between main and develop branches and removal of outdated pull request template #86
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
Merged
Merged
Matching packages between main and develop branches and removal of outdated pull request template #86
Changes from 6 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
da98b4d
Changed workflows to use python 3.11.7, added pytest-subtests to requ…
fmalatino f86e143
Matched package dependencies between main and develop branches
fmalatino 01b31b7
Removed singular constraint file
fmalatino 6eb9f27
Removed redudant lines from Dockerfile and created singular constrain…
fmalatino 6c7ff9f
Fixing requirements_dev.txt
fmalatino 14866fd
Updated Dockerfile base image to python 3.11.7-slim-bullseye
fmalatino b90b02e
Working on Dockerfile
fmalatino 4f54c75
Merged in changes from PR 89
fmalatino 9652fca
Updating constraints file
fmalatino 0642982
Reverting changes in Makefile for docker builds, updating NDSL, and u…
fmalatino 763250e
Updating platformdirs to v3.10.0 in constraints.txt
fmalatino 9f68b76
Updating constraints.txt
fmalatino 2c7bedb
Updating Dockerfile to use 3.11-slim-bookworm base python image
fmalatino 5ed4ae9
Updating constraints to use platformdirs v3.10.0
fmalatino ecb7c65
Removing dace:cpu backend from baroclinic_c12 example
fmalatino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule NDSL
updated
21 files
| +6 −2 | .github/workflows/unit_tests.yaml | |
| +667 −0 | examples/Fortran_serialization/01_serialize_fortran_data.ipynb | |
| +240 −0 | examples/Fortran_serialization/02_read_serialized_data_python.ipynb | |
| +1,278 −0 | examples/NDSL/01_gt4py_basics.ipynb | |
| +492 −0 | examples/NDSL/02_NDSL_basics.ipynb | |
| +214 −0 | examples/NDSL/03_orchestration_basics.ipynb | |
| +73 −0 | examples/NDSL/basic_boilerplate.py | |
| +64 −0 | examples/NDSL/orch_boilerplate.py | |
| +1 −1 | external/dace | |
| +1 −1 | external/gt4py | |
| +109 −0 | ndsl/boilerplate.py | |
| +5 −4 | ndsl/grid/geometry.py | |
| +3 −2 | ndsl/grid/helper.py | |
| +6 −5 | ndsl/initialization/allocator.py | |
| +3 −4 | ndsl/quantity.py | |
| +137 −39 | ndsl/stencils/testing/conftest.py | |
| +165 −0 | ndsl/stencils/testing/serialbox_to_netcdf.py | |
| +3 −3 | ndsl/stencils/testing/test_translate.py | |
| +11 −0 | setup.cfg | |
| +7 −2 | setup.py | |
| +60 −0 | tests/test_boilerplate.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule pySHiELD
updated
5 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Thanks for the change. We should probably update the python image in here from 3.8.3 to 3.11.7 as well