Skip to content

Commit

Permalink
Update changelog for v0.3.2 (#583)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #583

Reviewed By: danielrjiang

Differential Revision: D24509749

Pulled By: Balandat

fbshipit-source-id: 37eba00fbaf209138f9a6dec4e72ba9778421653
  • Loading branch information
Balandat authored and facebook-github-bot committed Oct 24, 2020
1 parent c5ec613 commit 7e2a404
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,31 @@

The release log for BoTorch.

## [0.3.2] - Oct 23, 2020

Maintenance Release

#### New Features
* Add `PenalizedAcquisitionFunction` wrapper (#585)
* Input transforms
* Reversible input transform (#550)
* Rounding input transform (#562)
* Log input transform (#563)
* Differentiable approximate rounding for integers (#561)

#### Bug fixes
* Fix sign error in UCB when `maximize=False` (a4bfacbfb2109d3b89107d171d2101e1995822bb)
* Fix batch_range sample shape logic (#574)

#### Other changes
* Better support for two stage sampling in preference learning
(0cd13d0cb49b1ac8d0971e42f1f0e9dd6126fd9a)
* Remove noise term in `PairwiseGP` and add `ScaleKernel` by default (#571)
* Rename `prior` to `task_covar_prior` in `MultiTaskGP` and `FixedNoiseMultiTaskGP`
(8e42ea82856b165a7df9db2a9b6f43ebd7328fc4)
* Support only transforming inputs on training or evaluation (#551)
* Add `equals` method for `InputTransform` (#552)


## [0.3.1] - Sep 15, 2020

Expand Down

0 comments on commit 7e2a404

Please sign in to comment.