Skip to content

v0.11.0

Compare
Choose a tag to compare
@flo-dup flo-dup released this 27 May 07:45

Release notes

Loadflow

  • Support of new LoadFlow parameters isDcUseTransformerRatio and countriesToBalance (#308)
  • Support of all connected components of a network for AC and DC loadflows (#295)
  • Implementation of PROPORTIONAL_TO_GENERATION_P balanceType (#283)
  • Add slackBusPMaxMismatch parameter (#288)
  • Management of incompatible generators targetV (#274)

Sensitivity analysis

  • Support of dangling line boundary bus sensitivity (#309)
  • Sensitivity on the active power setpoint of an HVDC line (#277)
  • Detects coupler when propagating contingency in a sensitivity analysis (#303)
  • Sensitivity analysis: support of dangling line contingency (#300)
  • Improve DC sensitivity analysis performance (#287)
  • Bug fixes in sensitivity analysis:
    • Fix voltage reference values for BusVoltagePerTargetV factor (#301)
    • Add a bus cache to improve input handling performance (#298)
    • Fix NPE on disconnected generator (#297)
    • Fix disconnected branch issue in sensitivity analysis (#280)
  • Add the possibility of a sensitivity analysis replay (#293)
  • Manage of additional factors (#265)

Common

  • Update powsybl-core to 4.2.0 (#310)
  • Use ServiceLoader.load with the current classloader instead of the context classloader (#306)
  • Add an option to dump input files for debugging (#281)
  • Target vector update refactoring (#262)