Releases: alteryx/henchman
Releases · alteryx/henchman
v0.0.4
This version had a number of minor changes from v0.0.3.
- fix the longstanding plotting.dendrogram display bug
- incorporate learning into the Dendrogram.score_at_point method in selection
- added unit tests for selection (coverage is roughly 86%)
- landing page for docs is index.html
- modify the documentation structure
- update the package metadata
v0.0.3
This is a major version release of Henchman. Here's what was added:
- Added ML plotting functionality
- Made python3 compatible
- Added templates for issues and Pull Requests and locked master
- Added tests for 3/4 modules
- Refactored all of
henchman.plotting
static
andhover
can now be set fromshow
- you can now change the plot colors
- arguments can now be passed in to dynamic plots
v0.0.2
First usable version. Should still be considered unstable. Has functionality and documentation for:
- dataset profiling and diagnostics
- basic feature selection
- hard coded machine learning validation and
- easy static and dynamic plots.
Unlike version 0.0.1, most major functions have extensive documentation and examples. This code is still private and the license should not be considered final.