Skip to content

Commit 1c73407

Browse files
committed
fix 2 minor bugs
Signed-off-by: DONNOT Benjamin <[email protected]>
1 parent e3c06aa commit 1c73407

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ TODO: integration test with pandapower (see `pandapower/contingency/contingency.
3434
- [FIXED] phase shift transformers are now properly modeled
3535
for both pandapower (new in this version) and pypowsybl (already
3636
the case in previous version)
37+
- [FIXED] a performance issue for all "XXXSingleSlack" (*eg* KLUSingleSlack) algorithm (filling of the initial
38+
Jacobian matrix was extremly slow due to the massive 'insert' of data in the eigen sparse matrix instead
39+
of relying on the "setFromTriplets" method)
3740
- [ADDED] possibility to pickle independantly all part of the grid (*eg* gridmodel.get_lines()
3841
can be pickled independantly from anything else) **NB** pickling and un-pickling
3942
lightsim2grid objects can only be used for the same lightsim2grid version.

0 commit comments

Comments
 (0)