Closed roland-KA closed 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
@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"]
viaconnect_labels
.