Open turion opened 2 years ago
Thanks for noting this - yes, there is a lag at the moment. I have the updated versions on branch, which I'll get @idontgetoutmuch to review and then hopefully in the next week, we'll merge it and push version 1.0.0 of monad-bayes to hackage. Along with that, I'll push the website and docs to the main branch, so everything is consolidated. Once that's done, the ground should be clear to work on more fun things.
Version 1.0.0 released in September? That'll be awesome!
To be fair, it's pretty much what's in the repo now (plus better histogram handling, and the website and docs), but we'll push it to hackage so it's easy to access.
The page https://monad-bayes-site.netlify.app/smc uses the function
mvNormal
which exists onmaster
, but not in the currently released version 0.1.1.0, see https://hackage.haskell.org/package/monad-bayes-0.1.1.0/docs/Control-Monad-Bayes-Class.html.