Releases: ClimateImpactLab/dodola
Releases · ClimateImpactLab/dodola
v0.12.0 (2021-12-09)
- Add 360 days calendar support (PR #144, @emileten)
- Add an option to temporarily replace the target variable units in dodola services and use in CLI dodola for precip (PR #143, @emileten)
- Add diurnal temperature range (DTR) correction for small DTR values below 1 (converts them to 1) (PR #145, @dgergel)
v0.11.1 (2021-12-03)
v0.11.0 (2021-11-30)
v0.10.0 (2021-11-22)
v0.9.0 (2021-11-15)
- Fix attrs missing from services.apply_qplad output Datasets. (#135, @brews)
- Add
--root-attrs-json-file
toprime-qplad-output-zarrstore
,apply-qplad
,prime-qdm-output-zarrstore
,apply-qdm
. (PR #134, @brews) - Add
dodola get-attrs
command. (PR #133, @brews) - Upgrade Docker base image to
continuumio/miniconda3:4.10.3
. (PR #132, @brews)
v0.8.0 (2021-11-10)
- AIQPD has been renamed "Quantile-Preserving, Localized Analogs Downscaling" (QPLAD). AIQPD-named commands have been switch to QPLAD. This is backward compatibility breaking. (PR #131, @brews)
- Add AIQPD output Zarr priming (
prime-aipqd-output-zarrstore
), input slicing, region writing, attrs merging, and multi-year processing. This breaks backwards compatibility forapply-aiqpd
and its services and core functions. See the pull request for additional details. (PR #130, @brews) - Similarly, add QDM output Zarr priming (
prime-qdm-output-zarrstore
), region writing, attrs merging, and multi-year processing. This breaks backwards compatibility forapply-qdm
and its services and core functions. See the pull request for additional details. (PR #129, @brews) - Make logging slightly more chatty by default. (PR #129, @brews)
- Add pre-training slicing options to
train-qdm
andtrain-aiqpd
. (PR #123, PR #128, @brews) - Quick fix validation reading entire zarr store for check. (PR #124, @brews)
v0.7.0 (2021-11-02)
- Update xclim version to 0.30.1, this updates the Train/Adjust API for QDM and AIQPD and requires units attributes for all QDM and AIQPD inputs. (PR #119, @dgergel)
- Add global validation, includes new service
validate
for validating cleaned CMIP6, bias corrected and downscaled data for historical and future time periods. (PR #118, @dgergel) - Regrid copies input Dataset
attrs
metadata to output (#116). (PR #121, @brews) - Upgrade
dask
to 2021.10.0 to cover https://nvd.nist.gov/vuln/detail/CVE-2021-42343. (PR #122, @brews)