File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The release log for BoTorch.
4
4
5
+ ## [ 0.11.1] -- Jun 11, 2024
6
+
7
+ #### New Features
8
+ * Implement ` qLogNParEGO ` (#2364 ).
9
+ * Support picking best of multiple fit attempts in ` fit_gpytorch_mll ` (#2373 ).
10
+
11
+ #### Deprecations
12
+ * Many functions that used to silently ignore arbitrary keyword arguments will now
13
+ raise an exception when passed unsupported arguments (#2327 , #2336 ).
14
+ * Remove ` UnstandardizeMCMultiOutputObjective ` and ` UnstandardizePosteriorTransform ` (#2362 ).
15
+
16
+ #### Bug Fixes
17
+ * Remove correlation between the step size and the step direction in ` sample_polytope ` (#2290 ).
18
+ * Fix pathwise sampler bug (#2337 ).
19
+ * Explicitly check timeout against ` None ` so that ` 0.0 ` isn't ignored (#2348 ).
20
+ * Fix boundary handling in ` sample_polytope ` (#2353 ).
21
+ * Avoid division by zero in ` normalize ` & ` unnormalize ` when lower & upper bounds are equal (#2363 ).
22
+ * Update ` sample_all_priors ` to support wider set of priors (#2371 ).
23
+
24
+ #### Other Changes
25
+ * Clarify ` is_non_dominated ` behavior with NaN (#2332 ).
26
+ * Add input constructor for ` qEUBO ` (#2335 ).
27
+ * Add ` LogEI ` as a baseline in the ` TuRBO ` tutorial (#2355 ).
28
+ * Update polytope sampling code and add thinning capability (#2358 ).
29
+ * Add initial objective values to initial state for sample efficiency (#2365 ).
30
+ * Clarify behavior on standard deviations with <1 degree of freedom (#2357 ).
31
+
32
+
5
33
## [ 0.11.0] -- May 1, 2024
6
34
7
35
#### Compatibility
You can’t perform that action at this time.
0 commit comments