DPMMSubClusters.jl
DPMMSubClusters.jl copied to clipboard
Release 0.1.13
@JuliaRegistrator register
Release notes:
- predict now returns '(labels,probability_matrix)' where the matrix is of NxK.
- Added smart splits for Gaussians (added keyword to fit 'smart_splits=true').
Bugs:
Error while trying to register: "Tag with name v0.1.12 already exists and points to a different commit"
@JuliaRegistrator register
Release notes:
predict now returns '(labels,probability_matrix)' where the matrix is of NxK. Added smart splits for Gaussians (added keyword to fit 'smart_splits=true'). Bugs:
Registration pull request created: JuliaRegistries/General/65723
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.1.13 -m "<description of version>" 9cf128caba43d66d4453391d4b1d1bc998f14570
git push origin v0.1.13