Skip to content

Releases: st--/vbpp

v0.1.1

21 Apr 08:40
Compare
Choose a tag to compare
  • new feature: add whiten keyword argument to VBPP constructor with which the whitened representation of q(u) can be turned on.
  • bugfix: add full_output_cov keyword argument to predict_f (though only False is implemented) so that the predict_f_samples method can be used
  • docs: add note on matrix inversion issues (solution: fix inducing point locations).
  • improved tests

v0.1.0

11 Apr 13:39
c91892e
Compare
Choose a tag to compare

Bugfix, should now work with the latest GPflow version (minimum requirement GPflow>=2.1.4).