This is an automated email from the ASF dual-hosted git repository. henrik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hunter.git
from bc748fc Replace psycopg2-binary with pg8000 and black with ruff (#25) add aa4d4cc Update poetry.lock add 5567470 Add to_json() and from_json() serialization methods. add 208d89a Add timestamp to AnalyzedSeries add 997b3ea Add new unit test and perf tests using tigerbeetle dataset add f136d78 Fix: When computing weak changepoints, keep p-value below 1 add 28804cf compute_change_points(): Default min_magnitude to 0.0 add fa0508d Optimization: Incremental Hunter add e616f64 One years worth of linting and formatting... add 1ce8bb8 flake8 format add 542767d Disable asserts for orig_edivisive test. new 72c34f6 Merge pull request #27 from nyrkio/to-asf-upstream2 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: hunter/analysis.py | 47 ++++++-- hunter/report.py | 2 +- hunter/series.py | 274 +++++++++++++++++++++++++++++++++++++++++----- perf/perf_test.py | 90 +++++++++++++++ poetry.lock | 168 +++++++++++++++++----------- pyproject.toml | 1 + tests/analysis_test.py | 3 +- tests/report_test.py | 60 ++++------ tests/series_test.py | 140 +++++++++++++++++++++++ tests/tigerbeetle_test.py | 90 +++++++++++++++ 10 files changed, 734 insertions(+), 141 deletions(-) create mode 100644 perf/perf_test.py create mode 100644 tests/tigerbeetle_test.py