Skip to content

Releases: CS-SI/eodag-cube

v0.7.0

16 Mar 14:37

Choose a tag to compare

What's Changed

Major changes since last stable (v0.6.3)

Features

Refactoring

Full Changelog: v0.6.3...v0.7.0

v0.7.0b1

02 Feb 16:45

Choose a tag to compare

v0.7.0b1 Pre-release
Pre-release

What's Changed

Features

Bug Fixes

Refactoring

Continuous Integration

  • check-toml and pre-commit replaced with faster prek by @sbrunato in #115

New Contributors

Full Changelog: v0.7.0a1...v0.7.0b1

v0.7.0a1

20 Oct 19:59

Choose a tag to compare

v0.7.0a1 Pre-release
Pre-release

What's Changed

Refactoring

  • eodag v4 usage and remove deprecated get_data() by @sbrunato in #109

Full Changelog: v0.6.3...v0.7.0a1

v0.6.3

20 Oct 12:46

Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v0.6.2...v0.6.3

v0.6.2

07 Oct 13:36

Choose a tag to compare

What's Changed

Bug Fixes

  • s3 conf for endpoint, anon, and requester_pays by @sbrunato in #105

Full Changelog: v0.6.1...v0.6.2

v0.6.1

26 Sep 13:09

Choose a tag to compare

What's Changed

Refactoring

Build System

  • EODAG minimal version to 3.9.0

Testing

Full Changelog: v0.6.0...v0.6.1

v0.6.0

12 May 15:46

Choose a tag to compare

Major changes since last stable (v0.5.0)

  • [v0.6.0b1] New get_file_obj() and to_xarray() methods, making get_data() deprecated (#79)
  • [v0.6.0b2] Drivers to EODAG core for assets uniformization (#83)
  • [v0.6.0b2] EOProduct.rio_env method (#85)

Remaining changes since v0.6.0b2

  • Documentation through EODAG readthedocs (#90), updated docstrings (#88)
  • Project configuration moved to pyproject.toml (#93)
  • ruff linter and formatter usage (#94)
  • Typing fixes and mypy usage (#92)
  • Various minor fixes and improvements (#89)(#91)(#95)(#96)

v0.6.0b2

03 Feb 16:24

Choose a tag to compare

v0.6.0b2 Pre-release
Pre-release
  • Drivers to EODAG core for assets uniformization (#83)
  • EOProduct.rio_env method (#85)
  • Improved XarrayDict representation and sorted keys (#81)
  • Various minor fixes and improvements (#82)(#84)(#86)

v0.6.0b1

13 Jan 17:24

Choose a tag to compare

v0.6.0b1 Pre-release
Pre-release
  • New get_file_obj() and to_xarray() methods, making get_data() deprecated (#79)
  • s3 endpoint fix (#70)
  • netcdf4 and cfgrib added as dependencies (#69)
  • Added python 3.13 and removed 3.8 support (#67)

v0.5.0

10 Oct 12:45

Choose a tag to compare

  • Support zipped bands in s3 (#62)
  • Regex fix in band selection using StacAssets driver (#61)
  • [0.5.0b1] Adapt to eodag v3 search API (#59)