X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=PyPI%2Fjumpavg%2FREADME.rst;h=a5d78b14360ef32f9c6ba9669d72392ea07154d7;hb=83eeb515e2bf12256833545f1d40f033ef618bd9;hp=3161988f693bab183e6d45aa4ae7f9d272bc9f61;hpb=bcc95cec011f16feccfd00b92cbb4739ef58fbdd;p=csit.git diff --git a/PyPI/jumpavg/README.rst b/PyPI/jumpavg/README.rst index 3161988f69..a5d78b1436 100644 --- a/PyPI/jumpavg/README.rst +++ b/PyPI/jumpavg/README.rst @@ -10,6 +10,8 @@ of CSIT_ (Continuous System and Integration Testing) project of fd.io_ (Fast Data), one of LFN_ (Linux Foundation Networking) projects. +Currently still being primarily used in PAL's successor CSIT-DASH_. + In order to make this code available in PyPI_ (Python Package Index), the setuputils stuff has been added, and the code has been moved into a separate directory_, @@ -25,12 +27,21 @@ Change log TODO: Move into separate file? +0.4.0: Added "unit" and "sbps" parameters so information content + is reasonable even if sample values are below one. + +0.3.0: Considerable speedup by avoiding unneeded copy. Dataclasses used. + Mostly API compatible, but repr looks different. + +0.2.0: API incompatible changes. Targeted to Python 3 now. + 0.1.3: Changed stdev computation to avoid negative variance due to rounding errors. 0.1.2: First version published in PyPI. .. _PAL: https://wiki.fd.io/view/CSIT/Design_Optimizations#Presentation_and_Analytics_Layer .. _CSIT: https://wiki.fd.io/view/CSIT +.. _CSIT-DASH: https://csit.fd.io .. _fd.io: https://fd.io/ .. _LFN: https://www.linuxfoundation.org/projects/networking/ .. _PyPI: https://pypi.org/