Skip to content

Commit ee72a65

Browse files
sdaultonmeta-codesync[bot]
authored andcommitted
update changelog for v0.17.2 (#3216)
Summary: Pull Request resolved: #3216 see title Reviewed By: saitcakmak Differential Revision: D95285318 fbshipit-source-id: 14b049ec806167238d5589fd69e6e48c4857d4f9
1 parent 4c13ec0 commit ee72a65

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

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

33
The release log for BoTorch.
44

5+
## [0.17.2] -- Mar 4, 2026
6+
7+
#### Compatibility
8+
* Enable creating a new Ax release
9+
10+
#### New Features
11+
* Support `post_processing_func` in `optimize_with_nsgaii` for post-processing
12+
optimization results, e.g., to round discrete dimensions to valid values (#3215).
13+
514
## [0.17.1] -- Mar 4, 2026
615

716
#### Compatibility
@@ -13,6 +22,8 @@ The release log for BoTorch.
1322
* Project `candidate_set` in `qMultiFidelityMaxValueEntropy.__init__` before
1423
passing to `super().__init__`, allowing `candidate_set` to be either `n x d`
1524
(without fidelity dims) or `n x (d + s)` (with fidelity dims) (#3205).
25+
* Fix bug in `optimize_acqf_mixed_alternating` that may produce candidates with
26+
invalid values when using parameter constraints on discrete parameters (#3212).
1627

1728
#### Other Changes
1829
* Make `d` and `target_fidelities` required arguments in

0 commit comments

Comments
 (0)