v0.0.3
What's Changed
- Add README by @rlouf in #25
- Build the NUTS kernel with a logprob function by @rlouf in #31
- Add dual averaging algorithm by @rlouf in #35
- Add Welford's online algorithm by @rlouf in #38
- Add function to create a new HMC (or NUTS) state by @rlouf in #29
- Add Stan window adaptation schedule by @rlouf in #43
- Implement step-size adaptation by @rlouf in #41
- Implement mass matrix adaptation by @rlouf in #44
- Fix NUTS by @rlouf in #45
- Raise exception on shape error in CI by @rlouf in #42
- Replace
aet
aliases withat.
by @twiecki in #51 - Re-run the linear regression example by @rlouf in #52
- Do not return
Scan
updates
from kernels by @rlouf in #53 - Acceptance probability in NUTS by @rlouf in #54
New Contributors
Full Changelog: v0.0.2...v0.0.3