* exposed the ``Markovipy`` class in the ``markovipy`` module. API changed from
from markovipy.markovipy import MarkoviPy
to
from markovipy import MarkoviPy
0.2.0
------------------
* ``self.middle_value`` mapping becomes a ``defaultdict`` * ``list_to_tuple()`` was removed to use just the ``tuple()`` * moved ``self.words_list = get_word_list(self.filename)`` to `__init__()`
0.1.1
------------------
* fixes ``UnicodeDecodeError`` while reading files instead of using the normal ``open()``