We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4235030 commit 1aae95cCopy full SHA for 1aae95c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [Version 1.0.1](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.0.1) - Bugfix release - 2022-07
4
+- ✨ Fix sudachipy version not being compatible with Python 3.6 anymore
5
+
6
## [Version 1.0.0](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.0.0) - Initial release - 2021-10
7
- ☁ Visualize text data using word clouds...
8
- 🌎 🌍 🌏 ... in 59 languages!
plugin.json
@@ -1,6 +1,6 @@
{
"id": "nlp-visualization",
- "version": "1.0.0",
+ "version": "1.0.1",
"meta": {
"label": "Text Visualization",
"category": "Natural Language Processing",
0 commit comments