Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 664 Bytes

HISTORY.rst

File metadata and controls

32 lines (21 loc) · 664 Bytes

History

0.3.0(2017-05-30)

  • exposed the Markovipy class in the markovipy module. API changed from

    from markovipy.markovipy import MarkoviPy

to

from markovipy import MarkoviPy

0.2.0 (2017-04-29)

  • 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 (2017-04-14)

  • fixes UnicodeDecodeError while reading files instead of using the normal open()

0.1.0 (2017-04-11)

  • First release on PyPI.