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

V6.7.3 Release #252

Merged
merged 22 commits into from
Jan 9, 2024
Merged

V6.7.3 Release #252

merged 22 commits into from
Jan 9, 2024

Conversation

SpicyGarlicAlbacoreRoll
Copy link
Contributor

@SpicyGarlicAlbacoreRoll SpicyGarlicAlbacoreRoll commented Dec 22, 2023

v6.7.3

Added

  • Adds OPERA-S1 constants RTC, RTC_STATIC (RTC-STATIC), CSLC, CSLC_STATIC (CSLC-STATIC) to PRODUCT_TYPE.py

Fixed

  • Harmonizes search(), geo_search(), and search_count() parameters
  • Updates python version requirement in setup.py to 3.8+

Changed

  • search method params with Iterable type hinting now changed to Sequence
  • search method param validators updated to support Sequence type (lists, tuples, ranges)

(Prior to this release search params with Iterable type hinting only actually supported lists, so the change to Sequence will not cause breaking changes)

@SpicyGarlicAlbacoreRoll SpicyGarlicAlbacoreRoll added the patch Bumps the patch version (PR to stable only) label Dec 22, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (3b890e8) 89.85% compared to head (a5f017e) 89.79%.

Files Patch % Lines
asf_search/ASFSearchOptions/validators.py 80.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           stable     #252      +/-   ##
==========================================
- Coverage   89.85%   89.79%   -0.07%     
==========================================
  Files          54       54              
  Lines        2021     2028       +7     
==========================================
+ Hits         1816     1821       +5     
- Misses        205      207       +2     
Flag Coverage Δ
unittests 89.79% <86.66%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SpicyGarlicAlbacoreRoll SpicyGarlicAlbacoreRoll marked this pull request as ready for review January 8, 2024 19:09
asf_search/ASFSearchOptions/validator_map.py Outdated Show resolved Hide resolved
asf_search/ASFSearchOptions/validators.py Outdated Show resolved Hide resolved
asf_search/ASFSearchOptions/validators.py Outdated Show resolved Hide resolved
@SpicyGarlicAlbacoreRoll SpicyGarlicAlbacoreRoll merged commit dcb71ee into stable Jan 9, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Bumps the patch version (PR to stable only)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants