From b0ac7fc9af79d322ff9740ebc0219ce720e0ee0f Mon Sep 17 00:00:00 2001 From: Burton DeWilde Date: Tue, 3 Sep 2019 16:14:30 -0500 Subject: [PATCH] Update changelog for minor version bump --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4527e897f..1565a2ed5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,16 @@ ## Changes +### 0.9.1 (2019-09-03) + +#### Changed: + +- Tweaked `TopicModel` class to work with newer versions of `scikit-learn`, and updated version requirements accordingly from `>=0.18.0,<0.21.0` to `>=0.19` + +#### Fixed: + +- Fixed residual bugs in the script for training language identification pipelines, then trained and released one using `scikit-learn==0.19` to prevent errors for users on that version + + ### 0.9.0 (2019-09-03) Note: `textacy` is now PY3-only! 🎉 Specifically, support for PY2.7 has been dropped, and the minimum PY3 version has been bumped to 3.6 (PR #261). See below for related changes.