From 08451e66592a3e924ae5250a6ac013c99e9e13ad Mon Sep 17 00:00:00 2001 From: Xbc-gressor <2765024335@qq.com> Date: Tue, 5 Mar 2024 14:42:48 +0800 Subject: [PATCH] version 0.8.2 --- CHANGELOG.md | 17 +++++++++++++++++ openbox/__init__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff80fc27..00454359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.8.2 - Mar 5, 2024 + +### Major Changes ++ Update pytest (#81). ++ Update early stopping algorithm. ++ Enhance documentation. ++ Drop support for Python 3.7 (end of life on 2023-06-27). + +### Bug Fixes ++ Fix bug in distributed optimizer on Windows (#61). ++ Fix bug in async parallel optimizer. ++ Fix several bugs. + +### API Changes ++ Update API for AcquisitionFunctionMaximizer (#75). + + # v0.8.1 - Mar 8, 2023 ### Bug Fixes diff --git a/openbox/__init__.py b/openbox/__init__.py index 3303f75d..f06cc92c 100644 --- a/openbox/__init__.py +++ b/openbox/__init__.py @@ -29,7 +29,7 @@ from .utils.test_install import run_test -__version__ = version = "0.8.1" +__version__ = version = "0.8.2" __all__ = [