Skip to content

Releases: ecmwf-projects/cads-adaptors

v1.1.26

15 Oct 18:18
8acab74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.25...v1.1.26

v1.1.25

14 Oct 10:38
fbd531a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.24...v1.1.25

v1.1.24

14 Oct 08:40
c9f47e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.22...v1.1.24

v1.1.22.2

11 Oct 07:11
Compare
Choose a tag to compare

Full Changelog: v1.1.22.1...v1.1.22.2

hotfix for legacy data/download format input

v1.1.22.1

08 Oct 08:09
Compare
Choose a tag to compare

Full Changelog: v1.1.22...v1.1.22.1

v1.1.22

03 Oct 13:10
2be0178
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.15...v1.1.22

v1.1.21

20 Sep 07:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.15...v1.1.21

v1.1.15

27 Aug 11:01
8d9f428
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.14...v1.1.15

v1.1.14

07 Aug 14:42
1fba937
Compare
Choose a tag to compare

What's Changed

Here is the more detailed list of modifications in PR 190:

  • refactor and factor in the CAMS-solar-radiation-timeseries adaptor (the initial purpose of this branch)
  • cache avoidance logic (by adding a random key under normalise_request, as recommended by Mattia)
  • call intersect constraints from the multi adaptor and CAMS-solar-radiation-timeseries adaptor (needed some data range support added to the intersect_constraint logic).

The cache avoidance and constraints intersection are triggered using configuration switches (off by default, so that the preexisting behaviour is preserved).

Full Changelog: v1.1.13...v1.1.14

v1.1.13

29 Jul 15:40
34731d8
Compare
Choose a tag to compare

What's Changed

  • Fix for kwargs handling in post_processors by @EddyCMWF in #185
  • Fix the case when only an auxiliary variable is requested by @garciampred in #186

Full Changelog: v1.1.12...v1.1.13