Skip to content

0.17.0

Compare
Choose a tag to compare
@relf relf released this 04 Apr 13:39
· 24 commits to master since this release
aabecb7

What's Changed

  • [Breaking changes] gp API renaming by @relf in #145
    • predict_values() is renamed predict()
    • predict_variances() is renamed predict_var()
    • predict_variance_derivatives() is renamed predict_var_derivatives()
      Derivatives predictions (predict_derivatives() and predict_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