-
Notifications
You must be signed in to change notification settings - Fork 40
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
v0.5.2 #670
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
- autopep8 - Fix comment typo - Use consistent notation for intervals everywhere, e.g., [0, 360]
delim_whitespace is to be deprecated in pandas.read_csv. Fortunately they provide a drop-in replacement for its functionality: providing a RegEx for wihtespace as the sep argument. This change does that in the one place in the code where delim_whitespace is used.
- autopep8 - Added type annotations where the language server wasn't inferring them - Turned the check for api_filename into a guard clause
Behavior of this function changed so that it will no longer overwrite .netrc. .netrc may contain more than one set of credentials, so we have to take care not to destroy them while updating the one relevant to RAiDER/GMAO. The more simple RC files that only ever hold one set of credentials will still just be overwritten, but now RAiDER will know when it's dealing with .netrc/GMAO and parse it and only replace the part that pertains to GMAO's host URL.
Bumps [ASFHyP3/actions](https://github.com/asfhyp3/actions) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/asfhyp3/actions/releases) - [Changelog](https://github.com/ASFHyP3/actions/blob/develop/CHANGELOG.md) - [Commits](ASFHyP3/actions@v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: ASFHyP3/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- test_credentials.py moved to credentials/test_createFile.py - credentials/test_updateFalse.py: verifies behavior of credentials.check_api while update flag is False - (STAR OF THE SHOW) credentials/test_updateTrue.py: verifies correct behavior while update flag is True, including that .netrc credentials are NOT CLOBBERED
Use sep instead of delim_whitespace
…P3/actions-0.11.1 Bump ASFHyP3/actions from 0.11.0 to 0.11.1
This files are more aptly named run configuration files; only some run configs are templates.
- The default raider.yaml is meant as a blank template to make other run configurations from, so I renamed it to "template". - This file is now part of a larger set of files that can be summoned to your working directory with `raider.py --generate_config <filename>`, so I moved it to the new examples/ folder with the rest of those files.
…/garlic-os/RAiDER into issue-638-do-not-overwrite-netrc
Add None checks to aws.get_s3_file
Re-add example run configurations
Update RC files instead of overwriting them
Update CHANGELOG.md
cmarshak
approved these changes
Jul 15, 2024
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.
Description
Version release 0.5.2