We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4696ef2 commit b328397Copy full SHA for b328397
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v0.8.4 - Sep 9, 2024
2
+
3
+### Major Changes
4
++ support early stop for all advisors (#98)
5
++ compatible with python3.11 (#95)
6
7
8
# v0.8.3 - Apr 27, 2024
9
10
### Major Changes
openbox/__init__.py
@@ -29,7 +29,7 @@
29
from .utils.test_install import run_test
30
31
32
-__version__ = version = "0.8.3"
+__version__ = version = "0.8.4"
33
34
35
__all__ = [
0 commit comments