Skip to content

Commit 476e569

Browse files
committed
bump to 1.1.2
1 parent b2212bb commit 476e569

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## Version 1.1.1 (2024-05-07)
49
* Scoring recipe: Specify array content type for decision_rules in output schema
510

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id" : "decision-tree-builder",
3-
"version" : "1.1.1",
3+
"version" : "1.1.2",
44
"meta" : {
55
"label" : "Interactive Decision Tree Builder",
66
"description" : "Build and explore decision trees, and use them to score and evaluate data",

0 commit comments

Comments
 (0)