Changelog
This is the list of changes to this fork of wordcloud between each release. For full details, see the commit logs at the official repository.
Next Release
LexicoNimbus 2.0.0
Release Date 2026/07/25
Project
Reworked
pyproject.tomlto use uv for all (most?) package management.Updated dependencies to use most recent versions
Set minimum Python version for _this_ fork to 3.11
Documentation
Created a
docsgroup inuvto capture all the Python requirements related to documentation.uv sync --group docswill load the dependencies for building the documentationAdded documentation for tokenising changes that support lemmatised plurals
Published my version of the documentation on my own site
Features
Changed plural normalisation (the entire reason for this fork)
WordCloud 1.9.1
Release Date 4/27/2023
Wheels
Added wheels for Python 3.10 and 3.11
WordCloud 1.8.1
Release Date 11/11/2020
Wheels
Added wheels for Python 3.9.
WordCloud 1.8.0
Wheels
Test
Update CircleCI configuration to use dockcross/manylinux1-x64 image instead of obsolete dockcross/manylinux-x64 one. See #548. Contributed by @jcfr.
WordCloud 1.7.0
Features
Add export of SVG files using
WordCloud.to_svg()by @jojolebarjos .Add missing options to the command line interface, PR #527 by @dm-logv.
Bug fixes
Make bigrams stopword aware, PR #528 by @carlgieringer.
WordCloud 1.6.0
Features
Add support to render numbers and single letters using the
include_numbersandmin_word_lengtharguments.
Examples
Add
phx_glr_auto_examples_parrot.pyexample showing another example of image-based coloring and masks.
WordCloud 1.5.0
Examples
Add Using frequency example for understanding how to generate a wordcloud using a dictionary of word frequency. Contributed by @yoonsubKim.
Add create wordcloud with chinese example. Contributed by @FontTian and improved by @duohappy.
Features
Add support for mask contour. Contributed by @jsmedmar.
Improve Command Line Interface adding support for
--contour_widthand--contour_colornamed arguments.Improve
wordcloud.WordCloudAPI adding support forcontour_widthandcontour_colorkeyword arguments.Update Masked wordcloud example.
Update
wordcloud.WordCloudto supportrepeatkeyword argument. If set to True, indicates whether to repeat words and phrases untilmax_wordsormin_font_sizeis reached. Contributed by @amueller.
Wheels
Support installation on Linux, macOS and Windows for Python 2.7, 3.4, 3.5, 3.6 and 3.7 by updating the Continuous Integration (CI) infrastructure and support the automatic creation and upload of wheels to PyPI. Contributed by @jcfr.
Use scikit-ci to simplify and centralize the CI configuration. By having
appveyor.yml,.circleci/config.ymland.travis.ymlcalling the scikit-ci command-line executable, all the CI steps for all service are described in one scikit-ci.yml configuration file.Use scikit-ci-addons to provide a set of scripts useful to help drive CI.
Simplify release process using versioneer. Release process is now as simple as tagging a release, there is no need to manually update version in
__init__.py.Remove use of miniconda and instead use manylinux docker images.
Fix installation of the cli on all platforms leveraging entry_points. See #420. Contributed by @jcfr.
Bug fixes
-
Fix handling of invalid regexp parameter. Contributed by @jcfr.
Documentation
Update
wordcloud.WordCloudcolor_funckeyword argument documentation explaining how to create single color word cloud. Fix #185. Contributed by @maifeng.Add Command Line Interface document. Contributed by @amueller.
Add Making a release and Changelog documents. Contributed by @jcfr.
Improve sphinx gallery integration. Contributed by @jcfr.
Website
Test
Update testing infrastructure. Contributed by @jcfr.
WordCloud 1.4.1
Bug fixes
Improve stopwords list. Contributed by @xuhdev.
Test
WordCloud 1.4.0
See https://github.com/amueller/word_cloud/compare/1.3.3…1.4
WordCloud 1.3.3
See https://github.com/amueller/word_cloud/compare/1.3.2…1.3.3
WordCloud 1.3.2
See https://github.com/amueller/word_cloud/compare/1.2.2…1.3.2
WordCloud 1.2.2
See https://github.com/amueller/word_cloud/compare/1.2.1…1.2.2
WordCloud 1.2.1
See https://github.com/amueller/word_cloud/compare/4c7ebf81…1.2.1