Releases: nasa/python_cmr
Releases · nasa/python_cmr
v0.13.0
What's Changed
- Added vcr cassettes for new test functions by @frankinspace in #71
- Added support for multiple-point searches by @Sherwin-14 in #73
- Add methods for setting parameter options by @mamamia96 in #75
- Move platform() into GranuleCollectionBaseQuery by @WardBrian in #78
- Add processing_level_id collection parameter by @WardBrian in #79
- Enable STAC Output for GranuleQuery by @scottyhq in #82
- updated adding instance_format to variable query by @briannapagan in #83
- Prep release by @frankinspace in #85
- Release/0.13.0 by @frankinspace in #86
New Contributors
- @Sherwin-14 made their first contribution in #73
- @mamamia96 made their first contribution in #75
- @WardBrian made their first contribution in #78
- @scottyhq made their first contribution in #82
- @briannapagan made their first contribution in #83
Full Changelog: v0.12.0...v0.13.0
v0.13.0-rc1
What's Changed
- Added vcr cassettes for new test functions by @frankinspace in #71
- Added support for multiple-point searches by @Sherwin-14 in #73
- Add methods for setting parameter options by @mamamia96 in #75
- Move platform() into GranuleCollectionBaseQuery by @WardBrian in #78
- Add processing_level_id collection parameter by @WardBrian in #79
- Enable STAC Output for GranuleQuery by @scottyhq in #82
- updated adding instance_format to variable query by @briannapagan in #83
- Prep release by @frankinspace in #85
New Contributors
- @Sherwin-14 made their first contribution in #73
- @mamamia96 made their first contribution in #75
- @WardBrian made their first contribution in #78
- @scottyhq made their first contribution in #82
- @briannapagan made their first contribution in #83
Full Changelog: v0.12.0...v0.13.0-rc1
v0.12.0
What's Changed
- Fix query header clobbering by @chuckwondo in #50
- Add Python version to poetry cache key by @frankinspace in #53
- Add support for filtering cloud hosted collections by @liyahshaikh in #55
- Bump requests from 2.31.0 to 2.32.3 by @dependabot in #58
- Bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #62
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #63
- Export DayNightFlag type alias by @chuckwondo in #64
- Add option to search by revision_date by @nikki-t in #68
- Release/0.12.0 by @frankinspace in #69
New Contributors
- @liyahshaikh made their first contribution in #55
- @nikki-t made their first contribution in #68
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Bump idna from 3.6 to 3.7 by @dependabot in #32
- Add syntax highliting to codeblocks in README by @reweeden in #33
- Removes extra characters from README code blocks by @jaybarra in #34
- Modernize Python support by @chuckwondo in #38
- Bump actions/checkout from 3 to 4 by @dependabot in #39
- Bump actions/cache from 3 to 4 by @dependabot in #40
- Bump github/codeql-action from 2 to 3 by @dependabot in #41
- Fix KeyError for non-json query formats by @chuckwondo in #43
- Add type annotations by @chuckwondo in #44
- Release 0.11.0 by @frankinspace in #46
New Contributors
- @dependabot made their first contribution in #32
- @reweeden made their first contribution in #33
- @jaybarra made their first contribution in #34
- @chuckwondo made their first contribution in #38
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Issue 19 Use preferred CMR-Search-After method for iterating through results by @doug-newman-nasa in #22
- add readable_granule_name option to GranuleQuery by @tyler-c2s in #27
- Fix cmr search after key error by @tyler-c2s in #28
- allow more flexible date handling by @itcarroll in #30
- Release/0.10.0 by @frankinspace in #31
New Contributors
- @doug-newman-nasa made their first contribution in #22
- @tyler-c2s made their first contribution in #27
- @itcarroll made their first contribution in #30
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Adding sort_keys by @eudoroolivares2016 in #17
- Release/0.9.0 by @frankinspace in #18
New Contributors
- @eudoroolivares2016 made their first contribution in #17
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Token Headers by @sliu008 in #10
- Feature/bearer token headers by @sliu008 in #11
- Add cmr environments to module level by @frankinspace in #12
- New searching criterion: circle by @castelao in #15
- Release/0.8.0 by @frankinspace in #16
New Contributors
Full Changelog: v0.7.0...v0.8.0
Support for authentication tokens
[0.7.0]
Added
- New workflow that runs lint and test
- New function
Query.token
to add an authentication token to the request sent to CMR
Changed
- Now building with poetry
What's Changed
- Create python-app.yml by @frankinspace in #7
- Feature/token by @sliu008 in #8
- Release/0.7.0 by @frankinspace in #9
Full Changelog: v0.6.0...v0.7.0
Support for Variable queries
[0.6.0]
Added
- New support for querying variables (UMM-V)
Changed
- Can now import
ToolQuery
ServiceQuery
VariableQuery
straight from cmr module. (e.g.from cmr import ToolQuery
)
Support for service and tool queries
[0.5.0]
Added
- New support for querying tools (UMM-T) and services (UMM-S)
- CodeQL Analysis on pushes and pull requests
Changed
- Moved to github.com/nasa/python_cmr