Changelog¶
This is the list of changes to wordcloud between each release. For full details, see the commit logs at https://github.com/amueller/word_cloud
Next Release¶
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<https://github.com/amueller/word_cloud/pull/529>`_ 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.py example 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.
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¶
WordCloud 1.4.1¶
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