Skip to content

Latest commit

 

History

History
231 lines (130 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

231 lines (130 loc) · 13.4 KB

Changelog

Full Changelog

Merged pull requests:

v2.2.1 (2024-04-10)

Full Changelog

Merged pull requests:

v2.2.0 (2024-04-09)

Full Changelog

Implemented enhancements:

Merged pull requests:

v2.1.0 (2024-03-10)

Full Changelog

Implemented enhancements:

  • Adjustments using adjust require the input data of the control period to have the same size for the time dimension #66
  • Resolve "Adjustments using adjust require the input data of the control period to have the same size for the time dimension" #67 (btschwertfeger)

v2.0.2 (2024-02-02)

Full Changelog

Merged pull requests:

v2.0.1 (2024-02-01)

Full Changelog

Closed issues:

  • The latest documentation still describes the legacy max_scaling_factor #60

Merged pull requests:

v2.0.0 (2024-01-23)

Full Changelog

Breaking changes:

  • Rework python-cmethods: replace the CMethods class by the new adjust function #48 (btschwertfeger)

Implemented enhancements:

  • Optimization for adjust_3d #47
  • Find a solution to process large data sets more efficient #6

Merged pull requests:

v1.0.3 (2023-08-09)

Full Changelog

Implemented enhancements:

  • Validate types during runtime #42

Fixed bugs:

  • The tool fails when input time series include np.nan for distribution-based methods #41
  • Fix error when time series includes nan values #40 (btschwertfeger)

Merged pull requests:

v1.0.2 (2023-06-18)

Full Changelog

Merged pull requests:

v1.0.1 (2023-04-17)

Full Changelog

Breaking changes:

  • Split Quantile Mapping into Quantile Mapping and Detrended Quantile Mapping #18
  • Split Quantile Mapping into Quantile Mapping and Detrended Quantile Mapping #34 (btschwertfeger)

Fixed bugs:

  • Multiplicative Quantile Delta Mapping is not applying scaling where the delta is infinite #32
  • Fixed PyPI repository URL #16 (btschwertfeger)
  • Fixed bug where division lead to nan or inf values #33 (btschwertfeger)

Closed issues:

  • Create a changelog #19

Merged pull requests:

v1.0.0 (2023-04-10)

Full Changelog

Breaking changes:

  • Remove the unnecessary CMethods.py module to access the CMethods class more easily #10

Implemented enhancements:

  • Create a release workflow for dev and production releases #8
  • Move from setup.py to pyproject.toml #7
  • Adjusted and improved the examples #15 (btschwertfeger)
  • Improving workflows - adding release workflow #12 (btschwertfeger)

Closed issues:

  • Create a documentation #9

Merged pull requests:

v0.6.3 (2023-03-22)

Full Changelog

Breaking changes:

  • adjust_3d forces group to be "time.month" if group is set to the default (None) #5

Implemented enhancements:

  • Add pre-commit #2

Fixed bugs:

  • Removed forced 'time.month' grouping in adjust_3d when no group was specified #4 (btschwertfeger)

v0.6.2 (2023-03-14)

Full Changelog

Fixed bugs:

  • KeyError when Quantile* Mapping and group != None #3

Merged pull requests:

v0.6.1 (2022-12-02)

Full Changelog

v0.6 (2022-11-28)

Full Changelog

v0.5.4.2 (2022-11-14)

Full Changelog

0.5.4.1 (2022-11-09)

Full Changelog

v0.5.4 (2022-11-05)

Full Changelog

v0.5.3 (2022-10-26)

Full Changelog

v0.5.2 (2022-10-14)

Full Changelog

v0.5.1 (2022-08-19)

Full Changelog

v0.5 (2022-08-19)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator