Releases: alan-turing-institute/mogp-emulator
Releases · alan-turing-institute/mogp-emulator
v0.1.1
This is a bug fix release to correct the derivative computations in the predict
method of GaussianProcess
:
New methods in the generic Kernel
class:
calc_drdx
computes the derivative of the distance metric with respect to the inputskernel_inputderiv
computes the derivative of the kernel with respect to the inputs- Correction to the
predict
method to use the generic kernel method - Unit tests for the new functions
v0.1.0
Update to master branch to add new features and begin explicit semantic versioning. Includes the following new features:
- MICE code for sequential design
- More flexible Kernel implementation, including the Squared Exponential and Matern 5/2 kernels
- Automatic documentation build with several versions available
- Codecov reports automatically uploaded
- Explicit version numbers