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

Release/0.13.0 #86

Merged
merged 18 commits into from
Sep 13, 2024
Merged

Release/0.13.0 #86

merged 18 commits into from
Sep 13, 2024

Conversation

frankinspace
Copy link
Collaborator

@frankinspace frankinspace commented Sep 13, 2024

frankinspace and others added 14 commits July 23, 2024 14:09
* 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
@frankinspace frankinspace linked an issue Sep 13, 2024 that may be closed by this pull request
Copy link
Collaborator

@chuckwondo chuckwondo left a 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

cmr/queries.py Outdated Show resolved Hide resolved
cmr/queries.py Outdated Show resolved Hide resolved
cmr/queries.py Outdated Show resolved Hide resolved
cmr/queries.py Outdated Show resolved Hide resolved
cmr/queries.py Outdated Show resolved Hide resolved
cmr/queries.py Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
frankinspace and others added 2 commits September 13, 2024 10:35
Co-authored-by: Chuck Daniels <chuck@developmentseed.org>
Co-authored-by: Chuck Daniels <chuck@developmentseed.org>
cmr/queries.py Outdated Show resolved Hide resolved
Co-authored-by: Chuck Daniels <chuck@developmentseed.org>
@frankinspace
Copy link
Collaborator Author

Yeah I auto-formatted using PyCharm to help clear some linting errors. Seems like it over-indented in some places

@chuckwondo
Copy link
Collaborator

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 ruff? (We might need to do some reformatting to deal with long lines and perhaps a few other things that we currently let flake8 flag without failing the build.)

@frankinspace
Copy link
Collaborator Author

I haven't used ruff yet but yeah I'm not tied to flake8 as a linter... as long as we're running a linter I'm happy

@frankinspace frankinspace merged commit b197edd into main Sep 13, 2024
12 checks passed
@frankinspace frankinspace deleted the release/0.13.0 branch September 13, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discussion on next release
7 participants