Skip to content

Releases: SanPen/GridCal

3.4.0

23 Jun 10:52
Compare
Choose a tag to compare

The changes since the last release are:

  • Now when highlighting the selection, the buses on the schematic are selected. This feature allows to move buses in bulk after any selection kind.
  • Added feature to highlight buses based on any numeric property from the grid objects.
  • Added "master" delete from the schematic. Now any selection of buses from the schematic can be deleted at once.
  • Fixed critical bug involving the change to setuptools.
  • Added filtering capabilities to the object browser.
  • Added Bus reduction.
  • Added bus highlight based on the object filtering.
  • Fixed the bug caused by PySide2 with the excel sheet selection window.
  • The tower names are displayed correctly now.
  • Completely switched from PyQt5 to PySide2.
  • Greatly improved PSS/e .raw file import support. Added support for PSS/e RAW file format version 29.
  • Overall bug fix.

3.3.0

08 May 19:22
Compare
Choose a tag to compare
  • Now the branches and the buses have activation profiles. This allows to run time series
    where the topology changes. Only available for time series for the moment.

  • The branches now allow to profile their temperature. This allows to change the resistance to explore heat effects.

  • Added undo / redo to the profiles editor. This improves usability quite a bit.

  • Added CSV files into zip files as the GridCal default format. This allows to use the same logic
    as with the excel files but with much faster saving and loading times. Especially suited for
    large grids with large profiles.

  • Added error logging for the power flow time series.

  • Massive refactoring of the the files in the program structure, hoping to provide a more intuitive interface.

  • Replace the internal profiles from Pandas DataFrames to numpy arrays.
    This makes the processing simpler and more robust.

  • Added rating to cables.

  • Added library of cables, transformers and line conductors.

  • Changed the TransformerType inner property names to shorter ones.

  • Plenty of bug fixes.

Last version with the old models (stable)

27 Nov 20:58
d9a94a0
Compare
Choose a tag to compare

This is a release to keep GridCal stable in the way it was modelled until here.
This is the last release with complex numbers in the devices when saving and loading.
Newer versions will feature a new generator model. Probably a transformer model in its own, and others.

just pip install GridCal

13 Jan 12:31
Compare
Choose a tag to compare

All the releases will be published in Pypi so that you just need to type:

pip3 install GridCal
or
pip install GridCal

From the system terminal.

Beta

28 Jun 10:31
Compare
Choose a tag to compare

This release has more functionality and it is more polished.

This release is fully functional for:

Power flow (multi-island)
Time series (multi-island)
Bifurcation point (multi-island)
Monte Carlo simulations (multi-island)

New features:
iPython Console to access the results and manipulate them the way you want.

Since this is Python, there are no binaries, the "executable" is the code itself.
The file to execute first is GridCalMain.py

you run the program by executing the command python GridCalMain.py if Python3 is your system python on windows , or python3 GridCalMain.py if you are on Linux.

Pre release

10 Mar 14:03
Compare
Choose a tag to compare
Pre release Pre-release
Pre-release

This release is fully functional for:

  • Power flow (multi-island)
  • Time series (multi-island)
  • Bifurcation point (multi-island)

Not ready yet:

  • Monte Carlo simulations (Ongoing)

Since this is Python, there are no binaries, the "executable" is the code itself.
The file to execute first is main_gui.py

you run the program by executing the command python main_gui.py if Python3 is your system python on windows , or python3 main_gui.py if you are on Linux.

Go to the wiki to learn more about making the code run.