DPMMSubClusters.jl icon indicating copy to clipboard operation
DPMMSubClusters.jl copied to clipboard

Release 0.1.13

Open dinarior opened this issue 3 years ago • 3 comments
trafficstars

@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:

dinarior avatar Aug 05 '22 17:08 dinarior

Error while trying to register: "Tag with name v0.1.12 already exists and points to a different commit"

JuliaRegistrator avatar Aug 05 '22 17:08 JuliaRegistrator

@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:

dinarior avatar Aug 05 '22 17:08 dinarior

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

JuliaRegistrator avatar Aug 05 '22 17:08 JuliaRegistrator