tweag / monad-bayes

A library for probabilistic programming in Haskell.
MIT License
410 stars 62 forks source link

Tutorials and hackage released versions are out of sync #181

Open turion opened 2 years ago

turion commented 2 years ago

The page https://monad-bayes-site.netlify.app/smc uses the function mvNormal which exists on master, 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.

reubenharry commented 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.

dataopt commented 2 years ago

Version 1.0.0 released in September? That'll be awesome!

reubenharry commented 2 years ago

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.