Skip to content

0.2.3

Compare
Choose a tag to compare
@sdatkinson sdatkinson released this 03 Nov 16:01
· 80 commits to master since this release

gptorch 0.2

Change log

0.2.1

  • Add missing .predict_f_samples() method to GPModel
  • Add missing diag kwarg to GPModel.predict_f().

0.2.2

  • Remove instances of torch.set_default_dtype() from codebase
  • Add CircleCI and CodeCov.io

0.2.3

  • Fix gradient-shunting behavior caused by torch.clamp() used in util.squared_distance()
  • Replace deprecated uses of as_variable() in densities.py with as_tensor()

Authors