From 7e2a4040e60c6351ff127d6ff65506955c2beccb Mon Sep 17 00:00:00 2001 From: Max Balandat Date: Sat, 24 Oct 2020 14:12:55 -0700 Subject: [PATCH] Update changelog for v0.3.2 (#583) Summary: Pull Request resolved: https://github.com/pytorch/botorch/pull/583 Reviewed By: danielrjiang Differential Revision: D24509749 Pulled By: Balandat fbshipit-source-id: 37eba00fbaf209138f9a6dec4e72ba9778421653 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a94c05fb..1e66f7ad5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ The release log for BoTorch. +## [0.3.2] - Oct 23, 2020 + +Maintenance Release + +#### New Features +* Add `PenalizedAcquisitionFunction` wrapper (#585) +* Input transforms + * Reversible input transform (#550) + * Rounding input transform (#562) + * Log input transform (#563) +* Differentiable approximate rounding for integers (#561) + +#### Bug fixes +* Fix sign error in UCB when `maximize=False` (a4bfacbfb2109d3b89107d171d2101e1995822bb) +* Fix batch_range sample shape logic (#574) + +#### Other changes +* Better support for two stage sampling in preference learning + (0cd13d0cb49b1ac8d0971e42f1f0e9dd6126fd9a) +* Remove noise term in `PairwiseGP` and add `ScaleKernel` by default (#571) +* Rename `prior` to `task_covar_prior` in `MultiTaskGP` and `FixedNoiseMultiTaskGP` + (8e42ea82856b165a7df9db2a9b6f43ebd7328fc4) +* Support only transforming inputs on training or evaluation (#551) +* Add `equals` method for `InputTransform` (#552) + ## [0.3.1] - Sep 15, 2020