Skip to content

Releases: changgang/steps

STEPS v2.0.0

16 Oct 12:20
Compare
Choose a tag to compare

Great News on Oct. 16, 2023.
In v2.0.0, STEPS for the very first time fully supports the THREE major functions of power system analysis: powerflow solution, short circuit analysis, and dynamic simulation. See details in commit [5fccff9].
Here is a Windows version of stepspy with 'libSTEPS.dll'. Just download, unpack, and enjoy.
If you want to try Linux version, follow instructions below or contact maintainer.
-- How to build STEPS kernel: https://github.com/changgang/steps/wiki/How-to-build-STEPS-kernel
-- How to install stepspy module to Python: https://github.com/changgang/steps/wiki/How-to-install-stepspy-in-Python

V1.4

27 Sep 10:38
Compare
Choose a tag to compare

Default GENCLS model will be automatically added to generators without sync generator model when checking missing models. If the function to check missing models is not called, the default GENCLS model will not be added.
The check functions of some dynamic models are finished. It is useful for checking improper parameters.
Update stepspy with some new APIs to get spinning reserver.

V1.3.1

13 Sep 12:58
Compare
Choose a tag to compare

Minor changes to V1.3.
1, fix bug in IEEEG1 when T1 or T2 is non-zero
2, stepspy is updated with new APIs to enable or disable specific model of generator. default string encoding is changed to GB18030.

v1.3

22 Apr 06:53
Compare
Choose a tag to compare

Fix bug in building Z matrix. Add new APIs api_clear_meters, api_get_system_angular_stable_flag. Update implementation of bus frequency calculation. Reconstructure folder architecture and modify some benchmarks.
Update stepspy to add APIs is_system_angular_stable, get_(lines/transformers/hvdcs)between_lines(), set(generator/wt_generator/pv_unit/energy_storage/load/hvdc)_power(). Helps to stepspy module are added.
This version is compatible with -std=c++14 flag and can be complied with gcc>=4.9.2.
The attached libSTEPS.dll is for 64-bit Python 3 on Windows platform.

v1.1

08 Mar 14:34
Compare
Choose a tag to compare

This is a minor version of STEPS with significant performance improvement. APIs are backward compatible.
Binary libSTEPS.dll is provided for 64bit Python on x64-based Windows system.