Skip to content

Releases: bird-house/finch

v0.8.0

13 Jan 21:26
Compare
Choose a tag to compare

What's Changed

  • Updated changelog by @matprov in #214
  • Add hourly_to_daily process by @huard in #215
  • Avoid annoying warnings by updating birdy (environment-docs) by @huard in #216
  • Upgrade to clisops 0.8.0 to accelerate spatial averages over regions.
  • Upgrade to xesmf 0.6.2 to fix spatial averaging bug not weighing correctly cells with varing areas.
  • Update to PyWPS 4.5.1 to allow the creation of recursive directories for outputs.

Full Changelog: v0.7.7...v0.8.0

v0.7.7

16 Nov 19:29
6c9badb
Compare
Choose a tag to compare

What's Changed

  • Revert "added SENTRY_ENV environment variable" by @matprov in #213

Full Changelog: v0.7.6...v0.7.7

v0.7.6

16 Nov 15:09
Compare
Choose a tag to compare
  • Update to xclim 0.31
  • Added SENTRY_ENV configuration
  • Possibility to pass multiple "rcp" inputs for ensemble processes.
  • Writing to netcdf is done only after calling load() to avoid locks occurring within dask calls to to_netcdf in multi-processing mode.
  • Add an average parameter to ensemble processes. When true, a spatial average is returned.

What's Changed

New Contributors

Full Changelog: v0.7.5...v0.7.6

v0.7.5

08 Sep 20:53
f2943c7
Compare
Choose a tag to compare
  • Update to xclim 0.27
  • Added empirical_quantile_mapping process calling xclim.sdba.EmpiricalQuantileMapping.
  • Update to PyWPS 4.4.5, fixing the xml vulnerability.

v0.7.4

04 May 18:23
Compare
Choose a tag to compare
  • Update to xclim 0.26.
  • Default metadata attributes are given through configuration, instead of being hardcoded.
  • Inclusion of a list of input dataset urls in ensemble processes.
  • Correct ensemble statistics on day-of-year indicators.

v0.7.3

13 Apr 18:41
Compare
Choose a tag to compare
  • Workaround for clisops shutting down logging
  • More flexible chunking
  • New subsetting & averaging notebook
  • Require xESMF>=0.5.3

v0.7.2

01 Apr 14:23
Compare
Choose a tag to compare

Changes: (Bug fix fix release)

  • Add data_validation and cf_compliance arguments for xclim ensemble processes.

v0.7.1

25 Mar 20:42
Compare
Choose a tag to compare

Changes: (Bug fix release)

  • Add data_validation and cf_compliance arguments for xclim processes.
  • Skip data_validation checks for the BCCAQv2HeatWave process.

v0.7.0

15 Mar 17:44
1c3566b
Compare
Choose a tag to compare

Changes:

  • Add new process averaging gridded fields over a polygon using xESMF
  • Update to xclim 0.24, allowing for considerable simplification of the indicator process building mechanism
  • Update to PyWPS 4.4

v0.6.1

28 Jan 13:38
d435443
Compare
Choose a tag to compare

Changes

  • Add partial support for xclim 0.23 with new indicators
  • Add support for land indicators
  • Add support for multivariate indicators
  • Upgrade PyWPS to 4.2.10
  • Fix bug in variable name inference
  • Add support for non-standard variable name (univariate case only)