You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify argument order in phasepoint and transition (#435)
* Unify argument order in phasepoint and transition
* Use Test in quality tests
* Revert change to Test
* Try with Test
* Try with Test
* Use Test namespace
* Retrigger CUDA test
* Skip CUDA tests when no CUDA devices are found. (#436)
* Update cuda.jl
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Revert phasepoint unifying
* Bump compat for docs
* Update changelog
* Better changelog
---------
Co-authored-by: Hong Ge <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: HISTORY.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# AdvancedHMC Changelog
2
2
3
+
## 0.8.0
4
+
5
+
- To make an MCMC transtion from phasepoint `z` using trajectory `τ`(or HMCKernel `κ`) under Hamiltonian `h`, use `transition(h, τ, z)` or `transition(rng, h, τ, z)`(if using HMCKernel, use `transition(h, κ, z)` or `transition(rng, h, κ, z)`).
6
+
3
7
## v0.7.1
4
8
5
9
- README has been simplified, many docs transfered to docs: https://turinglang.org/AdvancedHMC.jl/dev/.
0 commit comments