Skip to content

Releases: zepben/ewb-sdk-examples-python

v0.6.0

17 Oct 05:45

Choose a tag to compare

Breaking Changes

  • None.

New Features

  • None.

Enhancements

  • None.

Fixes

  • Clean up error handling for opendss model export, so we don't wait for timeout when a model failed to generate.

Notes

  • None.

v0.5.0

17 Sep 02:59

Choose a tag to compare

Breaking Changes

  • None

New Features

  • None.

Enhancements

  • None.

Fixes

  • None.

Notes

  • None.

Breaking Changes

  • Support zepben.eas up to 0.19.0. Previous versions will be incompatible.
  • Support zepben.evolve up to 0.48.0. Previous versions will be incompatible.

New Features

  • Added device tree trace example.
  • Added opendss model export example.

Enhancements

  • Updated to new tracing API (zepben.evolve 0.48.0)
  • Support for cuts and jumpers

Fixes

  • None.

Notes

  • None.

v0.2.0

18 Feb 16:29

Choose a tag to compare

Breaking Changes

  • None.

New Features

  • Added examples for the following:
    • Connecting to EWB's gRPC service
    • Fetching network models using the gRPC service
    • Building the IEEE 13 node test feeder
    • Modelling network hierarchies
    • Interacting with a network model (e.g. adding and removing objects)
    • Examining connectivity of cores on equipment and terminals
    • Running network traces
    • Creating and uploading studies
    • Translating a CIM network model into a pandapower model
    • Requesting a PowerFactory model through the SDK
    • Manipulating the current state of the network, including swapping a zone open point.

Enhancements

  • Limited power factory demo to 1 job at a time.
  • Added model download function to power factory demo
  • restrict installation to supported Python versions from 3.9 to 3.11

Fixes

  • None.

Notes

  • Support zepben.eas up to 0.16.0.