From c06954b50ea9e8812e66e82f9b3f874a90ccc82d Mon Sep 17 00:00:00 2001 From: Felix Simkovic Date: Fri, 14 Jul 2017 12:06:18 +0100 Subject: [PATCH] Changelog updated --- CHANGELOG.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a78c6913..894116b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,13 +2,20 @@ Changelog ========= +v0.8.2 +------ + +- Critical bug fix for automated opening of filehandle in Python2.7 +- Test function skipping added for ``SequenceFile().filter()`` when SciPy not installed +- Renamed conkit/io/tests files for filenames to agree with modules in conkit/io +- Performance of ``write()`` in parsers improved by construction of string and single call to ``write()`` of filehandle + v0.8.1 ------ - Revoked catching of ``SystemExit(0)`` exception in scripts when invoked with ``--help`` flag - Bug fix relating to Python3 automatic opening of file handles - Thanks to Miguel Correa for reporting this bug - v0.8 ---- @@ -19,6 +26,3 @@ v0.8 - ``io`` sub-package caches modules and imports upon request - ``core`` classes extracted to individual module files - License text added to each module - - -----