Skip to content

Commit

Permalink
version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xbc-gressor committed Mar 5, 2024
1 parent 8e228c3 commit 08451e6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion openbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .utils.test_install import run_test


__version__ = version = "0.8.1"
__version__ = version = "0.8.2"


__all__ = [
Expand Down

0 comments on commit 08451e6

Please sign in to comment.