v1.1.0
Improvements:
- Added a common running window mode for all debiasers through the
RunningWindowDebiaser
class that inherits fromDebiaser
class. - Some fixes on the existing running window implementation in ISIMIP and other methods which only allowed for data to start on Jan-01 and end on Dec-31 (#21).
- Improved documentation and added instructions for implementing a new bias adjustment method using ibicus in the tutorial notebook ‘04 - Parallelization and Advanced Topics’. This follows reviewer comments to Spuler et al. 2023.
- Added new option
mapping_type
to QuantileMapping for users to apply QM based on nonparametric CDFs (“empirical quantile mapping”).
Full Changelog: v1.0.4...v1.1.0