Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:15
· 5 commits to main since this release
dc90c3f
  • Display API: parse_display_file / parse_display_bytes read display
    artifacts separately from network cases. PowerWorld .pwd returns
    DisplayData::PowerWorld(PwdDisplay) in Rust and
    DisplayData("powerworld", PwdDisplay(...)) in Python. parse_file
    remains Network only and points .pwd callers at the display API.
  • PowerWorld AUX: name keyed complete case exports can resolve
    BusName_NomVolt labels for loads, shunts, generators, and branches.
  • PSS/E: the reader accepts comment headers, system wide records before
    BEGIN BUS DATA, and v34 named branch records without misclassifying
    long v33 branch rows.
  • MCP: add dedicated tools for PyPSA CSV folders and gridfm Parquet datasets.
  • DC sensitivities: PTDF/LODF fall back to dense Gaussian elimination for
    invertible indefinite grounded Laplacians.

What's Changed

Full Changelog: v0.2.1...v0.2.2