Skip to content

Commit 7e2a404

Browse files
Balandatfacebook-github-bot
authored andcommitted
Update changelog for v0.3.2 (#583)
Summary: Pull Request resolved: #583 Reviewed By: danielrjiang Differential Revision: D24509749 Pulled By: Balandat fbshipit-source-id: 37eba00fbaf209138f9a6dec4e72ba9778421653
1 parent c5ec613 commit 7e2a404

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

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

33
The release log for BoTorch.
44

5+
## [0.3.2] - Oct 23, 2020
6+
7+
Maintenance Release
8+
9+
#### New Features
10+
* Add `PenalizedAcquisitionFunction` wrapper (#585)
11+
* Input transforms
12+
* Reversible input transform (#550)
13+
* Rounding input transform (#562)
14+
* Log input transform (#563)
15+
* Differentiable approximate rounding for integers (#561)
16+
17+
#### Bug fixes
18+
* Fix sign error in UCB when `maximize=False` (a4bfacbfb2109d3b89107d171d2101e1995822bb)
19+
* Fix batch_range sample shape logic (#574)
20+
21+
#### Other changes
22+
* Better support for two stage sampling in preference learning
23+
(0cd13d0cb49b1ac8d0971e42f1f0e9dd6126fd9a)
24+
* Remove noise term in `PairwiseGP` and add `ScaleKernel` by default (#571)
25+
* Rename `prior` to `task_covar_prior` in `MultiTaskGP` and `FixedNoiseMultiTaskGP`
26+
(8e42ea82856b165a7df9db2a9b6f43ebd7328fc4)
27+
* Support only transforming inputs on training or evaluation (#551)
28+
* Add `equals` method for `InputTransform` (#552)
29+
530

631
## [0.3.1] - Sep 15, 2020
732

0 commit comments

Comments
 (0)