- Ensures compatibility with the latest scikit-learn versions.
0.0.12
Bugfixes
- Define a minimum numpy version to ensure the library is compatible. Fixes issue 18.
0.0.11
Enhancements
- Added support for Naive Bayes models - Automatically build wheels on CI to make the installation from pip easier: no c compiler is required, which is especially useful on windows.
0.0.10
Bugfixes
- Fixes output for tree_.threshold for categorical trees. This is useful for inspecting decision trees, as done in [this sklearn example](https://scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html). Thanks to kodonnell for reporting!