From 0d790ea5b9cbf2a6f1f5fa9f97bb6960c05faed8 Mon Sep 17 00:00:00 2001 From: Arun Maiya Date: Mon, 23 May 2022 15:42:29 -0400 Subject: [PATCH] bump --- CHANGELOG.md | 5 ++--- ktrain/version.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c65b47428..14e9b8b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,13 @@ Most recent releases are shown at the top. Each release shows: - **Changed**: Additional parameters, changes to inputs or outputs, etc - **Fixed**: Bug fixes that don't change documented behaviour -## 0.31.2 (2022-05-20) +## 0.31.3 (TBD) ### new: - N/A ### changed -- added `truncate_to` argument (default:5000) and `minchars` argument (default:3) argument to `KeywordExtractor.extract_keywords` method. -- added `score_by` argument to `KeywordExtractor.extract_keywords`. Default is `freqpos`, which means keywords are now ranked by a combination of frequency and position in document. +- added `alnum` check to `KeywordExtractor` ### fixed: - N/A diff --git a/ktrain/version.py b/ktrain/version.py index b76de8ff4..1cd1c9099 100644 --- a/ktrain/version.py +++ b/ktrain/version.py @@ -1,2 +1,2 @@ __all__ = ["__version__"] -__version__ = "0.31.2" +__version__ = "0.31.3"