mmider / BridgeSDEInference.jl

Inference for diffusion processes with the use of `Guided Proposals`
https://mmider.github.io/BridgeSDEInference.jl/dev/
MIT License
16 stars 5 forks source link

Tag version v0.1.1 #37

Closed mschauer closed 5 years ago

mschauer commented 5 years ago

@JuliaRegistrator register

Release notes:

This is a preliminary release of a statistical toolbox that does inference for diffusion processes based on path imputation with guided proposals. For more details see the README.md. The first (non-preliminary) release of the package will be announced at a later time.

JuliaRegistrator commented 5 years ago

Registration pull request created: JuliaRegistries/General/3595

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 8803e2c658288f4bb1d4de5d31966722078d9050
git push origin v0.1.1