All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- pull/17 New feature that allows sort_keys to be passed into this Api up to the CMR. Used the valid sort_keys as of July 2023
- Updated dependency versions
- pull/15: New feature added to filter by granules within the circle around lat/lon
- pull/12: Added environments to module level to simplify imports to
from cmr import CMR_UAT
- Changed token url to being tokens in authorization headers.
- Add in bearer token function for use of EDL bearer token in authorization headers.
- New workflow that runs lint and test
- New function
Query.token
to add an auth token to the request sent to CMR
- Now building with poetry
- New support for querying variables (UMM-V)
- Can now import
ToolQuery
ServiceQuery
VariableQuery
straight from cmr module. (e.g.from cmr import ToolQuery
)
- New support for querying tools (UMM-T) and services (UMM-S)
- CodeQL Analysis on pushes and pull requests
- Moved to github.com/nasa/python_cmr
- Prior releases of this software originated from https://github.com/jddeal/python-cmr/releases