JuliaDiffusionBayes / GuidedProposals.jl

Implementation of Guided Proposals (introduced by M Schauer, F van der Meulen, H van Zanten)
MIT License
1 stars 0 forks source link

Register #4

Closed mmider closed 4 years ago

mmider commented 4 years ago

@JuliaRegistrator register

Release notes:

This is a preliminary release of a package that implements "guided proposals" algorithm for sampling conditioned diffusion processes. It is part of a larger suite of packages that facilitate Bayesian inference for diffusion processes with guided proposals. The suite is aimed to supersede the package BridgeSDEInference.jl. The first (non-preliminary) release of the package will be announced at a later time.

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/17289

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.0 -m "<description of version>" bb683df1f861710cfb3519d78c441c7a31925d53
git push origin v0.1.0