File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
6
## [ Version 1.0.0] ( https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.0.0 ) - Initial release - 2021-10
4
7
- ☁ Visualize text data using word clouds...
5
8
- 🌎 🌍 🌏 ... in 59 languages!
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ wordcloud==1.8.0
12
12
fonttools == 4.14.0
13
13
pathvalidate == 2.3.0
14
14
fastcore == 1.3.19
15
+ sudachipy == 0.6.0 ; python_version == '3.6'
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " nlp-visualization" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"meta" : {
5
5
"label" : " Text Visualization" ,
6
6
"category" : " Natural Language Processing" ,
You can’t perform that action at this time.
0 commit comments