Skip to content

Releases: aesara-devs/aehmc

v0.0.11

03 Jan 21:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

26 Sep 00:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

22 Aug 22:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

25 Jul 17:25
Compare
Choose a tag to compare

What's Changed

  • Fix schedule length for small number of adaptation steps by @rlouf in #77

Full Changelog: v0.0.7...v0.0.8

v0.0.7

22 Jul 19:16
Compare
Choose a tag to compare

What's Changed

  • Add environment.yml and update Python version in CI by @rlouf in #73
  • Do not return window adaptation's final by @rlouf in #74
  • Skip trajectory building if the first step diverges by @rlouf in #76

Full Changelog: v0.0.6...v0.0.7

v0.0.6

07 Jul 10:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

24 Jun 15:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

20 Apr 01:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

11 Apr 23:44
Compare
Choose a tag to compare

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 with at. 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

v0.0.2

18 Sep 20:17
Compare
Choose a tag to compare
  • Initial HMC and NUTS implementations