https://github.com/GPflow/GPflow
Revision fc6461c313fb361b72e32eff3301f97014ba8f59 authored by PabloLeon on 02 May 2016, 10:22:27 UTC, committed by PabloLeon on 02 May 2016, 10:22:27 UTC
1 parent 799308b
Raw File
Tip revision: fc6461c313fb361b72e32eff3301f97014ba8f59 authored by PabloLeon on 02 May 2016, 10:22:27 UTC
changed name of mean function constituents to add_1/2 and prod_1/2
Tip revision: fc6461c
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