Stheno Versions Save

Gaussian process modelling in Python

v1.4.1

1 year ago
  • Increase version for wbml.

v1.4.0

1 year ago
  • Plum 2 compatibility.

v1.3.12

1 year ago
  • Fix suble bug in FITC logpdf computation.

v1.3.11

2 years ago
  • Don't use is with literals.

v1.3.10

2 years ago
  • Fix batching bug. (@MattAshman)

v1.3.9

2 years ago
  • Fix batching bug when conditioning on empty observations.

v1.3.8

2 years ago
  • Add public function add_gp to implement new transforms.

v1.3.7

2 years ago
  • Add mean_var.
  • Ensure and test that the kernel is called a minimal number of times in posterior and pseudo-point computations.

v1.3.6

2 years ago
  • Improve efficiency of computation of marginals.

v1.3.5

2 years ago
  • Fix batching bug.