0.3.0
This is a complete overhaul of the API and of some parts of the implementation.
Most notably:
RandomVariable
has been removedPredictor
has been replaced by a much more generalVec
- the various
fit
methods on those two have been replaced byModel.observe
- constants in the compute graph can now be vectors as well as scalars
See https://rainier.fit for more complete documentation of the new API.