emhass 0.10.6__tar.gz → 0.11.0__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.
Files changed (69) hide show
  1. {emhass-0.10.6 → emhass-0.11.0}/CHANGELOG.md +14 -0
  2. {emhass-0.10.6 → emhass-0.11.0}/PKG-INFO +193 -155
  3. {emhass-0.10.6 → emhass-0.11.0}/README.md +190 -152
  4. {emhass-0.10.6 → emhass-0.11.0}/setup.py +6 -6
  5. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/command_line.py +178 -85
  6. emhass-0.11.0/src/emhass/data/associations.csv +61 -0
  7. emhass-0.11.0/src/emhass/data/config_defaults.json +117 -0
  8. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/forecast.py +38 -36
  9. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/machine_learning_forecaster.py +2 -1
  10. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/machine_learning_regressor.py +7 -2
  11. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/optimization.py +62 -62
  12. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/retrieve_hass.py +9 -4
  13. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/static/advanced.html +2 -1
  14. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/static/basic.html +4 -2
  15. emhass-0.11.0/src/emhass/static/configuration_list.html +44 -0
  16. emhass-0.11.0/src/emhass/static/configuration_script.js +871 -0
  17. emhass-0.11.0/src/emhass/static/data/param_definitions.json +424 -0
  18. emhass-0.11.0/src/emhass/static/script.js +442 -0
  19. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/static/style.css +267 -8
  20. emhass-0.11.0/src/emhass/templates/configuration.html +75 -0
  21. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/templates/index.html +15 -8
  22. emhass-0.11.0/src/emhass/utils.py +1280 -0
  23. emhass-0.11.0/src/emhass/web_server.py +603 -0
  24. {emhass-0.10.6 → emhass-0.11.0}/src/emhass.egg-info/PKG-INFO +193 -155
  25. {emhass-0.10.6 → emhass-0.11.0}/src/emhass.egg-info/SOURCES.txt +6 -0
  26. {emhass-0.10.6 → emhass-0.11.0}/src/emhass.egg-info/requires.txt +2 -2
  27. {emhass-0.10.6 → emhass-0.11.0}/tests/test_command_line_utils.py +65 -47
  28. {emhass-0.10.6 → emhass-0.11.0}/tests/test_forecast.py +154 -112
  29. {emhass-0.10.6 → emhass-0.11.0}/tests/test_machine_learning_forecaster.py +24 -25
  30. {emhass-0.10.6 → emhass-0.11.0}/tests/test_machine_learning_regressor.py +23 -24
  31. {emhass-0.10.6 → emhass-0.11.0}/tests/test_optimization.py +81 -51
  32. {emhass-0.10.6 → emhass-0.11.0}/tests/test_retrieve_hass.py +70 -65
  33. emhass-0.11.0/tests/test_utils.py +308 -0
  34. emhass-0.10.6/src/emhass/static/script.js +0 -419
  35. emhass-0.10.6/src/emhass/utils.py +0 -963
  36. emhass-0.10.6/src/emhass/web_server.py +0 -493
  37. emhass-0.10.6/tests/test_utils.py +0 -259
  38. {emhass-0.10.6 → emhass-0.11.0}/CODE_OF_CONDUCT.md +0 -0
  39. {emhass-0.10.6 → emhass-0.11.0}/CONTRIBUTING.md +0 -0
  40. {emhass-0.10.6 → emhass-0.11.0}/LICENSE +0 -0
  41. {emhass-0.10.6 → emhass-0.11.0}/MANIFEST.in +0 -0
  42. {emhass-0.10.6 → emhass-0.11.0}/data/data_load_cost_forecast.csv +0 -0
  43. {emhass-0.10.6 → emhass-0.11.0}/data/data_load_forecast.csv +0 -0
  44. {emhass-0.10.6 → emhass-0.11.0}/data/data_prod_price_forecast.csv +0 -0
  45. {emhass-0.10.6 → emhass-0.11.0}/data/data_train_load_clustering.pkl +0 -0
  46. {emhass-0.10.6 → emhass-0.11.0}/data/data_train_load_forecast.pkl +0 -0
  47. {emhass-0.10.6 → emhass-0.11.0}/data/data_weather_forecast.csv +0 -0
  48. {emhass-0.10.6 → emhass-0.11.0}/data/heating_prediction.csv +0 -0
  49. {emhass-0.10.6 → emhass-0.11.0}/data/opt_res_latest.csv +0 -0
  50. {emhass-0.10.6 → emhass-0.11.0}/data/opt_res_perfect_optim_cost.csv +0 -0
  51. {emhass-0.10.6 → emhass-0.11.0}/data/opt_res_perfect_optim_profit.csv +0 -0
  52. {emhass-0.10.6 → emhass-0.11.0}/data/opt_res_perfect_optim_self-consumption.csv +0 -0
  53. {emhass-0.10.6 → emhass-0.11.0}/data/test_df_final.pkl +0 -0
  54. {emhass-0.10.6 → emhass-0.11.0}/data/test_response_get_data_get_method.pbz2 +0 -0
  55. {emhass-0.10.6 → emhass-0.11.0}/data/test_response_scrapper_get_method.pbz2 +0 -0
  56. {emhass-0.10.6 → emhass-0.11.0}/data/test_response_solarforecast_get_method.pbz2 +0 -0
  57. {emhass-0.10.6 → emhass-0.11.0}/data/test_response_solcast_get_method.pbz2 +0 -0
  58. {emhass-0.10.6 → emhass-0.11.0}/pyproject.toml +0 -0
  59. {emhass-0.10.6 → emhass-0.11.0}/setup.cfg +0 -0
  60. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/__init__.py +0 -0
  61. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/data/cec_inverters.pbz2 +0 -0
  62. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/data/cec_modules.pbz2 +0 -0
  63. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/static/img/emhass_icon.png +0 -0
  64. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/static/img/emhass_logo_short.svg +0 -0
  65. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/static/img/feather-sprite.svg +0 -0
  66. {emhass-0.10.6 → emhass-0.11.0}/src/emhass/templates/template.html +0 -0
  67. {emhass-0.10.6 → emhass-0.11.0}/src/emhass.egg-info/dependency_links.txt +0 -0
  68. {emhass-0.10.6 → emhass-0.11.0}/src/emhass.egg-info/entry_points.txt +0 -0
  69. {emhass-0.10.6 → emhass-0.11.0}/src/emhass.egg-info/top_level.txt +0 -0
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.0 - 2024-10-25
4
+
5
+ This version marks huge improvement works by @GeoDerp aiming to simplfy the intial and normal setup of EMHASS. The workflow for setting the EMHASS configuration regardless of the installation method has now been centralized on the single `config.json` file. The webserver has now a configuration tab that can be used to to modify and save the `config.json` file.
6
+
7
+ The complete discussion of the changes on this thread:
8
+ [https://github.com/davidusb-geek/emhass/pull/334](https://github.com/davidusb-geek/emhass/pull/334)
9
+
10
+ ### Automatic version bot improvements
11
+ - Bump h5py from 3.11.0 to 3.12.1
12
+ - Bump markupsafe from 2.1.5 to 3.0.2
13
+
14
+ ### Fix
15
+ - Revert to myst-parser==3.0.1 to solve documentation compilation failures
16
+
3
17
  ## 0.10.6 - 2024-07-14
4
18
  ### Fix
5
19
  - Fixed bug on predicted room temeprature publish, wrong key on DataFrame