* Added Python type annotations to the Icegrams API; added `mypy` type check to `.travis.yml`
0.5.0
* The trigram corpus has been spell-checked
0.4.0
Fixed setup, which could break on certain environments; modified GitHub URLs to refer to ``mideind`` instead of ``vthorsteinsson``; fixed comments
0.3.0
Better performance through C++ implementation of `lookup_pair()`; `adj_freq()` now returns adjusted n-gram frequency (+1) while `freq()` returns the raw/original frequency (0-based).
0.2.0
Initial release, available on PyPI including the trigrams database with 34 million trigrams.