Skip to content

v0.10.0

Compare
Choose a tag to compare
@aulemahal aulemahal released this 04 Nov 18:50
· 520 commits to master since this release
  • Generalize ensemble datasets configuration.
    • Datasets usable by ensemble processes are now specified through a YAML file which is pointed to in the configuration.
    • As a consequence processes are generated according to the available variables. Similarly for the allowed values of some inputs on these processes.
    • The output name now includes the dataset name (if a custom name was not specified).
    • finch.processes.xclim was removed, there is no static module of processes.
    • Input "rcp" has been renamed to "scenario".
    • Input "dataset_name" has been fixed and renamed to "dataset".
  • Update to xclim 0.38.0.
  • Improved subset_grid_point_dataset & subset_bbox_dataset performance when using local files.