JuliaAI / TreeRecipe.jl

Plot recipe for plotting (decision) trees
MIT License
13 stars 0 forks source link

Issue to trigger new release #9

Closed roland-KA closed 1 year ago

roland-KA commented 1 year ago

@JuliaRegistrator register branch=master

Release notes:

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.

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/94632

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 8850b3d640b38a9d58f2dcefab1fe40a6b57babe
git push origin v0.2.0