aboutsummaryrefslogtreecommitdiffstats
path: root/PyPI
diff options
context:
space:
mode:
Diffstat (limited to 'PyPI')
-rw-r--r--PyPI/jumpavg/README.rst9
-rw-r--r--PyPI/jumpavg/setup.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/PyPI/jumpavg/README.rst b/PyPI/jumpavg/README.rst
index 2bdde2b9d0..3161988f69 100644
--- a/PyPI/jumpavg/README.rst
+++ b/PyPI/jumpavg/README.rst
@@ -20,6 +20,15 @@ Usage
TODO.
+Change log
+----------
+
+TODO: Move into separate file?
+
+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
.. _fd.io: https://fd.io/
diff --git a/PyPI/jumpavg/setup.py b/PyPI/jumpavg/setup.py
index 018ab70392..206373ac47 100644
--- a/PyPI/jumpavg/setup.py
+++ b/PyPI/jumpavg/setup.py
@@ -14,7 +14,7 @@ with open(path.join(here, "README.rst"), encoding="utf-8") as f:
setup(
name="jumpavg",
- version="0.1.3", # This is currently the only place listing the version.
+ version="0.1.4", # This is currently the only place listing the version.
description="Library for finding changes in time series by grouping results.",
long_description=long_description,
long_description_content_type="text/x-rst",