File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 22
33The release log for BoTorch.
44
5+ ## [ 0.16.1] -- Nov 21, 2025
6+
7+ #### New Features
8+ * New default parameterization for ` MultiTaskGP ` (#3049 ).
9+ See discussion: https://github.com/meta-pytorch/botorch/discussions/3065
10+ * Add ` PositiveIndexKernel ` (#3047 ).
11+
12+ * Add ` HeterogeneousMTGP ` for transfer learning between different search spaces (#3073 ).
13+
14+ #### Bug Fixes
15+ * Add missing int cast in ` MCSampler ` (#3062 ).
16+ * Fix shape error in ` qNegIntegratedPosteriorVariance ` (#3068 ).
17+ * Add taus to the model state dict for ` EnsembleMapSaasSingleTaskGP ` for consistency when loading state dict (#3069 ).
18+ * Fix confusing warning when using input transforms with deterministic models (#3078 ).
19+
20+
21+ #### Other Changes
22+ * Structure ` options ` arguments in ` gen_candidates_torch ` (#3019 ).
23+ * Set default ` cache_root ` based on whether the model supports it (#3075 ).
24+ * Use ` nanmean ` and ` nanstd ` in ` Standardize ` outcome transform (#3072 ).
25+
26+
527## [ 0.16.0] -- Oct 23, 2025
628
729#### Compatibility
You can’t perform that action at this time.
0 commit comments