Skip to content

Commit 0a1cfbe

Browse files
sdaultonfacebook-github-bot
authored andcommitted
update changelog for 0.9.2
Summary: see title Reviewed By: saitcakmak Differential Revision: D48230494 fbshipit-source-id: ae5a2355a4ffe30357fdc4a333e3235e6106b6a0
1 parent 52529e1 commit 0a1cfbe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

33
The release log for BoTorch.
44

5+
## [0.9.2] - Aug 10, 2023
6+
7+
#### Bug fixes
8+
* Hot fix (#1973) for a few issues:
9+
* A naming mismatch between Ax's modular `BotorchModel` and the BoTorch's acquisition input constructors, leading to outcome constraints in Ax not being used with single-objective acquisition functions in Ax's modular `BotorchModel`. The naming has been updated in Ax and consistent naming is now used in input constructors for single and multi-objective acquisition functions in BoTorch.
10+
* A naming mismatch in the acquisition input constructor `constraints` in `qNoisyLogExpectedImprovement`, which kept constraints from being used.
11+
* A bug in `compute_best_feasible_objective` that could lead to `-inf` incumbent values.
12+
* Fix setting seed in `get_polytope_samples` (#1968)
13+
14+
#### Other changes
15+
* Merge `SupervisedDataset` and `FixedNoiseDataset` (#1945).
16+
* Constrained tutorial updates (#1967, #1970)
17+
* Resolve issues with missing pytorch binaries with py3.11 on Mac (#1966)
18+
19+
520
## [0.9.1] - Aug 1, 2023
621

722
* Require linear_operator == 0.5.1 (#1963).

0 commit comments

Comments
 (0)