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 cffbfb7 bw compat: must use timezone.UTC
add 5566573 Simplify __compute_change_points() by using ChangePoints
earlier
add 553c867 Simplify ChangePoints() constructor
No new revisions were added by this update.
Summary of changes:
otava/analysis.py | 1 -
otava/change_point_divisive/base.py | 246 +++++++----
otava/change_point_divisive/significance_test.py | 6 +-
otava/series.py | 21 +-
tests/change_point_classes_test.py | 515 +++++++++++++++++++++++
5 files changed, 683 insertions(+), 106 deletions(-)
create mode 100644 tests/change_point_classes_test.py