stripe / rainier

Bayesian inference in Scala.
https://rainier.fit
Apache License 2.0
432 stars 51 forks source link

separate out a rainier-compute module #442

Closed avibryant closed 4 years ago

avibryant commented 4 years ago

This just moves the compute package and all its dependencies to a separate rainier-compute sbt module that the rainier-core module now depends on, to make the layering more explicit. As a practical matter, this also makes it easier to just compile compute while making breaking changes, without seeing the clutter of errors from core.