@@ -16,6 +16,7 @@ The release log for BoTorch.
1616* Add outcome_transform to ` FixedNoiseMultiTaskGP ` (#1255 ).
1717* Support Scalable Constrained Bayesian Optimization (#1257 ).
1818* Support ` SaasFullyBayesianSingleTaskGP ` in ` prune_inferior_points ` (#1260 ).
19+ * Implement MARS as a risk measure (#1303 ).
1920* Add MARS tutorial (#1305 ).
2021
2122#### Other Changes
@@ -29,15 +30,19 @@ The release log for BoTorch.
2930* Handle ` X_pending ` properly in ` FixedFeatureAcquisition ` (#1233 , #1234 ).
3031* PE and PLBO support in Ax (#1240 , #1241 ).
3132* Remove ` model.train ` call from ` get_X_baseline ` for better caching (#1289 ).
33+ * Support ` inf ` values in ` bounds ` argument of ` optimize_acqf ` (#1302 ).
3234
3335#### Bug Fixes
3436* Update ` get_gp_samples ` to support input / outcome transforms (#1201 ).
37+ * Fix cached Cholesky sampling in ` qNEHVI ` when using ` Standardize ` outcome transform (#1215 ).
3538* Make ` task_feature ` as required input in ` MultiTaskGP.construct_inputs ` (#1246 ).
3639* Fix CUDA tests (#1253 ).
3740* Fix ` FixedSingleSampleModel ` dtype/device conversion (#1254 ).
3841* Prevent inappropriate transforms by putting input transforms into train mode before converting models (#1283 ).
3942* Fix ` sample_points_around_best ` when using 20 dimensional inputs or ` prob_perturb ` (#1290 ).
4043* Skip bound validation in ` optimize_acqf ` if inequality constraints are specified (#1297 ).
44+ * Properly handle RFFs when used with a ` ModelList ` with individual transforms (#1299 ).
45+ * Update ` PosteriorList ` to support deterministic-only models and fix ` event_shape ` (#1300 ).
4146
4247#### Documentation
4348* Add a note about observation noise in the posterior in ` fit_model_with_torch_optimizer ` notebook (#1196 ).
0 commit comments