Releases: aloytag/electrical-grid-simulator
EGS v0.0.8.13
- Support for FACTS devices:
- Static Var Compensator (SVC)
- Thyristor-Controlled Series Capacitor (TCSC)
- Static Synchronous Compensator (SSC)
- Improved look and feel, mainly in the text size and some shadows.
- Several minor fixes.
Full Changelog: v0.0.8.12...v0.0.8.13
EGS v0.0.8.12
- Added an option to copy an entire table from the data model or results.
- New context menu in the results tables of a power flow, with copying options.
- New pop-up notifications system.
- Added a more efficient power flow calculation procedure using a secondary thread.
- Added an option to check for updates.
- Reduced size of several icons in the application, making them more suitable for 720p screens.
Full Changelog: v0.0.8.11...v0.0.8.12
EGS v0.0.8.11
- The file name is now displayed in the status bar.
- New export dialog, with options to export the pandapower network to JSON, using the
pickle
module or MS Excel.
Full Changelog: v0.0.8.10...v0.0.8.11
EGS v0.0.8.10
This version adds multiple fixes registred when duplicating nodes and when using the "Connect buses with..." dialog box.
IMPORTANT: Starting with version 0.0.8.10, EGS changes the format of saved files (the .egs
extension is still used). For this reason, old format files are not compatible with this version and later. Basically, the pandapower
network is now saved using the pickle
module instead of JSON format. Multiple random errors have been detected when loading a network saved using the JSON format because element indexes are not necessarily the same as they were before saving. This situation is also mentioned in the pandapower
documentation.
Full Changelog: v0.0.8.9...v0.0.8.10
EGS v0.0.8.9
Full Changelog: v0.0.8.8...v0.0.8.9
EGS v0.0.8.8
Full Changelog: v0.0.8.7...v0.0.8.8
EGS v0.0.8.7
- Fixes related to the new four-port bus nodes:
- Several changes on the
Find node
dialog:- Use the ESC key to close the dialog.
- Press twice the TAB key to navigate through the node list. Move through the list using TAB (and Shift + TAB) or the arrow keys.
- The search box is now focused when opening the dialog (no more click needed).
- New implementation using
QButtonGroup
.
- The dialog for connecting buses is now wider.
- Fix for some tooltips when using the dark theme on MS Windows. More information about this
PyQtDarkTheme
bug and workaround can be found here. - Added an opening splash screen.
- The power flow calculation now uses the
concurrent.futures
module for faster response. - Minor fix on the
Connect buses with...
dialog. - Connections (pipes) no longer use pointers (arrows).
Full Changelog: v0.0.8.6...v0.0.8.7
EGS v0.0.8.6
Full Changelog: v0.0.8.5...v0.0.8.6
EGS v0.0.8.5
Full Changelog: v0.0.8.4...v0.0.8.5
EGS v0.0.8.4
Full Changelog: v0.0.8.3...v0.0.8.4