|
2 | 2 |
|
3 | 3 | The release log for BoTorch. |
4 | 4 |
|
| 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 | + |
5 | 41 | ## [0.6.0] - Dec 8, 2021 |
6 | 42 |
|
7 | 43 | #### Compatibility |
|
0 commit comments