ANN: RunStats 0.5.3 released

Grant Jenks grant.jenks at gmail.com
Thu Jul 23 05:58:24 CEST 2015


Announcing the release of RunStats version 0.5.3

What is RunStats?
-------------------------

RunStats is an Apache2 licensed Python module that computes statistics and
regression in a single pass. Supported summary statistics include min, max,
mean, variance, standard deviation, skewness, and kurtosis. Simple linear
regression calculates slope, intercept and correlation. It's implemented in
pure-Python with 100% code coverage, complete documentation, and numerically
stable algorithms.

What's new in 0.5.3?
--------------------

- Added optional iterable parameter to object initializers.
- Added division import from __future__.
- All pushed values are now explicitly converted to float.
- Updated documentation with Tutorial and API.

Links
-----

- Documentation: http://www.grantjenks.com/docs/runstats/
- Download: https://pypi.python.org/pypi/runstats
- Source: https://github.com/grantjenks/python_runstats
- Issues: https://github.com/grantjenks/python_runstats/issues

This release is backwards-compatible. Please upgrade.


More information about the Python-announce-list mailing list