From 9a47180331f7f261547a8b9ec44e4932be5d6e5d Mon Sep 17 00:00:00 2001 From: corneel27 Date: Fri, 6 Feb 2026 12:14:32 +0100 Subject: [PATCH 1/2] update changelogs --- dao/CHANGELOG.md | 4 ++++ release-testing/CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dao/CHANGELOG.md b/dao/CHANGELOG.md index 37aecbfe..bb0c9533 100644 --- a/dao/CHANGELOG.md +++ b/dao/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog 刀 DAO # Day Ahead Optimizer # 2026.02.0 +### Breaking change +The file-format ofthe calculated model is changed (update of module pandas). +The ml_prediction works only after a new training of the models.
+### Changes: - Update several python modules - Fix error api predict pv_dc (reported by @Dogooder) - Adjustments in documentation (#521, @storeman) diff --git a/release-testing/CHANGELOG.md b/release-testing/CHANGELOG.md index 331166af..71da75b5 100644 --- a/release-testing/CHANGELOG.md +++ b/release-testing/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog 刀 DAO # Day Ahead Optimizer # 2026.02.0.rc2 +### Breaking change +The file-format ofthe calculated model is changed (update of module pandas). +The ml_prediction works only after a new training of the models.
+### Changes: Update several python modules # 2026.02.0.rc1 From c5adbebfb19a953efc32e6bd34f8527a42c4f6f1 Mon Sep 17 00:00:00 2001 From: corneel27 Date: Fri, 6 Feb 2026 13:54:43 +0100 Subject: [PATCH 2/2] Added missing module tzdata --- dao/CHANGELOG.md | 4 +++- dao/config.yaml | 2 +- dao/prog/da_prices.py | 1 + dao/requirements.txt | 3 ++- release-testing/CHANGELOG.md | 3 +++ release-testing/config.yaml | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dao/CHANGELOG.md b/dao/CHANGELOG.md index bb0c9533..e5cf2314 100644 --- a/dao/CHANGELOG.md +++ b/dao/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog 刀 DAO # Day Ahead Optimizer -# 2026.02.0 +# 2026.02.1 +Added missing module tzdata + ### Breaking change The file-format ofthe calculated model is changed (update of module pandas). The ml_prediction works only after a new training of the models.
diff --git a/dao/config.yaml b/dao/config.yaml index e1f64cfe..730efe70 100644 --- a/dao/config.yaml +++ b/dao/config.yaml @@ -1,6 +1,6 @@ --- name: 刀 Day Ahead Optimizer -version: 2026.02.0 +version: 2026.02.1 slug: day_ahead_opt description: Home Assistant Community Add-ons for day ahead optimizations url: https://github.com/corneel27/day-ahead diff --git a/dao/prog/da_prices.py b/dao/prog/da_prices.py index 85cdb13c..d60dd0d9 100644 --- a/dao/prog/da_prices.py +++ b/dao/prog/da_prices.py @@ -7,6 +7,7 @@ from requests import get, post from nordpool.elspot import Prices import pytz +import tzdata import json import math import pprint as pp diff --git a/dao/requirements.txt b/dao/requirements.txt index 8659d6eb..2b8063e5 100644 --- a/dao/requirements.txt +++ b/dao/requirements.txt @@ -27,4 +27,5 @@ xgboost~=3.1.3 scipy~=1.17.0 joblib~=1.5.3 knmi-py~=0.2.0 -asteval~=1.0.8 \ No newline at end of file +asteval~=1.0.8 +tzdata~=2025.3 \ No newline at end of file diff --git a/release-testing/CHANGELOG.md b/release-testing/CHANGELOG.md index 71da75b5..fa5f2ae5 100644 --- a/release-testing/CHANGELOG.md +++ b/release-testing/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog 刀 DAO # Day Ahead Optimizer +# 2026.02.1.rc1 +Add missing module tzdata + # 2026.02.0.rc2 ### Breaking change The file-format ofthe calculated model is changed (update of module pandas). diff --git a/release-testing/config.yaml b/release-testing/config.yaml index 4fb6a58d..ce8a0290 100644 --- a/release-testing/config.yaml +++ b/release-testing/config.yaml @@ -1,6 +1,6 @@ --- name: 刀 Day Ahead Optimizer (TESTING) -version: 2026.02.0.rc2 +version: 2026.02.1.rc1 stage: experimental slug: day_ahead_opt-testing description: Beta version of DAO. Use only for testing!