# Changelog ## v1.5.0 - add `"parallel"` feature to YAKE algorithm; - make `"yake"` feature default and general available; ## v1.4.3 - fix RAKE algorithm typo of get ranked interface; ## v1.4.2 - performance improvements in YAKE algorithm; ## v1.4.1 - add term scores to YAKE algorithm; ## v1.4.0 - add YAKE algorithm under `"yake"` feature; ## v1.3.1 - performance improvements in TextRank algorithm; - performance improvements i Co-occurrence algorithm; ## v1.3.0 - add max length option to all algorithms; ## v1.2.1 - fix tokenizer regex; ## v1.2.0 - add `"parallel"` feature to all algorithms; ## v1.1.0 - add Co-occurrence algorithm under `"co_occurrence"` feature; ## v1.0.0 - add TextRank algorithm under `"text_rank"` feature; ## v0.1.0 - inital release with TF-IDF and Rake algorithms;