Skip to content

v0.26.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Oct 04:56
· 2 commits to main since this release

Breaking Changes

  • None.

New Features

  • Added fla_forecast_config to FeederLoadAnalysisInput which holds the config for forecast portion of feeder-load-analysis studies.
    • scenario_id : The id of forecast scenario
    • year: The year for forecast model
    • pv_upgrade_threshold: Watts threshold to indicate if a customer site will gain additional pv during scenario application (Default to 5000).
    • bess_upgrade_threshold: Watts threshold to indicate if a customer site will gain additional battery during scenario application (Default to 5000).
    • seed: Seed for scenario application (Default to 123).

Enhancements

  • None.

Fixes

  • The generationSpec property returned by the get_paged_opendss_models functions in the EAS client is now a string instead of an object.

Notes

  • None.