This is a minor release, where we changed:
- change plot_boxplots() into plot_distribution() and display categorical features as barplots
- merge plot_heatmap() and plot_boxplots() into plot_decision_paths(), as both plots are used to derive decision rules from Random Forests
- minor bug fix: when computing the global feature, copy X such that original X is not modified