AdvancedHMC v0.7.1
Merged pull requests:
- Reduce allocations in stepsize.jl (#390) (@devmotion)
- Simplify
find_good_stepsize
(#394) (@devmotion) - Remove SimpleUnpack (#401) (@ErikQQY)
- Set up formatting (#404) (@ErikQQY)
- Allow ADTypes AD backend selection in Hamiltonian (#405) (@ErikQQY)
- Format README (#406) (@ErikQQY)
- Add ComponentArrays extension (#407) (@ErikQQY)
- Ignore formatting commit in git-blame (#408) (@devmotion)
- Remove Requires dependency (#409) (@devmotion)
- Better documentation (#417) (@ErikQQY)
- Simpler worked example in
README.md
(#421) (@yebai) - Add examples for AD backend switching (#423) (@ErikQQY)
- Add HISTORY.md (#425) (@ErikQQY)
- Fix gradient length mismatch in PhasePoint (#426) (@ErikQQY)
- Reduce allocation in mass matrix adaptor (#427) (@ErikQQY)
Closed issues:
- Moving ReadMe to Docs (#330)
- Component Arrays with DenseEuclideanMetric fails (#344)
- AdvancedHMC.sample might not be respecting the passed
rng
object (#379) - Improve AHMC documentation with tutorials, API docs etc. (#402)
- update readme and docs to use ADTypes (#413)
- Introduce a
HISTORY.md
for breaking/major changes (#419) - Minor doc inconsistency (#422)