Revision 7c0f312469a9f3583beabaf374adcda4576ad3f5 authored by Mark van der Wilk on 17 April 2016, 14:53:03 UTC, committed by Mark van der Wilk on 17 April 2016, 14:53:03 UTC
1 parent 320eb50
Raw File
RELEASE.md
# Release 0.1.2
 - Included the ability to compute the full covaraince matrix at predict time. See `GPModel.predict_f`
 - Included the ability to sample from the posterior function values. See `GPModel.predict_f_samples`
 - Unified code in conditionals.py: see deprecations in `gp_predict`, etc.
 - Added SGPR method (Sparse GP Regression)

# Release 0.1.1
 -  included the ability to use tensorflow's optimizers as well as the scipy ones
# Release 0.1.0
The initial release of GPflow. 
back to top