What's Changed
Major changes
Default changes:
Enable days_previous_auto by default
By default the entire previous days history (max of days previous) is used to compute future load forecasts, the exact selected days in days_previous will be ignored. If you want to revert to the old behaviour set days_previous_auto to false in apps.yaml.
Enable prediction_kernel by default
If there is a prediction kernel binary available it will be used by default, otherwise fallback to Python. If this causes any problems with you can set prediction_kernel_enable to false in apps.yaml
by @springfall2008 in #4189
Optimisations
- Memory reduction fixes by @springfall2008 in #4176
- Solar calibration improvements by @springfall2008 in #4188
Fox cloud fixes
- Fox: fall back to v2/v3 scheduler API for EVO series (v1 returns errno 41200 permanently) by @mgazza in #4181
Full Changelog: v8.44.0...v8.44.1