aboutsummaryrefslogtreecommitdiffstats
path: root/PyPI/jumpavg/README.md
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2023-07-13 14:19:37 +0200
committerTibor Frank <tifrank@cisco.com>2023-07-14 08:16:52 +0000
commit942a580ecb880a0a8b886bc247b40ca43c96abb9 (patch)
tree449170b71d47de1976b2e40e9202ec7d184ef9f4 /PyPI/jumpavg/README.md
parent99c97de874f20feaa597d3b40e795e5ce854f60b (diff)
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 <vrpolak@cisco.com>
Diffstat (limited to 'PyPI/jumpavg/README.md')
-rw-r--r--PyPI/jumpavg/README.md2
1 files changed, 2 insertions, 0 deletions
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.