Implement logpdf and loglikelihood for ProductDistribution
@PTWaade, I added logpdf and rand methods for SSM2D that work for product_distribution. It works for SSM1D out of the box, but there were some complications for ContinuousMultivariateSSM. I will do some more investigation later.
I'll be releasing a new version soon with the new methods.
@JuliaRegistrator register()
Registration pull request created: JuliaRegistries/General/134564
Recommendation: add release notes
Release notes help your users know what has changed in the new version. For breaking releases in particular, it's recommended to document what breaking changes were made (or point to where changes can be found, such as a changelog).
To add release notes, just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.
@JuliaRegistrator register
Release notes:
## Breaking changes
- blah
To add release notes to this registration, just re-invoke JuliaRegistrator and the PR will be updated.
Tagging
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.12.7 -m "<description of version>" c49c95846f072414c9c90ac59c7e0d4a4f7bf048
git push origin v0.12.7
@itsdfish wonderful news - I will try it out as soon as I get the chance :)
Thank you, excited to use this more! I don't have any immediate use-cases with ContinuousMultivariateSSM models, but it would be great to be able to do product distributions with those as well.
Many warm thoughts from here