Skip to content

Releases: powsybl/pypowsybl-jupyter

v1.2.1

11 Sep 08:00
v1.2.1
eedaf14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.1

v1.1.0

10 Sep 14:50
v1.1.0
7016657
Compare
Choose a tag to compare

⚠️ This release does not work properly with pypowsybl v1.12.0. Please use latest release of pypowsybl-jupyter instead.

What's Changed

  • fixes selection on NAD's non-VL nodes by @CBiasuzzi in #38
  • filters incorrect coordinates (map widget) by @CBiasuzzi in #40
  • upgrade to network-viewer v1.6.0 by @CBiasuzzi in #43
  • Bumps versions of github actions by @CBiasuzzi in #46
  • upgrades to network-viewer v1.7.1 by @CBiasuzzi in #45
  • expand and remove VL nodes, in the explorer's NAD tab, through a popup menu by @CBiasuzzi in #44
  • adds a nad_profile parameter to the network explorer by @CBiasuzzi in #47
  • upgrades to network-viewer v1.8.0 by @CBiasuzzi in #48
  • fixes NAD viewer widget if enable_callbacks parameter is false by @CBiasuzzi in #49

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Nov 16:49
v1.0.0
038df98
Compare
Choose a tag to compare

Release notes

⭐ New Features

  • Display VLs history by @CBiasuzzi (#17)
  • Bump powsybl-network-viewer to v1.0.0 by @CBiasuzzi (#25, #33)
    • Voltage level nodes are movable
    • Text nodes are movable
    • Voltage level nodes are clickable (with shift key pressed)
  • NAD lazy processing for the explorer by @CBiasuzzi (#28, #35)

🔨 Technical improvements

🪲 Bug fixes

  • Fixes rendering inside other notebook frontends (e.g. VSCode, DataSpell) by @CBiasuzzi (#31)
  • Uniform light theme used in the explorer widget by @CBiasuzzi (#32)
  • Fixes default NAD parameters in the explorer widget by @CBiasuzzi (#34)

📔 Documentation

Full Changelog: v0.2.0...v1.0.0

v0.2.0

04 Sep 10:29
v0.2.0
48e5244
Compare
Choose a tag to compare

Release notes

Features

  • Map-viewer widget: displays the substation and lines on a map when geodata is available (#13)
  • Network explorer:
    • adds the map-viewer widget in a third tab (#13)
    • adds a use_name parameter to display names instead of ids (#15)

screenshot

v0.1.0

04 Sep 10:28
v0.1.0
2654720
Compare
Choose a tag to compare

Release notes

Features

  • Network explorer widget: interactive widget to explore a network based on the list of its voltage level, and navigate from one single-line diagram to the other
  • Single-line-diagram (SLD) widget: pan and zoom a single-line-diagram SVG
  • Network-area-diagram (NAD) widget: pan and zoom a network-area-diagram SVG
  • Network-area-diagram (NAD) explorer widget with multi-selection enabled (several voltage levels may be selected together)

widget