All Versions
14
Latest Version
Avg Release Cycle
239 days
Latest Release
344 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.0 Changes
April 21, 2022- ๐ FEATURE: Add support for Ukrainian language in https://github.com/miso-belica/sumy/pull/168
- ๐ FEATURE: Add support for the Greek Language by @NC0DER in https://github.com/miso-belica/sumy/pull/169
- ๐ FEATURE: Return the summary size by custom callable object in https://github.com/miso-belica/sumy/pull/161
- ๐ FIX: Compatibility for
from collections import Sequence
for Python 3.10 - ๐ FIX: Fix SumBasicSummarizer with stemmer in https://github.com/miso-belica/sumy/pull/166
-
v0.9.0 Changes
October 21, 2021- INCOMPATIBILITY Dropped official support for Python 2.7. It should still work if you install Python 2 compatible dependencies.
- ๐ FEATURE: Add basic Korean support by @kimbyungnam in https://github.com/miso-belica/sumy/pull/129
- ๐ FEATURE: Add support for the Hebrew language by @miso-belica in https://github.com/miso-belica/sumy/pull/151
- ๐ FIX: Allow words with dashes/apostrophe returned from tokenizer by @miso-belica in https://github.com/miso-belica/sumy/pull/144
- ๐ FIX: Ignore empty sentences from tokenizer by @miso-belica in https://github.com/miso-belica/sumy/pull/153
- ๐ Basic documentation by @miso-belica in https://github.com/miso-belica/sumy/pull/133
- Speedup of the TextRank algorithm by @miso-belica in https://github.com/miso-belica/sumy/pull/140
- ๐ Fix missing license in sdist by @dopplershift in https://github.com/miso-belica/sumy/pull/157
- โ added test and call for stemmer by @bdalal in https://github.com/miso-belica/sumy/pull/131
- ๐ Fix simple typo: referene -> reference by @timgates42 in https://github.com/miso-belica/sumy/pull/143
- โ Add codecov service to tests by @miso-belica in https://github.com/miso-belica/sumy/pull/136
- โ Add gitpod config by @miso-belica in https://github.com/miso-belica/sumy/pull/138
- Try to run Python 3.7 and 3.8 on TravisCI by @miso-belica in https://github.com/miso-belica/sumy/pull/130
- ๐ Fix TravisCI for Python 3.4 by @miso-belica in https://github.com/miso-belica/sumy/pull/134
-
v0.8.1 Changes
May 19, 2019- ๐ Open files for
PlaintextParser
in UTF-8 encoding #123
- ๐ Open files for
-
v0.8.0 Changes
May 19, 2019 -
v0.7.0 Changes
July 22, 2017- โ Added support for Chinese. Thanks to @astropeak.
-
v0.6.0 Changes
March 05, 2017- โฌ๏ธ Dropped support for distutils when installing sumy.
- โ Added support for Japanese. Thanks to @tuvistavie.
- ๐ Fixed incorrect n-grams computation for more sentences. Thanks to @odek53r.
- ๐ Fixed NLTK dependency for Python 3.3. NLTK 3.2 dropped support for Python 3.3 so sumy needs 3.1.
-
v0.5.1 Changes
November 17, 2016- ๐ Fixed missing stopwords in SumBasic summarizer. #74
-
v0.5.0 Changes
November 12, 2016 -
v0.4.1 Changes
March 06, 2016 -
v0.4.0 Changes
December 06, 2015- ๐ 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.
- KL: Added new summarization method - KL. Thanks to Julian Griggs.
- โ Added dependency requests to fix issues with downloading pages.
- ๐ Better documentation of expected Plaintext document format.