- Dropped support for Python 2.6 and 3.2. Only 2.7/3.3+ are officially supported now. Time to move :)
- CLI: Better message for unknown format.
- LexRank: fixed power method computation.
- Added some extra abbreviations (english, german) into tokenizer for better output.
- SumBasic: Added new summarization method - SumBasic. Thanks to [Julian Griggs](https://github.com/JulianGriggs).
- KL: Added new summarization method - KL. Thanks to [Julian Griggs](https://github.com/JulianGriggs).
- Added dependency [requests](http://docs.python-requests.org/en/latest/) to fix issues with downloading pages.
- Better documentation of expected Plaintext document format.