- Added tests to sentence_split method - @danhenriquesc
- Added MarkovModel.make_sentence - @Abelarm
- Use Spacy instead of NLTK for POS - @ex00
- Added pipenv for dependency management - @alxwrd
- Removed breaking coverage combine call in Travis CI build - @accraze
- Updated NLTK to v3.3
- Updated markovify to v0.7.1
- Updated internetarchive to 1.8.1
- Added ability to set custom hidden state sizes
- Fix flaky model test
- EOL Py2.7 and Windows support
- Fix docs CI build
- Test mocks when downloading corpus
- Deprecate Windows/appveyor support
- Fixed failing flake8 check tests
- Updated travis CI build config
- First release on PyPI.