From commx at commx.ws Sat Aug 6 12:55:31 2016 From: commx at commx.ws (Christian Jurk) Date: Sat, 6 Aug 2016 12:55:31 +0200 Subject: [Rrd-announce] python-rrdtool 0.1.5 released Message-ID: <6BE689EC-6C18-4E7E-A091-FD4620DA8B1E@commx.ws> Dear community, I'm pleased to announce version 0.1.5 of python-rrdtool (former rrdtool-py3k). python-rrdtool is a rrdtool Python binding for Python 2.6+ and 3.3+. It?s based on the original Python (2.x) bindings module by Hye-Shik Chang and available as a native C extension. Changes in version 0.1.5: * Added parallelism patches from upstream to acquire GIL for I/O bound operations * Fixed issue that caused a memory leak on Python 3 (fix provided by Robert Ehlers) * Added dedicated documentation for the module * Minor changes to remove compiler warnings when using -Wall -Wextra The project is hosted on Github (including sources): https://github.com/commx/python-rrdtool The documentation can be found at http://pythonhosted.org/rrdtool The bindings can be installed pretty easily for your desired Python version: # pip install rrdtool