Skip to content
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

Merged
merged 110 commits into from
Jul 15, 2024
Merged

v0.5.2 #670

merged 110 commits into from
Jul 15, 2024

Conversation

jlmaurer
Copy link
Collaborator

Description

Version release 0.5.2

garlic-os and others added 30 commits June 8, 2024 18:16
- 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
- Use a match statement in _check_envs where appropriate
- Refer to API credential files as rc files
- Switch non-const variable names to lowercase
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
…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.
@jlmaurer jlmaurer added the patch Bump the patch version number of this project label Jul 12, 2024
@jlmaurer jlmaurer marked this pull request as ready for review July 12, 2024 03:14
@jlmaurer jlmaurer merged commit 2a34802 into main Jul 15, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Bump the patch version number of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants