This is an automated email from the ASF dual-hosted git repository.
Gerrrr pushed a change to branch pydantic-and-split-persistence-report-json
in repository https://gitbox.apache.org/repos/asf/otava.git
discard 4cefd6b Fix analyzed series persistence edge cases
discard 21edff8 Address JSON serialization review
discard 0a0d1fa Convert analysis options to Pydantic
discard 9771aa8 Test analyzed series JSON round trip through stdlib
discard a4f5b97 Split persistence and report JSON serialization
add 5f6f93c Add ChangePoints view parity tests (#173)
add e411d13 Split persistence and report JSON serialization
add e3104f1 Test analyzed series JSON round trip through stdlib
add 485e020 Convert analysis options to Pydantic
add ff88046 Address JSON serialization review
add 73d0fd9 Fix analyzed series persistence edge cases
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4cefd6b)
\
N -- N -- N
refs/heads/pydantic-and-split-persistence-report-json (73d0fd9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
otava/change_point_divisive/base.py | 42 +++++--
pyproject.toml | 1 +
tests/change_point_classes_test.py | 221 ++++++++++++++++++++++++++++++++++++
uv.lock | 103 +++++++++++++++++
4 files changed, 357 insertions(+), 10 deletions(-)