aboutsummaryrefslogtreecommitdiffstats
path: root/PyPI/jumpavg/README.rst
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2023-06-07 14:57:25 +0200
committerVratko Polak <vrpolak@cisco.com>2023-06-07 14:55:52 +0000
commitd697607da661a5c412481e2c008f4db25ae73b3c (patch)
tree82d42bd618bfd97200b1add8e46cfc931f8579d3 /PyPI/jumpavg/README.rst
parent018660080bb9419dc658d6996be855e7219cf602 (diff)
feat(PyPI): use toml and build for jumpavg
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>
Diffstat (limited to 'PyPI/jumpavg/README.rst')
-rw-r--r--PyPI/jumpavg/README.rst48
1 files changed, 0 insertions, 48 deletions
diff --git a/PyPI/jumpavg/README.rst b/PyPI/jumpavg/README.rst
deleted file mode 100644
index a5d78b1436..0000000000
--- a/PyPI/jumpavg/README.rst
+++ /dev/null
@@ -1,48 +0,0 @@
-Jumpavg library
-===============
-
-Origins
--------
-
-This library was developed as anomaly detection logic
-for PAL_ (Presentation and Analysis Layer)
-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_,
-in order to not intervere of otherwise tightly coupled CSIT code.
-
-Usage
------
-
-TODO.
-
-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/
-.. _directory: https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/jumpavg;hb=refs/heads/master