- Bump angularjs to 1.8.2
- Include jquery in plugin resources, rather than relying on angularjs jquerylite
- Fix js NPE when checking non-numeric values
- Fix issue with webapp not displaying correctly
- Fix bug in pandas > 2
- Fix plugin make command
- Scoring recipe: Specify array content type for decision_rules in output schema
- Webapp: Fix autosplit (outdated kwarg in sklearn's DecisionTreeClassifier)
- Evaluation recipe: Fix recipe with multiclass tasks + import error
- Scoring recipe: Fix recipe for trees with only one node
- Webapp: Display node id in node info panel
- Scoring/Evaluation recipes: Add two columns (one with the decision rule, one with the leaf id)
- Webapp: Many UI improvements
- Webapp: Allow to treat features as numerical when less than 10 distinct values
- Evaluation recipe: Fix broken import
- Minor UI improvement in webapp: fix font in buttons & input fields
- Evaluation recipe: Fix broken import
- Evaluation recipe: Fix containerized execution (missing import)
- Evaluation recipe: Add missing key costMatrixWeights in metrics dict
- Fix wrong documentation link