Skip to content

Commit 3da3ee7

Browse files
dme65facebook-github-bot
authored andcommitted
New changelog for v0.6.1 (#1091)
Summary: Pull Request resolved: #1091 See title Reviewed By: Balandat Differential Revision: D34403554 fbshipit-source-id: 0d31907c52181ac9c1e9cea90a58ff595ab1378e
1 parent c984666 commit 3da3ee7

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

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

33
The release log for BoTorch.
44

5+
## [0.6.1] - Feb 28, 2022
6+
7+
#### New Features
8+
* Add `Standardize` input transform (#1053).
9+
* Low-rank Cholesky updates for NEI (#1056).
10+
* Add support for non-linear input constraints (#1067).
11+
* New MOO problems: MW7 (#1077), disc brake (#1078), penicillin (#1079), RobustToy (#1082), GMM (#1083).
12+
13+
#### Other Changes
14+
* Support multi-output models in MES using `PosteriorTransform` (#904).
15+
* Add `Dispatcher` (#1009).
16+
* Modify qNEHVI to support deterministic models (#1026).
17+
* Store tensor attributes of input transforms as buffers (#1035).
18+
* Modify NEHVI to support MTGPs (#1037).
19+
* Make `Normalize` input transform input column-specific (#1047).
20+
* Improve `find_interior_point` (#1049).
21+
* Remove deprecated `botorch.distributions` module (#1061).
22+
* Avoid costly application of posterior transform in Kronecker & HOGP models (#1076).
23+
* Support heteroscedastic perturbations in `InputPerturbations` (#1088).
24+
25+
#### Performance Improvements
26+
* Make risk measures more memory efficient (#1034).
27+
28+
#### Bug Fixes
29+
* Properly handle empty `fixed_features` in optimization (#1029).
30+
* Fix missing weights in `VaR` risk measure (#1038).
31+
* Fix `find_interior_point` for negative variables & allow unbounded problems (#1045).
32+
* Filter out indefinite bounds in constraint utilities (#1048).
33+
* Make non-interleaved base samples use intuitive shape (#1057).
34+
* Pad small diagonalization with zeros for `KroneckerMultitaskGP` (#1071).
35+
* Disable learning of bounds in `preprocess_transform` (#1089).
36+
* Fix `gen_candidates_torch` (4079164489613d436d19c7b2df97677d97dfa8dc).
37+
* Catch runtime errors with ill-conditioned covar (#1095).
38+
* Fix `compare_mc_analytic_acquisition` tutorial (#1099).
39+
40+
541
## [0.6.0] - Dec 8, 2021
642

743
#### Compatibility

0 commit comments

Comments
 (0)