What's Changed
* Remove `math.inf` from ContinuousInput data model by jduerholt in https://github.com/experimental-design/bofire/pull/387
* Add generic typing to Constraints by TobyBoyne in https://github.com/experimental-design/bofire/pull/386
* Initial attempt to incorporate MultiTask GPs by jpfolch in https://github.com/experimental-design/bofire/pull/353
* fixed wrong link in docu by niklaswulkow in https://github.com/experimental-design/bofire/pull/391
* add to_candidates for stepwise strategy by jkleinekorte in https://github.com/experimental-design/bofire/pull/392
* Remove `get_features`, `get_feature_keys`, and `get_feature` from `Domain` by jduerholt in https://github.com/experimental-design/bofire/pull/393
* Make surrogates available in the Stepwise Strategy by jduerholt in https://github.com/experimental-design/bofire/pull/394
* name construction in a method by bertiqwerty in https://github.com/experimental-design/bofire/pull/395
* Feature type hints by bertiqwerty in https://github.com/experimental-design/bofire/pull/396
* FractionalFactorialStrategy by jduerholt in https://github.com/experimental-design/bofire/pull/397
* Fix bug in `get_scaler` by jduerholt in https://github.com/experimental-design/bofire/pull/400
* ZDT1 Benchmark Tutorial by jduerholt in https://github.com/experimental-design/bofire/pull/401
* Implement Priors from "Vanilla Bayesian Optimization Performs Great in High Dimensions" by jduerholt in https://github.com/experimental-design/bofire/pull/402
* Refactor the fractional factorial strategy by jduerholt in https://github.com/experimental-design/bofire/pull/403
* duplicates plot by jduerholt in https://github.com/experimental-design/bofire/pull/404
* FIx warning in Iterative Trimming Module by jduerholt in https://github.com/experimental-design/bofire/pull/406
* Compatibility fix for latest scipy by jduerholt in https://github.com/experimental-design/bofire/pull/411
* Code example in README by TobyBoyne in https://github.com/experimental-design/bofire/pull/410
* Infinite Width BNN Kernel and Surrogate by jduerholt in https://github.com/experimental-design/bofire/pull/405
* Finally a Logo by jduerholt in https://github.com/experimental-design/bofire/pull/412
* add icon by jduerholt in https://github.com/experimental-design/bofire/pull/415
* Logo in docs intro by R-M-Lee in https://github.com/experimental-design/bofire/pull/413
* add bofire logo to docs by bertiqwerty in https://github.com/experimental-design/bofire/pull/414
New Contributors
* jpfolch made their first contribution in https://github.com/experimental-design/bofire/pull/353
**Full Changelog**: https://github.com/experimental-design/bofire/compare/v0.0.12...v0.0.13