Skip to content

v4.0.0

Compare
Choose a tag to compare
@uri-granta uri-granta released this 28 Aug 11:42
· 13 commits to develop since this release
6d6cfcb

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