Skip to content

Version 0.5.5

Compare
Choose a tag to compare
@BDonnot BDonnot released this 10 Nov 15:43
· 500 commits to master since this release
683aa3a
  • [ADDED] possibility to perform dc powerflow
  • [ADDED] a class to compute flows on whole time series when the Ybus does not change (see TimeSerie)
  • [ADDED] a class to compute flows on multiple contingencies, when Sbus does not change (see SecurityAnalysis).
  • [IMPROVED] running speed of Newton Raphson solvers with better filling of sparse matrices
  • [IMPROVED] upgrade to SuiteSparse v5.10.1
  • [IMPROVED] upgrade to eigen 3.4.0 (stable release)
  • [IMPROVED] clean the compilation warnings on microsoft windows (force the conversion from
    Eigen::EigenBase<Derived>::Index to int using static_cast)
  • [IMPROVED] add the proper optimization flag for windows (/O2 instead of -03 on linux / macos)
  • [IMPROVED] high performance gain when topology is not changed between steps (gain obtained by
    reusing the previous Ybus)