File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments