0.17.0
What's Changed
- [Breaking changes]
gp
API renaming by @relf in #145predict_values()
is renamedpredict()
predict_variances()
is renamedpredict_var()
predict_variance_derivatives()
is renamedpredict_var_derivatives()
Derivatives predictions (predict_derivatives()
andpredict_var_derivatives()
) are made available in Python.
- Refactor Mixture of Experts by @relf in #146
Factorize code between full GP and sparse GP implementations - Prepare release 0.17 by @relf in #147
Full Changelog: 0.16.0...0.17.0