From 4252c82bd7511799f98d912cf82edb10f4680189 Mon Sep 17 00:00:00 2001 From: Felix Simkovic Date: Thu, 3 Aug 2017 10:47:40 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.rst | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de5b733e..23a99a2e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,15 +4,21 @@ Changelog v0.8.3dev1 ---------- -- ``requirements.txt`` file re-added for easier dependency installation -- Distance definitions accept floating point values -- ``LinearBW`` calculator added for linear bandwidth calculation in analysis -- ``_BandwidthCalc`` class renamed to ``BandwidthBase`` -- Abstractified ``BandwidthBase``, and ``Parser`` with all subparser classes +- General + - ``requirements.txt`` file re-added for easier dependency installation + - Distance definitions accept floating point values + - ``_BandwidthCalc`` class renamed to ``BandwidthBase`` + - Abstractified ``BandwidthBase``, and ``Parser`` with all subparser classes + +- New features + - ``LinearBW`` calculator added for linear bandwidth calculation in analysis + - ``seq_ascii`` property to ``Sequence`` for encoded sequence + - ``ascii_matrix`` property to ``SequenceFile`` for encoded alignment + - Bug fix - - ``PconsParser`` class accepts negative ``raw_score`` values - - ``SequenceFile.neff`` returns ``float`` instead of ``int`` - - ``CCMpredParser.read()`` returns empty ``ContactFile`` when matrix file empty + - ``PconsParser`` class accepts negative ``raw_score`` values + - ``SequenceFile.neff`` returns ``float`` instead of ``int`` + - ``CCMpredParser.read()`` returns empty ``ContactFile`` when matrix file empty v0.8.2 ------