File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Version 1.1.1] ( https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.1 ) - Emhancement release - 2024-06
3
+ ## [ Version 1.1.2] ( https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.2 ) - Bugfix release - 2025-01
4
+ - 🐍 Update required sudachipy version to maintain compatibility with python 3.7 and 3.8
5
+
6
+ ## [ Version 1.1.1] ( https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.1 ) - Bugfix release - 2024-06
4
7
- 🐍 Update required wordcloud version to prevent issue with pillow when running word cloud recipe
5
8
6
9
## [ Version 1.1.0] ( https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.0 ) - Emhancement release - 2023-05
Original file line number Diff line number Diff line change @@ -14,4 +14,6 @@ wordcloud==1.9.3; python_version >= '3.9'
14
14
fonttools == 4.14.0
15
15
pathvalidate == 2.3.0
16
16
fastcore == 1.3.19
17
- sudachipy == 0.6.0 ; python_version == '3.6'
17
+ sudachipy == 0.6.0 ; python_version == '3.6'
18
+ sudachipy < 0.6.10 ; python_version >= '3.7' and python_version < '3.9' and platform_system != "Darwin"
19
+ sudachipy < 0.6.9 ; python_version >= '3.7' and python_version < '3.9' and platform_system == "Darwin"
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " nlp-visualization" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"meta" : {
5
5
"label" : " Text Visualization" ,
6
6
"category" : " Natural Language Processing" ,
7
7
"description" : " Visualize text as word clouds in 59 languages" ,
8
- "author" : " Dataiku (Alex LANDEAU, Alex COMBESSIE )" ,
8
+ "author" : " Dataiku (CaraML )" ,
9
9
"icon" : " icon-quote-left" ,
10
10
"tags" : [
11
11
" NLP"
You can’t perform that action at this time.
0 commit comments