https://github.com/GPflow/GPflow
Revision 977af3ccb42108cff8dbe1480c158ec92b75a2cc authored by James Hensman on 13 April 2016, 21:08:15 UTC, committed by James Hensman on 13 April 2016, 21:08:15 UTC
1 parent b9d42d6
Raw File
Tip revision: 977af3ccb42108cff8dbe1480c158ec92b75a2cc authored by James Hensman on 13 April 2016, 21:08:15 UTC
svgp.py is now pep8 compliant
Tip revision: 977af3c
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