Skip to content

Commit a33ea72

Browse files
saitcakmakmeta-codesync[bot]
authored andcommitted
Changelog for 0.16.1 (meta-pytorch#3086)
Summary: Pull Request resolved: meta-pytorch#3086 Planning to release as: Maintenance Release, MultiTaskGP improvements Reviewed By: esantorella Differential Revision: D87583270 fbshipit-source-id: d70283007ec5d76891a1ead6045a51c77ad0c43b
1 parent 87a3d7f commit a33ea72

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
The 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

0 commit comments

Comments
 (0)