We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b26ff51 + 1baf95f commit c3dd3c2Copy full SHA for c3dd3c2
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [Version 1.1.0](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.0) - Emhancement release - 2023-05
4
+- 🐍 Added support for python versions 3.8, 3.9 and 3.10
5
+
6
## [Version 1.0.1](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.0.1) - Bugfix release - 2022-07
7
- ✨ Fix sudachipy version not being compatible with Python 3.6 anymore
8
plugin.json
@@ -1,6 +1,6 @@
{
"id": "nlp-visualization",
- "version": "1.0.1",
+ "version": "1.1.0",
"meta": {
"label": "Text Visualization",
"category": "Natural Language Processing",
0 commit comments