diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b66073d..34a9d0a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.9.0 - 2024-05-10 +### Improvement +- On this new version we now have a new method to train a regression model using Scikit-Learn methods. This is the contribution of @gieljnssns. Check the dedicated section the documentation to this new feature: [https://emhass.readthedocs.io/en/latest/mlregressor.html](https://emhass.readthedocs.io/en/latest/mlregressor.html) +- Again another bunch of nice improvements by @GeoDerp: + - Added Dictionary var containing EMHASS paths + - MLForcaster error suppression + - Add `freq` as runtime parameter + - Improved documentation added README buttons +- Bumping dependencies: + - Bump h5py from 3.10.0 to 3.11.0 + - Bump myst-parser from 2.0.0 to 3.0.1 + - Bump skforecast from 0.11.0 to 0.12.0 + ## 0.8.6 - 2024-04-07 ### Fix - Fixed bug from forecast out method related to issue 240 diff --git a/docs/conf.py b/docs/conf.py index 1b781efa..511b90e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'David HERNANDEZ' # The full version, including alpha/beta/rc tags -release = '0.8.6' +release = '0.9.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 82b0e9ca..baef04a2 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.8.6', # Required + version='0.9.0', # Required description='An Energy Management System for Home Assistant', # Optional long_description=long_description, # Optional long_description_content_type='text/markdown', # Optional (see note above)