What's Changed
* UIGP by ziatdinovmax in https://github.com/ziatdinovmax/gpax/pull/66
Extends the standard Gaussian Process model to handle uncertain (stochastic) inputs.
* MeasuredNoiseGP by ziatdinovmax in https://github.com/ziatdinovmax/gpax/pull/69
Extends the standard GP model by allowing the inclusion of measured noise variances. Unlike standard GP models where noise is typically inferred, this model uses noise values obtained from repeated measurements at the same input points.
**Full Changelog**: https://github.com/ziatdinovmax/gpax/compare/0.1.2...0.1.4