Skip to content

Releases: JuliaAI/TreeRecipe.jl

v0.2.0

02 Nov 16:45
8850b3d
Compare
Choose a tag to compare

TreeRecipe v0.2.0

Diff since v0.1.1

If the plot recipe is used with the parameter connect_labels in order to provide labels to the connecting lines of the tree, the semantics have changed slightly: It isn't required any more to provide $n-1$ labels (where $n$ is the number of nodes within the tree).

If fewer labels are provided, the algorithm cycles through the labels available, such "reusing" them. So e.g. a binary tree can be labeled with "yes"/"no"-labels by just passing ["yes", "no"] via connect_labels.

Merged pull requests:

v0.1.1

07 Dec 20:26
b84eaec
Compare
Choose a tag to compare

TreeRecipe v0.1.1

Diff since v0.1.0

Merged pull requests:

v0.1.0

06 Dec 06:16
Compare
Choose a tag to compare

TreeRecipe v0.1.0

Merged pull requests:

  • Establish CI workflow (#2) (@roland-KA)
  • Change private key that compathelper uses to COMPATHELPER_PRIV (#3) (@ablaom)