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. -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/