Skip to content

Commit

Permalink
Changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Simkovic committed Jul 14, 2017
1 parent eec41e2 commit c06954b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----

Expand All @@ -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


----

0 comments on commit c06954b

Please sign in to comment.