Contributors to this version: David Huard (@huard), Trevor James Smith (@Zeitsperre) and Pascal Bourgault (@aulemahal).
New indicators
- New indicator
specific_humidity_from_dewpoint
, computing specific humidity from the dewpoint temperature and air pressure. (GH/864, PR/1027)
New features and enhancements
- New spatial analogues method "szekely_rizzo" (PR/1033).
- Loess smoothing (and detrending) now skip NaN values, instead of propagating them. This can be controlled through the
skipna
argument. (PR/1030).
Bug fixes
xclim.analog.spatial_analogs
is now compatible with dask-backed DataArrays. (PR/1033).- Parameter
dmin
added to spatial analog method "zech_aslan", to avoid singularities on identical points. (PR/1033). xclim
is now compatible with changes inxarray
that enabled explicit indexing operations. (PR/1038, xarray PR).