|
2 | 2 |
|
3 | 3 | The release log for BoTorch.
|
4 | 4 |
|
| 5 | +## [0.10.0] -- Feb 26, 2024 |
| 6 | + |
| 7 | +#### New Features |
| 8 | +* Introduce updated guidelines and a new directory for community contributions (#2167). |
| 9 | +* Add `qEUBO` preferential acquisition function (#2192). |
| 10 | +* Add Multi Information Source Augmented GP (#2152). |
| 11 | + |
| 12 | +#### Bug Fixes |
| 13 | +* Fix `condition_on_observations` in fully Bayesian models (#2151). |
| 14 | +* Fix for bug that occurs when splitting single-element bins, use default BoTorch kernel for BAxUS. (#2165). |
| 15 | +* Fix a bug when non-linear constraints are used with `q > 1` (#2168). |
| 16 | +* Remove unsupported `X_pending` from `qMultiFidelityLowerBoundMaxValueEntropy` constructor (#2193). |
| 17 | +* Don't allow `data_fidelities=[]` in `SingleTaskMultiFidelityGP` (#2195). |
| 18 | +* Fix `EHVI`, `qEHVI`, and `qLogEHVI` input constructors (#2196). |
| 19 | +* Fix input constructor for `qMultiFidelityMaxValueEntropy` (#2198). |
| 20 | +* Add ability to not deduplicate points in `_is_non_dominated_loop` (#2203). |
| 21 | + |
| 22 | +#### Other Changes |
| 23 | +* Minor improvements to `MVaR` risk measure (#2150). |
| 24 | +* Add support for multitask models to `ModelListGP` (#2154). |
| 25 | +* Support unspecified noise in `ContextualDataset` (#2155). |
| 26 | +* Update `HVKG` sampler to reflect the number of model outputs (#2160). |
| 27 | +* Release restriction in `OneHotToNumeric` that the categoricals are the trailing dimensions (#2166). |
| 28 | +* Standardize broadcasting logic of `q(Log)EI`'s `best_f` and `compute_best_feasible_objective` (#2171). |
| 29 | +* Use regular inheritance instead of dispatcher to special-case `PairwiseGP` logic (#2176). |
| 30 | +* Support `PBO` in `EUBO`'s input constructor (#2178). |
| 31 | +* Add `posterior_transform` to `qMaxValueEntropySearch`'s input constructor (#2181). |
| 32 | +* Do not normalize or standardize dimension if all values are equal (#2185). |
| 33 | +* Reap deprecated support for objective with 1 arg in `GenericMCObjective` (#2199). |
| 34 | +* Consistent signature for `get_objective_weights_transform` (#2200). |
| 35 | +* Update context order handling in `ContextualDataset` (#2205). |
| 36 | +* Update contextual models for use in MBM (#2206). |
| 37 | +* Remove `(Identity)AnalyticMultiOutputObjective` (#2208). |
| 38 | +* Reap deprecated support for `soft_eval_constraint` (#2223). Please use `botorch.utils.sigmoid` instead. |
| 39 | + |
| 40 | +#### Compatibility |
| 41 | +* Pin `mpmath <= 1.3.0` to avoid CI breakages due to removed modules in the |
| 42 | + latest alpha release (#2222). |
| 43 | + |
| 44 | + |
5 | 45 | ## [0.9.5] -- Dec 8, 2023
|
6 | 46 |
|
7 | 47 | #### New features
|
|
0 commit comments