Skip to content

Releases: btschwertfeger/python-cmethods

Release v0.5.4.1

09 Nov 18:54
Compare
Choose a tag to compare
  • Fixed adjust_3d "cannot pickle '_thread.lock' object"-Error for newer xarray versions
  • changed license on PyPI
  • adjusted input filenames in the examples and readme

Release v0.5.4

05 Nov 07:09
Compare
Choose a tag to compare
  • added max_scaling_factor for linear_scaling () and delta_method ()

--> To avoid unrealistic scaling factors for example when the model does not include heavy rainfalls in the deserts as it is the case in the observational data. So an unrealistic scaling factor like 1000+ can be avoided. The default value is set to 10 and can be changed by the max_scaling_factor parameter.

Release v0.5.3

26 Oct 10:10
Compare
Choose a tag to compare

-fixed inconsistent return types

  • fixed unknown variable error

v0.5.2

14 Oct 12:42
Compare
Choose a tag to compare
  • Fixed detrended quantile mapping for ratio based variables.
  • Fixed README.md examples.

v0.5.1

19 Aug 09:40
Compare
Choose a tag to compare

Initial publish - Bias adjustment/correction procedures for climate data

Available methods

  • Linear Scaling
  • Variance Scaling
  • Delta (Change) Method
  • Quantile Mapping
  • Quantile Delta Mapping