Skip to content

Commit

Permalink
housekeeping: update setup.py, changelog, fixes unmerged comment conf…
Browse files Browse the repository at this point in the history
…lict
  • Loading branch information
kim committed Jan 13, 2025
1 parent 8bf8cfb commit 7e7dace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v8.1.0](https://github.com/asfadmin/Discovery-asf_search/compare/v8.0.1...v8.1.0)
### Changed
- Changed log level from warning to debug/info for search timing log messages
- Raised minimum Python version to 3.9 from 3.8, which reached EOL last year (see the official [Status of Python versions](https://devguide.python.org/versions/) for the Python version release cycle)

------
## [v8.0.1](https://github.com/asfadmin/Discovery-asf_search/compare/v8.0.0...v8.0.1)
### Fixed
- Fixed setting end date timezone when translating search opts to CMR opts

------
## [v8.0.0](https://github.com/asfadmin/Discovery-asf_search/compare/v7.1.0...v7.2.0)
## [v8.0.0](https://github.com/asfadmin/Discovery-asf_search/compare/v7.1.0...v8.0.0)
### Added
- Added `asf.ASFSearchOptions(circle=[lat, long, radius])` search param. Takes list of exactly 3 numbers.
- Exposed `asf.validator_map`, which given a ops search param, can be used to look up which method we're going to validate it against.
Expand Down
4 changes: 0 additions & 4 deletions asf_search/ASFProduct.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,10 @@ def get_classname(cls):
- `path`: the expected path in the CMR UMM json granule response as a list
- `cast`: (optional): the optional type casting method
<<<<<<< HEAD
Defining `_base_properties` in subclasses allows for
defining custom properties or overiding existing ones.
See `S1Product.get_property_paths()` on how subclasses are expected to
combine `ASFProduct._base_properties` with their own separately defined `_base_properties`
=======
Defining `_properties_paths` in subclasses allows for defining custom properties or overiding existing ones.
>>>>>>> master
"""

def __init__(self, args: Dict = {}, session: ASFSession = ASFSession()):
Expand Down

0 comments on commit 7e7dace

Please sign in to comment.