Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion dao/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# 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.<br>
### Changes:
- Update several python modules
- Fix error api predict pv_dc (reported by @Dogooder)
- Adjustments in documentation (#521, @storeman)
Expand Down
2 changes: 1 addition & 1 deletion dao/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions dao/prog/da_prices.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion dao/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
asteval~=1.0.8
tzdata~=2025.3
7 changes: 7 additions & 0 deletions release-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# 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).
The ml_prediction works only after a new training of the models.<br>
### Changes:
Update several python modules

# 2026.02.0.rc1
Expand Down
2 changes: 1 addition & 1 deletion release-testing/config.yaml
Original file line number Diff line number Diff line change
@@ -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!
Expand Down