Skip to content

Commit 061149f

Browse files
committed
v1.1. Released version with about 20~30% performance improvement.
1 parent 726cb77 commit 061149f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Simulation Toolkit for Electrical Power Systems
22
- Maintainer: Changgang Li <lichgang@sdu.edu.cn> from School of Electrical Engineering, Shandong University.
33
- Documentation: [N/A]
4-
- Date of Readme: Jan. 20, 2020
4+
- Date of Readme: March. 8, 2020
55

66
## Major functions
77
Simulation Toolkit for Electrical Power Systems (STEPS) is an open source power system simulator designed for balanced large-scale AC-DC hybrid power system analysis.
@@ -10,8 +10,9 @@ The data format of STEPS is improved based on PSS/E raw and dyr data format. BPA
1010
You are encourage to join us for further development.
1111

1212
## Major versions
13-
1. V0.0: Initialize project on March 21, 2018
14-
2. V1.0: Improved performance version on Feb. 12, 2020. Support synchronous generator, wind turbine generator, (basic) PV unit, HVDC, static and dynamic loads.
13+
- v1.1: Improved performance version on March 8, 2020. About 20~30% improvement comparing to v1.0.
14+
- v1.0: Improved performance version on Feb. 12, 2020. Support synchronous generator, wind turbine generator, (basic) PV unit, HVDC, static and dynamic loads.
15+
- v0.0: Initialize project on March 21, 2018
1516

1617
## Dependency
1718
STEPS depends on CSparse, CXSparse, CppTest, and RapidJSON. The CXSparse is modified to avoid confliction between CSparse and CXSparse by changing prefix cs_ and CS_ to cxs_ and CSX_ .

0 commit comments

Comments
 (0)