From 6c99647c950980d4d969707d346e14d5a6d10130 Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Mon, 17 Jul 2023 22:06:39 +0200 Subject: [PATCH] Prepared new version v0.3.15 --- emhass/CHANGELOG.md | 8 ++++++++ emhass/config.yml | 2 +- emhass/requirements.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index a41878a..a21f1f2 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.15] - 2023-07-17 +Improvements and fixes following update of EMHASS code v0.4.14 +### Improvement +- Bumped skforecast to latest 0.9.1. +- The standalone dockerfile was updated by @majorforg to include the CBC solver. +### Fix +- Fix rounding for price & cost forecasts by @purcell-lab + ## [0.3.14] - 2023-06-29 Improvements and fixes following update of EMHASS code v0.4.13 ### Improvement diff --git a/emhass/config.yml b/emhass/config.yml index d0ebf4d..11fb2f8 100644 --- a/emhass/config.yml +++ b/emhass/config.yml @@ -1,7 +1,7 @@ name: EMHASS description: Energy Management for Home Assistant url: https://github.com/davidusb-geek/emhass -version: 0.3.14 +version: 0.3.15 slug: emhass arch: - aarch64 diff --git a/emhass/requirements.txt b/emhass/requirements.txt index 2cf8be8..bc0f753 100644 --- a/emhass/requirements.txt +++ b/emhass/requirements.txt @@ -14,5 +14,5 @@ tables==3.7.0 flask>=2.0.3 waitress>=2.1.1 plotly>=5.6.0 -emhass==0.4.13 +emhass==0.4.14 #git+https://github.com/davidusb-geek/emhass \ No newline at end of file