aboutsummaryrefslogtreecommitdiffstats
path: root/PyPI/jumpavg/pyproject.toml
AgeCommit message (Collapse)AuthorFilesLines
2024-01-24feat(PyPI): update metadata for jumpavg 0.4.2Vratko Polak1-10/+11
+ Convert readme to .rst + Add Usage including a basic example. - Detailed description points to C-DASH methodology. + That page is updated for new defaults and better description. + Unify readme layout and origins with MLRsearch metadata. - Not releasing new MLRsearch version just for readme improvements. + Update the TODO file. Change-Id: I76ac22b7f283f01349bf9a50459dc841e13b21ad Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-07-14fix(jumpavg): penalize stdev also for size=2Vratko Polak1-1/+1
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>
2023-06-07feat(PyPI): use toml and build for jumpavgVratko Polak1-0/+27
This is the setup just used to upload: https://pypi.org/project/jumpavg/0.4.0/ Change-Id: Ia48b053c578f1ac769613727dafcdd7851f912bd Signed-off-by: Vratko Polak <vrpolak@cisco.com>