Fix - Fixed bug when booleans, solving "perform_backtest": "false" has no effect - Refactored util.py method to handle optional parameters - Updated web server, solving runtime issues - Solved issue passing solcast and solar.forecast runtime params - Updated documentation requirements
0.7.2
Fix - Patched new version wer server issues of missing list types
0.7.1
Fix - Patched new version wer server issues accessing correct paths
0.7.0
Improvement - Added a new feature to provide operating time windows for deferrable loads. Thanks to michaelpiron - Added lots of new options to be configured by the user. Thanks to GeoDerp - Updated stylesheet with mobile & dark theme by GeoDerp - Improved launch.json to fully test EMHASS on different configurations. Thanks to GeoDerp - Added new script to debug and develop new time series clustering feature - Improved documentation. Thanks to g1za Fix - Updated github workflow actions/checkout to v4 and actions/setup-python to v5 - Changed default values for weight_battery_discharge and weight_battery_charge to zero - Renamed classes to conform to PEP8 - Bump markupsafe from 2.1.3 to 2.1.4
0.6.2
Improvement - Added option to pass additional weight for battery usage - Improved coverage Fix - Updated optimization constraints to solve conflict for `set_def_constant` and `treat_def_as_semi_cont` cases
0.6.1
Fix - Patching EMHASS for Python 3.11. New explicit dependecy h5py==3.10.0 - Updated Dockerfile to easily test add-on build