Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 1.47 KiB

Changelog

All notable changes to this project will be documented in this file.

v0.5.0 - 2023-06-06 - moving block bootstrap

general:

  • implemented trend analysis tools after TOAR statistical guidance note

new features:

  • trend analysis tools now use moving block bootstrap

technical:

  • restructured and expanded testing

v0.4.0 - 2023-02-21 - renaming of metrics

general:

  • renaming some metrics
  • renaming data_capture argument to min_data_capture

technical:

  • all metrics now match their respective result key (#2 (closed))
  • data_capture argument was renamed to min_data_capture (#3 (closed))
  • bugfix for very short time series
  • bugfix for empty result time series

v0.3.0 - 2022-12-20 - quantile regression, new package structure

general:

  • added trend detection methods
  • restructured the package
  • performance enhancements

new features:

  • added quantile regression
  • added ordinary least squares regression

technical:

  • added new tests for better coverage
  • use series objects internally
  • metrics and trends are subpackages of toarstats

v0.2.0 - 2022-01-03 - new interface, user input checks

general:

  • new interface: calculate_statistics
  • removed old interface

new features:

  • user inputs will be checked

technical:

  • constants and defaults are in their own separate modules

v0.1.0 - 2021-09-05 - first experimental release, 50 metrics included

general: