-
Notifications
You must be signed in to change notification settings - Fork 22
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
Release/0.13.0 #86
Release/0.13.0 #86
Conversation
# Conflicts: # pyproject.toml
* Added vcr cassettes for new test functions * Need to ignore types on VCRTestCase because there does not seem to be type information or a type stub library for vcrpy * Set decode_compressed_response option to True
* Added support for multiple-point searches * Made the necessary changes as suggested * Fixed some failing tests * Some minor doc changes
* Added functions for setting parameter options in Query class. * Revised doc strings on option functions. Added unit tests for each of the functions in test_queries.py. * Reverted changes to implement a more generic singular option function. Enabled doctests. Query's options member is now a defaultdict * removed unused import from test_queries * Added entry to CHANGELOG.md for issue #74 --------- Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
Fixes #76 --------- Co-authored-by: Chuck Daniels <chuck@developmentseed.org>
* consolidate query call, add changelog, correct test typo * support multiple values Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com> * Update CHANGELOG.md Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com> * Update tests/test_variable.py Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com> * Update README.md --------- Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com> Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
* Update CHANGELOG.md * Update pyproject.toml
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.
@frankinspace, I made some very minor suggestions, but nothing blocking, so I'm approving -- feel free to take my suggestions or leave them
Co-authored-by: Chuck Daniels <chuck@developmentseed.org>
Co-authored-by: Chuck Daniels <chuck@developmentseed.org>
Co-authored-by: Chuck Daniels <chuck@developmentseed.org>
Yeah I auto-formatted using PyCharm to help clear some linting errors. Seems like it over-indented in some places |
No worries. I thought they came from one of the PRs in the bunch. Do we want to create an issue for updating our process to use |
I haven't used |
Closes #84
Release candidate is available for verification
https://pypi.org/project/python-cmr/0.13.0rc1/
https://github.com/nasa/python_cmr/releases/tag/v0.13.0-rc1