Releases: Ouranosinc/xclim
Releases · Ouranosinc/xclim
v0.14.0
0.14.x (2020-02-21)
- Refactoring of the documentation.
- Added support for pint 0.10
- Add
atmos.heat_wave_total_length
(fixing a namespace issue) - Fixes in
utils.percentile_doy
andindices.winter_rain_ratio
for multidimensionnal datasets. - Rewrote the
subset.subset_shape
function to allow for dask.delayed (lazy) computation. - Added utility functions to compute
time_bnds
when resampling data encoded withCFTimeIndex
(non-standard calendars). - Fix in
subset.subset_gridpoint
for dask array coordinates. - Modified
subset_shape
to support subsetting with GeoPandas datatypes directly. - Fix in
subset.wrap_lons_and_split_at_greenwich
to preserve multi-region dataframes. - Improve the memory use of
indices.growing_season_length
. - Better handling of data with atypically named
lat
andlon
dimensions. - Added six Fire Weather indices.
v0.13.0
Improvement of ensemble_percentile | Fix of #298 (#339) * Improvement of ensemble_percentile | Fix of #298 * Modification of ensemble perc. tests * Update HISTORY.rst and fix create_ensemble docstring * Smart suggestion of codefactor * Fix test coverage * fix the fix * Suggested modifications - docstring and typo * Smarter rechunking * Final merging and rearrangements * Typo fix Co-authored-by: Trevor James Smith <[email protected]>
v0.12.4
* bumpversion patch
v0.12.3
This version includes many changes:
- Addition of polygon-based subsetting to the
subset
utilities - More robust methods for calculating frozen and liquid precipitation
This version is also the final release supporting Python3.5.
v0.12.2
- This patch fixes a significant bug that was introduced in v0.12.0 which caused Finch to fail on import.
v0.12.1
bump version to 0.12.1
v0.12.0
Add heatwave total (#293) * Added heat_wave_total_length * Added tests and fix small problems in indice * Updated History.rst * Simplification of the function call * blacken and reduce travis CI verbosity * Updated History.rst
v0.11.4
bumped version to 0.11.4
v0.11.3
Bump version: 0.11.3-beta → 0.11.3
v0.11.2
pin pyproj to 2.4.0 (#288)