Skip to content

v6.7.3

Compare
Choose a tag to compare
@ASF-Discovery ASF-Discovery released this 09 Jan 23:56
· 342 commits to master since this release
a5f017e

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)