Skip to content

Releases: aloytag/electrical-grid-simulator

EGS v0.0.7.8

13 Jan 02:15
Compare
Choose a tag to compare
EGS v0.0.7.8 Pre-release
Pre-release
  • 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

10 Jan 06:19
Compare
Choose a tag to compare
EGS v0.0.7.7 Pre-release
Pre-release
  • 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

23 Aug 19:09
Compare
Choose a tag to compare
EGS v0.0.7.6 Pre-release
Pre-release

Added a new option in the upper toolbar for finding a node by fuzzy search (Ctrl+F shortcut).

Fuzzy search
Fuzzy search

Full Changelog: v0.0.7.5...v0.0.7.6

EGS v0.0.7.5

15 Aug 03:42
Compare
Choose a tag to compare
EGS v0.0.7.5 Pre-release
Pre-release

New dialog for connecting elements between two buses. Just link two buses and choose the element to be added.

Screenshot

Full Changelog: v0.0.7.4...v0.0.7.5

EGS v0.0.7.4

13 Aug 22:26
Compare
Choose a tag to compare
EGS v0.0.7.4 Pre-release
Pre-release

Minor fix in some menu borders.

Full Changelog: v0.0.7.3...v0.0.7.4

EGS v0.0.7.3

13 Aug 06:11
Compare
Choose a tag to compare
EGS v0.0.7.3 Pre-release
Pre-release
  • 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

07 Aug 01:54
Compare
Choose a tag to compare
EGS v0.0.7.2 Pre-release
Pre-release
  • 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

03 Jul 01:08
Compare
Choose a tag to compare
EGS v0.0.7.1 Pre-release
Pre-release

Added an option to duplicate nodes. It is available in the graph context menu or with Ctrl+D shortcut.

EGS v0.0.7.0

30 Jun 22:43
96337f4
Compare
Choose a tag to compare
EGS v0.0.7.0 Pre-release
Pre-release
  • 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 of pandapower.
  • 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)

19 Mar 06:03
b5a9e41
Compare
Choose a tag to compare
EGS v0.0.6.8 (alpha) Pre-release
Pre-release
Uploading NodeGraphQt part 6