Skip to content

Releases: alteryx/henchman

v0.0.4

25 Sep 20:05
f8c6449
Compare
Choose a tag to compare

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

25 Sep 20:04
729dd74
Compare
Choose a tag to compare

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 and hover can now be set from show
    • you can now change the plot colors
    • arguments can now be passed in to dynamic plots

v0.0.2

17 Jul 20:31
46f288a
Compare
Choose a tag to compare

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.