CHANGES
=======

0.2.0
-----

* Remove unused import
* Improve getting started example, add supporting data
* Add Windows CI configuration
* Namespace C functions gamma and lgamma
* DOC: Fix typo in README
* Minimally validate eta and alpha
* Remove unused import
* Improve formatting in setup.py
* DOC: minor edits to README
* Generate code with new version of Cython
* Improve Makefile
* Add benchmarking scripts
* Use John Cook's lgamma rather than scipy's gammaln to reduce dependencies
* Rewrite loglikelihood calculation in Cython
* DOC: minor README edits
* Reorder LDA's methods
* Comply with PEP8
* DOC: Add release instructions

0.1.0
-----

* Use oslotest package to simplify tests
* Initial commit
