Published April 17, 2023
| Version v1.0.1
Software
Open
btschwertfeger/python-cmethods: Release v1.0.1
Description
What is included in python-cmethods v1.0.1?⚠️ This release contains breaking changes. Please read the release notes carefully.
The following bias correction methods are available:
Scaling-based techniques:
- Linear Scaling
cmethods.CMethods.linear_scaling(additive and multiplicative) - Variance Scaling
cmethods.CMethods.variance_scaling(additive) - Delta (change) Method
cmethods.CMethods.delta_method(additive and multiplicative)
Distribution-based techniques:
- Quantile Mapping
cmethods.CMethods.quantile_mapping(additive and multiplicative) - Detrended Quantile Mapping
cmethods.CMethods.detrended_quantile_mapping(additive and multiplicative) - Quantile Delta Mapping
cmethods.CMethods.quantile_delta_mapping(additive and multiplicative)
A new documentation at: https://python-cmethods.readthedocs.io/en/stable PyPI: https://pypi.org/project/python-cmethods/
What's Changed- Fixed PyPI repository URL in https://github.com/btschwertfeger/python-cmethods/pull/16
- Extended the description of quantile mapping with text and images in https://github.com/btschwertfeger/python-cmethods/pull/20
- Create a Changelog by in https://github.com/btschwertfeger/python-cmethods/pull/21
- Fixed bug where division lead to nan or inf values by in https://github.com/btschwertfeger/python-cmethods/pull/33
- Split Quantile Mapping into Quantile Mapping and Detrended Quantile Mapping in https://github.com/btschwertfeger/python-cmethods/pull/34
- Prepare release by in https://github.com/btschwertfeger/python-cmethods/pull/35
Full Changelog: https://github.com/btschwertfeger/python-cmethods/compare/v1.0.0...v1.0.1
Files
btschwertfeger/python-cmethods-v1.0.1.zip
Files
(2.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:132ae1c6a2fd21e6b88d2becbb96fd7d
|
2.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/btschwertfeger/python-cmethods/tree/v1.0.1 (URL)