From ff3a394c7ee7c6beab907731d4d65bf508c42935 Mon Sep 17 00:00:00 2001 From: Max Balandat Date: Tue, 1 Aug 2023 14:38:06 -0700 Subject: [PATCH] Release notes for 0.9.1 (#1964) Summary: 0.9.1 is the same as 0.9.0 apart from a version bump to linear_operator that was required since the pinned 0.5.0 version had a bug. Pull Request resolved: https://github.com/pytorch/botorch/pull/1964 Reviewed By: saitcakmak Differential Revision: D47968240 Pulled By: Balandat fbshipit-source-id: 0fb99a1b35b01a48dc3d6e27599689724f2145d5 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 390ba014ae..85c5b0e7e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ The release log for BoTorch. -## [0.9.0] - July 31, 2023 +## [0.9.1] - Aug 1, 2023 + +* Require linear_operator == 0.5.1 (#1963). + + +## [0.9.0] - Aug 1, 2023 #### Compatibility * Require Python >= 3.9.0 (#1924).