Skip to content

v0.2.0

Choose a tag to compare

@qian-harvard qian-harvard released this 24 Jun 22:29
3a2fbbf

Adopts the powerio 0.3.3 unified tool surface and adds an OpenDSS distribution on-ramp.

Breaking changes

  • PowerIO MCP tools renamed to canonical verbs: parse, convert, save, summary, normalize, matrix, display (were parse_case, convert_case, save_case, case_summary, normalize_case, compute_matrix, case_to_json).
  • Removed tools: read_display_file (now display), compute_matrix (now matrix), dense_view, and the folder/Parquet tools (now routed through parse/save with format names).
  • Removed the OpenDSS compile_distribution wrapper; OpenDSS now compiles DSS files emitted by PowerIO: save(to_format="dss", ...) then compile_opendss_file(...).

Other

  • powerio_mcp.py is now a pure re-export of powerio.mcp.server.
  • Pins powerio[mcp,matrix]>=0.3.3.
  • Bridge docs and README updated for the new flow.

Requires powerio >= 0.3.3.

Full changelog: v0.1.4...v0.2.0