We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2212bb commit 476e569Copy full SHA for 476e569
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Version 1.1.2 (2025-05-14)
4
+* Fix issue with webapp not displaying correctly
5
+* Fix bug in pandas > 2
6
+* Fix plugin make command
7
+
8
## Version 1.1.1 (2024-05-07)
9
* Scoring recipe: Specify array content type for decision_rules in output schema
10
plugin.json
@@ -1,6 +1,6 @@
{
"id" : "decision-tree-builder",
- "version" : "1.1.1",
+ "version" : "1.1.2",
"meta" : {
"label" : "Interactive Decision Tree Builder",
"description" : "Build and explore decision trees, and use them to score and evaluate data",
0 commit comments