From 1aef43cd8a7e66cc015e08f75db5ba7c462f0b7b Mon Sep 17 00:00:00 2001 From: Contramundum Date: Thu, 5 Oct 2023 16:28:05 +0900 Subject: [PATCH] Change version to that of optuna-dashboard --- optuna_dashboard/preferential/_study.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/optuna_dashboard/preferential/_study.py b/optuna_dashboard/preferential/_study.py index 651dac98..d85c0e41 100644 --- a/optuna_dashboard/preferential/_study.py +++ b/optuna_dashboard/preferential/_study.py @@ -39,7 +39,7 @@ class PreferentialStudy: :func:`~optuna_dashboard.preferential.load_study` respectively. .. note:: - Preferential optimization is an experimental feature (introduced in v3.4.0). + Preferential optimization is an experimental feature (introduced in v0.13.0). The interface may change in newer versions without prior notice. """ @@ -365,7 +365,7 @@ def create_study( A :class:`~optuna_dashboard.preferential.PreferentialStudy` object. .. note:: - Preferential optimization is an experimental feature (introduced in v3.4.0). + Preferential optimization is an experimental feature (introduced in v0.13.0). The interface may change in newer versions without prior notice. """ try: @@ -451,7 +451,7 @@ def load_study( A :class:`~optuna_dashboard.preferential.PreferentialStudy` object. .. note:: - Preferential optimization is an experimental feature (introduced in v3.4.0). + Preferential optimization is an experimental feature (introduced in v0.13.0). The interface may change in newer versions without prior notice. """ study = optuna.load_study(