https://github.com/GPflow/GPflow
Revision 420831bee4d257b10355ca9c56099f8443d606de authored by Alexander G. de G. Matthews on 31 May 2016, 16:39:22 UTC, committed by Alexander G. de G. Matthews on 31 May 2016, 16:39:22 UTC
2 parent s 8c828f1 + 4baf133
Raw File
Tip revision: 420831bee4d257b10355ca9c56099f8443d606de authored by Alexander G. de G. Matthews on 31 May 2016, 16:39:22 UTC
Merge pull request #55 from GPflow/autoflow_fix_bugfix
Tip revision: 420831b
RELEASE.md
# Release 0.1.3
 - Removed the need for a fork of TensorFlow. Some of our bespoke ops are replaced by equivalent versions. 

# 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