Skip to content

Releases: nasa/python_cmr

v0.13.0

13 Sep 22:34
f70e338

Choose a tag to compare

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

13 Sep 16:50
d2ef191

Choose a tag to compare

v0.13.0-rc1 Pre-release
Pre-release

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

23 Jul 21:22
4be001b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

08 May 20:39
982848d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

10 Apr 19:04
1439889

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

26 Jul 18:46
d2e9e0c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

06 Jul 22:11
11b2d79

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

Support for authentication tokens

23 Nov 23:35
58d3f48

Choose a tag to compare

[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

What's Changed

Full Changelog: v0.6.0...v0.7.0

Support for Variable queries

28 Oct 22:38
c11485d

Choose a tag to compare

[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

15 Oct 01:16
3371df0

Choose a tag to compare

[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