v4.0.0
Breaking changes
This release includes a minor breaking change:
As part of #864, a number of built in model classes such as GaussianProcessRegression
and DeepEnsembleModel
have been updated to support optional query point encoders. This involved moving the implementation of public methods such as predict
to new internal methods called predict_encoded
etc that work on the encoded query points. Any user-defined class that overrode the public methods should therefore switch to overriding the *_encoded
internal methods instead.
New features
Query point encoders for models (#864)
Improvements/fixes
Categorical trust regions (#865)
Full Changelog: v3.4.0...v4.0.0