https://github.com/GPflow/GPflow
Revision 320eb50180e99d7d13ac2da3271c0322ea966e6d authored by Alexander G. de G. Matthews on 14 April 2016, 09:34:44 UTC, committed by Alexander G. de G. Matthews on 14 April 2016, 09:34:44 UTC
2 parent s d543a25 + f66b45f
Raw File
Tip revision: 320eb50180e99d7d13ac2da3271c0322ea966e6d authored by Alexander G. de G. Matthews on 14 April 2016, 09:34:44 UTC
Merge pull request #41 from GPflow/optimizer_tolerance
Tip revision: 320eb50
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