-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update develop-ref after #2457 and #2453 #2458
Merged
Merged
Conversation
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
… properly run all use cases
Removed statsmodels from the table, this package is no longer a requirement. The necessary functionality was pulled out of the statsmodels repository and incorporated into the METcalcpy repository
METdataio *must* only use pandas 1.2.3. METdataio also requires pyyaml.
METdatio uses pytest to test aspects of the METreformat module
Explicitly add the step to commit and push changes to the file containing the author list.
Added METdataio for lxml, numpy, pandas, and pymysql
added branch protection rules step and the interface to Github was modified, you need to click on the stacked '->' icon to switch default branches
included METdataio for python 3.8.6+ requirement
psutil no longer needed in METplotpy and METcalcpy
METcalcpy no longer requires imutils and allow versions 0.5.3 and above
cleaned up formatting for imutils
Co-authored-by: George McCabe <[email protected]>
…s in case server is down
… number of DockerHub tag pages to search to 15
…e data for next version directory
…cial MET releases.
…geovista code will be added directly to python instead of reading it from the source code location, ci-skip-all
Co-authored-by: Tracy <[email protected]>
…LE, to easily see which variable should be removed
* New additions based on the old branch feature_1667_updating_overview * Moving the release-notes reference label * Added label for METplus_glossary for use in Documentation conentions section. * Adding images for the Documentation Conventions section * Modifying wording and testing formatting in Internal Links section * Second take on formatting * Third attempt at formatting * Fourth attempt at formatting * Modified wording, sections, and formatting * Minor modifications * Added period * Changed Pretty Table to PrettyTable * Modify informationg about converting an existing table and adding images * Resolving errors * Reformatting * Moving placement of reference label * Attempting to fix table title * Fixed incorrect alignment * Made changes based on Lisa's suggestions * Made changes based on Lisa's suggestions * Made corrections * Made corrections * Per #1667, fixing typos * Per #1667, corrected text --------- Co-authored-by: Julie Prestopnik <[email protected]>
…rder that they appear in the wrapped MET config file
…id specification string with spaces will be an accepted value
…, CSU/CIRA, and Australian BOM ci-skip-all
Co-authored-by: George McCabe <[email protected]>
…files within a time window, ci-run-all-diff
Co-authored-by: j-opatz <[email protected]>
…case because changes to the wrapper are needed to fix it after changes to the MET tool were merged
…quests via apk instead of pip because the pip commands began failing -- see PEP668 https://peps.python.org/pep-0668/ -- also changed scripts to create conda environments for use case tests to install all packages in a single call to mamba instead of individual calls
…talled from conda
Co-authored-by: George McCabe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#2457 adds a new use case, #2453 fixes TCDiag basic use case
Created by @georgemccabe