From 15fb53fc8d2b3f6dff9c4f887075d6bfaa8e4fd7 Mon Sep 17 00:00:00 2001 From: Michael Penkov Date: Sat, 14 Aug 2021 19:55:46 +0900 Subject: [PATCH] Update CHANGELOG.md (#3214) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Radim Řehůřek --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf7acb7c4..dffea82c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,7 +108,7 @@ Plus a large number of smaller improvements and fixes, as usual. * [#3176](https://github.com/RaRe-Technologies/gensim/pull/3176): Eliminate obsolete step parameter from doc2vec infer_vector and similarity_unseen_docs, by [@rock420](https://github.com/rock420) * [#2965](https://github.com/RaRe-Technologies/gensim/pull/2965): Remove strip_punctuation2 alias of strip_punctuation, by [@sciatro](https://github.com/sciatro) - +* [#3180](https://github.com/RaRe-Technologies/gensim/pull/3180): Move preprocessing functions from gensim.corpora.textcorpus and gensim.corpora.lowcorpus to gensim.parsing.preprocessing, by [@rock420](https://github.com/rock420) ### 🔮 Testing, CI, housekeeping