btschwertfeger/BiasAdjustCXX: Release v1.9.0
Description
Scaling-based techniques:
* Linear Scaling
* Variance Scaling
* Delta Method
Distribution-based techniques:
* Quantile Mapping
* Quantile Delta Mapping
All of these mathematical methods are intended to be applied on 1-dimensional time-series climate data. This module also provides the possibility that enables the application of the desired bias correction method on 3-dimensinoal data sets.
v1.9.0 (2023-04-20)Breaking changes:
- Change the
--n_processesoption to--processes#17
Implemented enhancements:
- Create a Documentation using sphinx #16
- Create install and uninstall target / command #12
- Add unit tests #8
- Change Docker base image from Ubuntu22.04 to Alpine3.17 #7
- Add a sphinx-based documentation #23 (btschwertfeger)
Fixed bugs:
- Quantile Delta Mapping return nan values because of zero-devision error #19
- Added a function to ensure the zero-devision and devision by zero #22 (btschwertfeger)
Closed issues:
- Raise exception when
--max-scaling-factoris set to0#18 - Create a basic CI #15
- Add a Changelog #14
- Add the related publication as documentation #11
Merged pull requests:
- Add a Changelog #21 (btschwertfeger)
- Adjusted the issue template #20 (btschwertfeger)
- Added the DOI of the publication at SoftwareX in the README #13 (btschwertfeger)
- Add Unit Tests; Simplify the Installation; Create the CI #9 (btschwertfeger)
Full Changelog: https://github.com/btschwertfeger/BiasAdjustCXX/compare/v1.8.1...v1.9.0
Files
btschwertfeger/BiasAdjustCXX-v1.9.0.zip
Files
(10.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:50c6cea9c2fee64cc8ecbdb921adf7d6
|
10.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/btschwertfeger/BiasAdjustCXX/tree/v1.9.0 (URL)