Skip to content

Commit

Permalink
fix docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed May 29, 2024
1 parent da0a41c commit 3543cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ samples = hcat([transition.params for transition in chain]...)
plot(samples[1,:], xlabel="Iteration", ylabel="Trace")
savefig("abstractmcmc_demo.svg")
```
![](logdensityproblems_demo.svg)
![](abstractmcmc_demo.svg)

### Drawing Samples From `Turing` Models
`SliceSampling.jl` can also be used to sample from [Turing](https://github.com/TuringLang/Turing.jl) models through `Turing`'s `externalsampler` interface:
Expand Down

2 comments on commit 3543cde

@Red-Portal
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Breaking Changes

  • Univariate slice samplers now need to wrapped into RandPermGibbs to be used on multivariate targets.

New Features

  • Added the hit-and-run sampling strategy for using univariate slice samplers on multivariate targets.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/107857

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.4.0 -m "<description of version>" 3543cde523d3fb80827279893ea6773b2a89ca77
git push origin v0.4.0

Please sign in to comment.