Bug fixes - Fix bug where predictions of spectral mixture kernel were not detaching properly (this was causing gpreg.skreconstructor to crash when kernel="Spectral")
0.3.1
New functionalities: - Spectral mixture kernel with the visualization functions for viewing the evolution of mixture parameters during training.
Fixes: - The remainder of the test set is properly accounted for when using multiple batches in gpreg.skreconstructor and gpreg.vreconstructor.
0.2.5
Patched "short-term memory" for selecting the next query point in gpbayes.boptim
0.2.4.1
Registered DOI for GPim
0.2.4
Changes: - Optimized sorting of the acquisition function values (results in improved performance for Bayesian optimization). - Added new tests for gpbayes.boptim module