CHANGES
=======

0.3.0
-----

* CI: build wheels for Python 3.3 on Windows
* Avoid use of numpy keepdims=True for compatibility with older numpy
* PEP8, order of imports
* Remove dependency on scipy
* DOC: fix typo
* DOC: use apidoc to generate sphinx files
* Update pypi classifiers
* DOC: expand documentation
* DOC: Add note about OS support

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
