From 942a580ecb880a0a8b886bc247b40ca43c96abb9 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 13 Jul 2023 14:19:37 +0200 Subject: fix(jumpavg): penalize stdev also for size=2 This fix is mainly needed for bisection using PDR values. The impact on trending is smaller but still beneficial, as this fix should reduce the amount of false anomalies for two-band and other unstable tests. + Update metadata for 0.4.1 release into PyPI. Change-Id: Iabab4df50f4c4ad034362820904a237c507fa710 Signed-off-by: Vratko Polak --- PyPI/jumpavg/README.md | 2 ++ PyPI/jumpavg/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'PyPI/jumpavg') diff --git a/PyPI/jumpavg/README.md b/PyPI/jumpavg/README.md index e3cae0d924..e93e4dc13b 100644 --- a/PyPI/jumpavg/README.md +++ b/PyPI/jumpavg/README.md @@ -23,6 +23,8 @@ TODO. TODO: Move into a separate file? ++ 0.4.1: Fixed bug of not penalizing large stdev enough (at all for size 2 stats). + + 0.4.0: Added "unit" and "sbps" parameters so information content is reasonable even if sample values are below one. diff --git a/PyPI/jumpavg/pyproject.toml b/PyPI/jumpavg/pyproject.toml index 275482ecad..ee6b4cabed 100644 --- a/PyPI/jumpavg/pyproject.toml +++ b/PyPI/jumpavg/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jumpavg" -version = "0.4.0" +version = "0.4.1" description = "Library for locating changes in time series by grouping results." authors = [ { name = "Cisco Systems Inc. and/or its affiliates", email = "csit-dev@lists.fd.io" }, -- cgit 1.2.3-korg