Skip to content

v0.23.0

Choose a tag to compare

@kgreav kgreav released this 02 Oct 11:07
· 49 commits to main since this release

Breaking Changes

  • Renamed the parameter calibration_id to calibration_name for the following methods get_transformer_tap_settings and async_get_transformer_tap_settings. This better reflects that
    this parameter is the user supplied calibration name rather than EAS's internal calibration run ID.

New Features

  • Added optional fields to ModelConfig to control network simplification: simplify_network, collapse_negligible_impedances, and combine_common_impedances.
  • Added optional node_level_results field to GeneratorConfig. This NodeLevelResultsConfig allows the configuration of node level power flow results from OpenDss.
  • Introduce span_level_threshold and simplify_plsi into work_package so it can be passed through for hosting capacity studies.
  • Introduce new variables into work_package so it can be passed through for hosting capacity studies.
    • use_span_level_threshold
    • rating_threshold
    • simplify_plsi_threshold
    • emerg_amp_scaling
  • Added optional field inverterControlConfig to ModelConfig. This PVVoltVARVoltWattConfig allows the configuration of advanced inverter control profiles.

Enhancements

  • None.

Fixes

  • TimePeriod no longer truncates the start_time and end_time to midnight(00:00:00). TimePeriod will now preserve arbitrary start and end times to minute precision.

Notes

  • None.