diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 41d188d..673efa8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,8 +4,11 @@ Changelog Unreleased changes in master ============================ + +Version 0.16.0, 2023-09-12 +========================== - Adapters for metric calculatores were introduced. The here implemented adapters compute metrics based on temporal subsets of the time series, which can be used for rolling window metrics, seasonal metrics or multiple arbitrary sub-periods. (PR `#266 `_) -- Fixed a bug where the status code of a successful Triple Collocation run was still set to -1 ("unknown error"). (PR `#266 `_) +- Fixed a bug where the status code of a successful Triple Collocation run was still set to -1 ("unknown error"). (PR `#301 `_) Version 0.15.2, 2023-06-14 ==========================