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