File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 22
33The release log for BoTorch.
44
5+ ## [ 0.3.2] - Oct 23, 2020
6+
7+ Maintenance Release
8+
9+ #### New Features
10+ * Add ` PenalizedAcquisitionFunction ` wrapper (#585 )
11+ * Input transforms
12+ * Reversible input transform (#550 )
13+ * Rounding input transform (#562 )
14+ * Log input transform (#563 )
15+ * Differentiable approximate rounding for integers (#561 )
16+
17+ #### Bug fixes
18+ * Fix sign error in UCB when ` maximize=False ` (a4bfacbfb2109d3b89107d171d2101e1995822bb)
19+ * Fix batch_range sample shape logic (#574 )
20+
21+ #### Other changes
22+ * Better support for two stage sampling in preference learning
23+ (0cd13d0cb49b1ac8d0971e42f1f0e9dd6126fd9a)
24+ * Remove noise term in ` PairwiseGP ` and add ` ScaleKernel ` by default (#571 )
25+ * Rename ` prior ` to ` task_covar_prior ` in ` MultiTaskGP ` and ` FixedNoiseMultiTaskGP `
26+ (8e42ea82856b165a7df9db2a9b6f43ebd7328fc4)
27+ * Support only transforming inputs on training or evaluation (#551 )
28+ * Add ` equals ` method for ` InputTransform ` (#552 )
29+
530
631## [ 0.3.1] - Sep 15, 2020
732
You can’t perform that action at this time.
0 commit comments