v0.13.0
github-actions
released this
24 May 00:31
·
375 commits
to master
since this release
Turing v0.13.0
Closed issues:
- LoadError: MethodError: no method matching tilde (#1055)
- Bayesian HMM tutorial shows errors inline (#1148)
- Broken link in documentation (#1198)
- HMM tutiroal is broken (#1236)
- Request help for a customize distribution (#1244)
- Taking multi-threaded random number generation a bit more seriously (#1260)
- The Bayes loss is higher than the OLS loss. (#1274)
- Error on Windows and Mac when running
using Turing
(#1285) - Question: Mistakes in Custom Distribution documentation? (#1287)
Merged pull requests:
- Add MLE/MAP functionality (#1230) (@cpfiffer)
- Updated @code_warntype steps to match version (#1272) (@HarrisonWilde)
- Allow proposal matrix for MH (#1277) (@cpfiffer)
- Updated section on custom distributions (#1278) (@torfjelde)
- Fix typo (#1279) (@hsm207)
- Update members.yml (#1280) (@mileslucas)
- Pass init_theta kwarg to initialize_parameters! (#1281) (@mohamed82008)
- Fix MAP code (#1284) (@karajan9)
- Adds
predict
method to make it easier to work with the predictive posterior (#1286) (@torfjelde) - Use non-global RNGs (#1288) (@devmotion)
- Updated doc on custom distribution (#1289) (@torfjelde)