Releases: aloytag/electrical-grid-simulator
EGS v0.0.8.3
- Fixing bugs in node widgets (generators and loads) when changing some parameters in the options dialog window.
- Changing the method for showing the node symbols in order to work on MS Windows. Now EGS uses a Qt resources file to group these symbols.
Full Changelog: v0.0.8.2...v0.0.8.3
EGS v0.0.8.2
Updated dependencies in order to avoid some PySide6 problems on MS Windows. For more details, see this discussion about a possible PySide6 bug.
Full Changelog: v0.0.8.1...v0.0.8.2
EGS v0.0.8.1
Updating numba
dependency to work with recent versions of Python.
EGS v0.0.8.0
Ported to Qt6 (using the PySide6
library). Added a Grid2Op
dependency.
Starting with version 0.0.8.0, the EGS package includes a fork of NodeGraphQt
ported to Qt6 (by using PySide6
). This implementation is renamed to NodeGraphQt6
in order to avoid conflicts. These changes allow the application to run on recent versions of Python.
Full Changelog: v0.0.7.8...v0.0.8.0
EGS v0.0.7.8
- Fixed tooltip when showing a node from the data model.
- Nodes show the last power flow results on the tooltips when opening a session.
- Fixed tooltips when flipping nodes.
- Fixed text color in node names when using the dark theme and just after a session is opened.
Full Changelog: v0.0.7.7...v0.0.7.8
EGS v0.0.7.7
- Fixed some errors in the tap-changer widget for standard transformers.
- Better graphics rendering.
- Modified initial layout direction for some nodes (generators, external grids and loads).
- Fixed several bugs when duplicating nodes.
- Fixed the problem that sometimes, after loading a network from a file (with the
open session
option), caused some wrong connections between nodes. NodeGraphQt
dependency updated to version >=0.6.29.- Most of the nodes now include an identification symbol (icon).
- Bigger check-button on switch nodes.
Full Changelog: v0.0.7.6...v0.0.7.7
EGS v0.0.7.6
Added a new option in the upper toolbar for finding a node by fuzzy search (Ctrl+F
shortcut).
Full Changelog: v0.0.7.5...v0.0.7.6
EGS v0.0.7.5
New dialog for connecting elements between two buses. Just link two buses and choose the element to be added.
Full Changelog: v0.0.7.4...v0.0.7.5
EGS v0.0.7.4
Minor fix in some menu borders.
Full Changelog: v0.0.7.3...v0.0.7.4
EGS v0.0.7.3
- New context menu in tables of the data model:
- Includes an option to show the selected component in the data model in the graph.
- Includes an option to copy the selection in the data model to the clipboard (it can be pasted into MS Excel).
Full Changelog: v0.0.7.2...v0.0.7.3