This is an automated email from the ASF dual-hosted git repository.
henrikingo pushed a change to branch UnifyChangePointClasses
in repository https://gitbox.apache.org/repos/asf/otava.git
from 3b03219 Add comment about why indexes will not be aligned or can have
gaps
add 6037ef9 TTestStats: Add tstatistic and degrees_of_freedom
add 84d6d41 Add to_json() serializers to subclasses of BaseStats
add 2be4bbf Self review, various fixes
add f0233bd Add pytest-cov for code coverage
add fcdac8c Add missing unit test coverage
No new revisions were added by this update.
Summary of changes:
otava/analysis.py | 37 ++-
otava/bigquery.py | 7 +-
otava/change_point_divisive/base.py | 108 ++++++---
otava/change_point_divisive/significance_test.py | 9 +-
otava/main.py | 24 +-
otava/series.py | 8 +-
pyproject.toml | 11 +
tests/analysis_test.py | 16 ++
tests/change_point_classes_test.py | 282 +++++++++++++++++++++--
tests/change_point_divisive_test.py | 83 ++++++-
tests/report_test.py | 5 +-
uv.lock | 140 +++++++++++
12 files changed, 644 insertions(+), 86 deletions(-)