-
Notifications
You must be signed in to change notification settings - Fork 11
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
Updating submodules and pace refactor #75
Merged
Merged
Changes from 12 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
00cba46
Updated submodule versions
fmalatino 3bbe036
Loosened constraint on gridtools-cpp for build of gt4py in constraint…
fmalatino c250df0
Merge branch 'main' into refactor/submodule_updates
fmalatino d5bfeb0
Updating submodules to most recent versions as of 6 Feb 2024 16:00
fmalatino 16b15ce
Merge branch 'develop' into refactor/submodule_updates
fmalatino 82c4862
Updated submodules
fmalatino ecda385
Updated submodules to current commits in develop branches, and import…
fmalatino 6a7d6c3
Updating pyFV3 submodule
fmalatino 35c4ed9
Updated constraints.txt
fmalatino 63a46ac
Removed local references in constraints.txt
fmalatino 917b9c8
Removed local reference to dace in constraints.txt
fmalatino 09045d1
Updated pace internal imports
fmalatino 4e2e3f7
Unexposed modules in driver __init__ and updated NDSL
fmalatino 2ba7691
Updating to latest version of develop
fmalatino 7bda2c6
Linting
fmalatino 5e910e2
pace refactor
fmalatino ae07176
update to current pyFV3
fmalatino 5f83fde
Merged in current develop branch
fmalatino 4bb8877
Changing location of setup.cfg
fmalatino 3cb419e
Removed need for python path to be re-passed
fmalatino 8fb03f2
Linting
fmalatino f2724ce
Updates to reflect new structure
fmalatino ec1e2e3
Edits to requirements_dev.txt to install editable pace package
fmalatino 15fc295
Updated README
fmalatino e154802
Updating submodules after NDSL 2024.04.00 release
fmalatino 4131fba
Updating constraints.txt
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
Submodule NDSL
updated
82 files
This file contains 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 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 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 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 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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
What's the logic behind adding these here?
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.
I was just copying what was done in NDSL, with exposing without rationale, and then un-exposing when it is deemed unnecessary.