Skip to content

Releases: CS-SI/eodag

v2.5.0

07 Jun 12:59
Compare
Choose a tag to compare

v2.4.0

09 Mar 09:04
Compare
Choose a tag to compare

v2.3.4

08 Oct 14:15
Compare
Choose a tag to compare
  • Link to the new eodag Jupyterlab extension: eodag-labextension (#352)
  • STAC client and server update to STAC 1.0.0 (#347)
  • Fixes get_quicklook() for onda provider (#344, thanks @drnextgis)
  • Fixed issue when downloading S2_MSI_L2A products from mundi (#350)
  • Various minor fixes and improvements (#340)(#341)(#345)

v2.3.3

11 Aug 16:36
Compare
Choose a tag to compare
  • Fixed issue when searching by id (#335)
  • Specified minimal eodag-cube version needed (#338)
  • Various minor fixes and improvements (#336)(#337)

v2.3.2

29 Jul 16:25
Compare
Choose a tag to compare
  • Enable additional arguments like productType when searching by id (#329)
  • Prevent EOL auto changes on windows causing docker crashes (#324)
  • Configurable eodag logging in docker stac-server (#323)
  • Fixes missing productType in product properties when searching by id (#320)
  • Fixes duplicate logging in search_all() (#330)
  • Various minor fixes and improvements (#319)(#321)

v2.3.1

09 Jul 19:08
Compare
Choose a tag to compare
  • Dockerfile update to be compatible with stac-browser v2.0 (#314)
  • Adds new notebook extra dependency (#317)
  • EOProduct drivers definition update (#316)

v2.3.0

24 Jun 15:30
Compare
Choose a tag to compare

New since v2.2.0:

New since v2.3.0b1:

  • Removed Sentinel-3 products not available on peps any more (#304, thanks @tpfd)
  • Prevent display_html() in ipython shell (#307)
  • Fixed plugins reload after having updated providers settings from user configuration (#306)

v2.3.0b1

11 Jun 14:34
Compare
Choose a tag to compare
v2.3.0b1 Pre-release
Pre-release

v2.2.0

26 Mar 15:33
ee01499
Compare
Choose a tag to compare
  • New search_all and search_iter_page methods to simplify pagination handling (GH-190)
  • Docker-compose files for STAC API server with STAC-browser (GH-183)
  • Fixed USGS plugin which now uses Machine-to-Machine (M2M) API (GH-209)
  • Windows support added in Continuous Integration (GH-192)
  • Fixes issue with automatically load configution from EODAG external plugins, fixes GH-184
  • More explicit signature for setup_logging, fixes GH-197
  • Various minor fixes

v2.1.1

18 Mar 13:57
044fd8b
Compare
Choose a tag to compare
  • Continuous Integration performed with GitHub actions
  • Providers config automatically loaded from EODAG external plugins like eodag-sentinelsat
  • Various minor fixes