Releases: aloytag/electrical-grid-simulator
Releases · aloytag/electrical-grid-simulator
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
EGS v0.0.7.2
- Fix: When changing a transformer tap position from the options dialog, the new position is also displayed in the node widget.
- Several fixes for node widget values when loading
.egs
files. - Fix for the layout direction when duplicating nodes.
- Addition: The title of the main window shows the file name (
.egs
) - Updated
NodeGraphQt
dependency to version 0.6.16.
Full Changelog: v0.0.7.1...v0.0.7.2
EGS v0.0.7.1
Added an option to duplicate nodes. It is available in the graph context menu or with Ctrl+D
shortcut.
EGS v0.0.7.0
- Many bugs related to node location fixed.
- EGS now uses
NodeGraphQt
as a dependency (it is no longer included in the EGS package). - Updated
pandapower
dependency to version 2.13.1. Previous versions didn't work well with recent versions ofpandapower
. - Added horizontal and vertical node alignment options.
- Initial implementation of the extensions system. Test it with the Optimal Power Flow extension,
electricalsim-opf-quadratic
package in the PyPI repository.
Full Changelog: v0.0.6.8...v0.0.7.0
EGS v0.0.6.8 (alpha)
Uploading NodeGraphQt part 6