Releases: ClimateImpactLab/dodola
Releases · ClimateImpactLab/dodola
[0.19.0] - 2022-03-25
Added
- Add badge for current release DOI to README. (@brews)
Changed
- Significant update to container/package environment pins. (PR #183, @brews)
[0.18.0] - 2022-03-03
Added
- Add basic CI/CD test and build status badges to README. (PR #182, @brews)
Fixed
- Fix dodola validate-dataset OOM on small workers without dask-distributed. (PR #181, @brews)
[0.17.0] - 2022-02-17
Changed
- Increase max allowed tasmin, tasmax in services.validate to 377 K for UKESM1-0-LL. (PR #180, @brews)
Fixed
- Move in-memory data loading where it is needed for 360-days calendar conversion in clean-cmip6 (PR #179, @emileten)
[0.16.2] - 2022-02-15
Fixed
- Fix incorrect references when standardizing gcm (PR #178, @emileten)
[0.16.1] - 2022-01-27
Fixed
- Fix the wetday frequency correction so that different replacement values are used, rather than a single one (PR #174, PR #176, @emileten, @delgadom).
[0.16.0] - 2022-01-19
Added
Changed
- Remove duplicated service-level logging info lines of code introduced by PR #148 (PR #168, @emileten)
- Decrease validation temperature range min to 130 (PR #170, @emileten)
[0.15.1] - 2021-12-29
Fixed
- Fix boolean condition error in DTR ceiling application. (PR #165, PR #166, @emileten)
[0.15.0] - 2021-12-27
Added
- Add maximum precipitation adjustment service that applies a "ceiling" or "cap" to precipitation values above a user-defined threshold. (PR #164, @dgergel)
Changed
- Increase max precipitation allowed by validation to 3000 mm. (PR #164, @dgergel)
- Update wet day frequency correction to incorporate method additions from Hempel et al 2013. (PRs #162 and #159, @dgergel)
- Floor and ceiling for DTR. (PR #163 @emileten)
[0.14.0] - 2021-12-21
Changed
- Update wet day frequency correction to include small negative values in correction and to limit the correction range to the threshold * 10 ^ -2. (PR #158, @dgergel)
- Update package setup, README, HISTORY/CHANGELOG to new system. (PR #154, @brews)
v0.13.0 (2021-12-17)
- Update diurnal temperature range (DTR) validation to differentiate min DTR accepted value for CMIP6 vs bias corrected and downscaled data inputs (PR #155, @dgergel)
- Update diurnal temperature range (DTR) validation to differentiate polar and non-polar regions (PR #153, @dgergel)
- Fix rechunk error when converting 360 days calendars. (#149, PR #151, @brews)
- Remove cruft code. Removes
dodola
commands biascorrect
, downscale
, buildweights
along with corresponding functions in dodola.services
and dodola.core
. (PR #152, @brews)