emhass 0.6.0__tar.gz → 0.6.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {emhass-0.6.0 → emhass-0.6.1}/CHANGELOG.md +5 -0
- {emhass-0.6.0 → emhass-0.6.1}/PKG-INFO +1 -1
- {emhass-0.6.0 → emhass-0.6.1}/setup.py +1 -1
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass.egg-info/PKG-INFO +1 -1
- {emhass-0.6.0 → emhass-0.6.1}/CODE_OF_CONDUCT.md +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/CONTRIBUTING.md +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/LICENSE +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/MANIFEST.in +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/README.md +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/data_load_cost_forecast.csv +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/data_load_forecast.csv +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/data_prod_price_forecast.csv +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/data_train_load_clustering.pkl +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/data_train_load_forecast.pkl +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/data_weather_forecast.csv +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/logger_emhass.log +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/opt_res_latest.csv +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/opt_res_perfect_optim_cost.csv +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/opt_res_perfect_optim_profit.csv +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/opt_res_perfect_optim_self-consumption.csv +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/test_df_final.pkl +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/test_response_get_data_get_method.pbz2 +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/test_response_scrapper_get_method.pbz2 +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/test_response_solarforecast_get_method.pbz2 +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/data/test_response_solcast_get_method.pbz2 +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/pyproject.toml +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/setup.cfg +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass/__init__.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass/command_line.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass/forecast.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass/machine_learning_forecaster.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass/optimization.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass/retrieve_hass.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass/static/style.css +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass/templates/index.html +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass/utils.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass/web_server.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass.egg-info/SOURCES.txt +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass.egg-info/dependency_links.txt +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass.egg-info/entry_points.txt +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass.egg-info/requires.txt +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/src/emhass.egg-info/top_level.txt +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/tests/test_command_line_utils.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/tests/test_forecast.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/tests/test_machine_learning_forecaster.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/tests/test_optimization.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/tests/test_retrieve_hass.py +0 -0
- {emhass-0.6.0 → emhass-0.6.1}/tests/test_utils.py +0 -0
@@ -1,5 +1,10 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [0.6.1] - 2023-12-18
|
4
|
+
### Fix
|
5
|
+
- Patching EMHASS for Python 3.11. New explicit dependecy h5py==3.10.0
|
6
|
+
- Updated Dockerfile to easily test add-on build
|
7
|
+
|
3
8
|
## [0.6.0] - 2023-12-16
|
4
9
|
### Improvement
|
5
10
|
- Now Python 3.11 is fully supported, thanks to @pail23
|
@@ -19,7 +19,7 @@ long_description = (here / 'README.md').read_text(encoding='utf-8')
|
|
19
19
|
|
20
20
|
setup(
|
21
21
|
name='emhass', # Required
|
22
|
-
version='0.6.
|
22
|
+
version='0.6.1', # Required
|
23
23
|
description='An Energy Management System for Home Assistant', # Optional
|
24
24
|
long_description=long_description, # Optional
|
25
25
|
long_description_content_type='text/markdown', # Optional (see note above)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|