Skip to content

Roadmap

Luma edited this page Sep 25, 2024 · 66 revisions

Next release trains expected in 2024 in March, June, October and December (or January 2025). More detailed for the next release train in powsybl-core pages.

New version 1.13 of XIIDM/JIIDM in dependencies 2024.2.0.

Documentation

  • Improve all README files and the README of the organization.
  • UX audit of web site.

LFE security audit (Q4 2024)--> independent training

Raising awareness around PowSyBl

  • Next webinar to be scheduled.

powsybl-core

APIs

Conversions

  • [2024.1.0] New CGMES metadata extension (no compatibility).
  • [2024.1.0] CGMES tie line export in two AC line segment.
  • [2024.2.0] Matpower: support of DC lines.
  • [2024.3.0] CGMES export of active and reactive power regulating controls.
  • [Expected 2024.4.0] CGMES: deprecate extension for control areas, use IIDM native class.
  • [Expected 2025+] PSSE: support of node/breaker topology.
  • [Expected 2025+] New import/export update API.
  • [Expected 2025+] PowerFactory: updated export.
  • [Expected 2025+] PowerFactory: management of line segments.
  • [Expected 2025+] PowerFactory: validation of implemented support for medium voltage loads, external grids, transformer stations, lines connected only at one end (reference cases are required to prepare PR with unit tests).
  • [Expected 2025+] PSSE: full export.
  • [Expected 2025+] CGMES: updated import with SSH and TP only.
  • [Expected 2025+] CGMES: import of EQ and multiple SSH, TP and SV profiles using variants.

New version of XIIDM/JIIDM

  • [2024.2.0, iidm 1.13] Generic area modeling for control area and automation systems (https://github.com/powsybl/powsybl-core/issues/2883).
  • [2024.2.0, iidm 1.13] Generator type for condensers.
  • [Expected 2024.4.0] Improve binary JIIDM import (beta feature right now).
  • [iidm 1.14] Solved tap position and solved section count.
  • [iidm 1.14] Several extensions of the same class for the same extendable.
  • [iidm 1.14] New automaton systems.
  • [iidm 1.14] Add a check on minQ and maxQ for reactive capability curve in IIDM.
  • [iidm 1.14] Boolean to activate/deactivate regulation for SVC (https://github.com/powsybl/powsybl-core/issues/2790) without using OFF mode (same issue for phase tap changers).
  • [Expected 2025+] New HVDC modeling for CGMES needs - e.g. bipoles, DC grid with metallic ground return.
  • [Expected 2025+] Power Transfer Corridor model
  • [Expected 2025+] TCSC model
  • [Expected 2025+] Limits: TATL dependent on pre-contingency loading
  • Topology network modification for long-term studies.

Refactoring

powsybl-open-loadflow

powsybl-diagram

  • [2024.1.0][single-line diagram] Refactoring and improve documentation

  • [2024.1.0][network-area-diagram] Use full X, Y coordinates as a layout

  • [2024.2.0][network-area diagram] Display power generation and power consumption by voltage level

  • [2024.3.0][network-area diagram] Make diagram nodes movable (expected by end users, by mid-2024 if possible)

  • [Expected 2024.4.0][network-area diagram] Represent subnetworks

  • [Expected 2024.4.0 - 2025][network-area diagram] Performance evaluation:

    • Implement a new forced layout implementation based on Atlas Force 2 --> open PR to be reviewed performance and quality-wise

    • Performance optimization POC for displaying huge networks (in powsybl-diagram-viewer mostly possibly with some required changes in powsybl-diagram)

  • [single-line diagram] Improve the bus connection bug fix

  • [single-line diagram] Display feeder information on 3WT legs that are included in the displayed voltage level

  • [pypowsybl][powsybl-diagram] Allow better diagram customization for pypowsybl users

powsybl-dynawo

  • [Expected 2024.4.0] Add margin calculation
  • [2024.2.0] Adding dynamic security analysis implementation through a new API in powsybl-core.
  • [2024.2.0] Adding a new dynamic model provider given a json group mapping format (https://github.com/powsybl/powsybl-dynawo/pull/349).
  • Evaluating and analyzing performance on a real network.

powsybl-entsoe

powsybl-open-rao

  • [2024.1.0] Move to powsybl-core contingencies.
  • [2024.3.0] Move to powsybl-core actions.

pypowsybl

pypowsybl-jupyter

  • Implement SLD/NAD Jupyter notebook network_explorer widget (pan, zoom, explore...)