Skip to content

Releases: powsybl/powsybl-entsoe

v2.11.0

16 Oct 11:09
v2.11.0
9ee9dd1
Compare
Choose a tag to compare

Release notes

Based on core 6.5.0 and open-loadflow 1.13.0 (#168)

Features

Flow decomposition

  • Add DecomposedFlow rescaler proportional to max AC current load (#156)
  • Fix flow decomposition loss compensation when dangling lines have shunt susceptance (#160)
  • Xnec provider with powsybl core contingency (#165)
  • Integrate boundary fix from core (#164)
  • Remove deprecated isOk() for LF results, force connected component to main (#167)

GLSK

  • Add new CountryEICode (#169)

Documentation

  • Powsybl logo redirects to powsybl read the docs (#157)
  • Fix dead links to powsybl.org documentation (#158)
  • Improve docs and tests for PTDF calculation in Flow Decomposition (#159)

Dependencies update

  • Update POM dependencies (#170)

New Contributors

Full Changelog: v2.10.0...v2.11.0

v2.10.1

16 Jul 16:22
v2.10.1
48a614e
Compare
Choose a tag to compare

Release notes

Based on core 6.4.1 and open-loadflow 1.12.2 (#155)

(This version only upgrades these two dependencies.)

v2.10.0

09 Jul 07:42
Compare
Choose a tag to compare

Release notes

Based on core 6.4.0 and open-loadflow 1.12.1 (#141)

Features

  • Added GLSK documentation (#144)
  • Create rescale mode for flow decomposition (#146)
  • Observer, NetworkUtil and Losses compensator improvements in Flow Decomposition module (#147)

Bug fixes

  • Add build-docs folder to .gitignore (#148)
  • Fix test dependencies declared as runtime or compile dependencies (#151)

New Contributors

v2.9.0

04 Apr 12:38
Compare
Choose a tag to compare

Release notes

Based on core 6.3.0 and open-loadflow 1.9.0 (#141)

Features

  • Added ReadTheDocs documentation and documentation for flow decomposition (#142)
  • Migrate to new report API (#141)

v2.8.1

04 Mar 13:18
Compare
Choose a tag to compare

Release notes

Based on core 6.2.0 and open-loadflow 1.7.0

Bug fixes

  • [glsk import] Fix a bug when the sum of percentages for a glsk or a part of a glsk is zero (#136)

v2.8.0

31 Jan 15:09
v2.8.0
1c3c99d
Compare
Choose a tag to compare

Release notes

Based on core 6.2.0 and open-loadflow 1.7.0 (#133)

Features

  • Handle load in merit order conversion (#130)
  • The AutoGlskProvider takes into consideration connected generators only (#131)
  • Flow decomposition observers (#132)

Bug fixes

  • [Flow decomposition] Fix net position computation with dangling lines (#134)
  • Fix a dividing by 0 error when the sum of target Ps of a generator is zero (#131)

v2.7.0

22 Dec 15:44
v2.7.0
d064995
Compare
Choose a tag to compare

Release notes

Based on core 6.1.1 and open-loadflow 1.6.0

Features

  • Add max value for hybrid glsks (#126)

Quality

  • Javadoc fix: Add literal annotation in author's email address (#122)
  • Fix unix file permissions, text files should not be executable (#116)
  • Use org.glassfish.jaxb:jaxb-runtime instead of old com.sun.xml.bind:jaxb-impl maven coordinates (#118)
  • Upgrade jaxb-api 4.0.0 -> 4.0.1; jaxb-runtime 4.0.0 -> 4.0.3 (#119)

v2.6.2

16 Nov 10:27
Compare
Choose a tag to compare

Release notes

Based on core 6.0.2 and open-load-flow 1.4.0

Features

Misc

  • Upgraded jaxb versions (#119)
  • Fix unix file permissions, text files should not be executable (#116)
  • Add literal annotation in author's email address (#122)

v2.6.1

19 Oct 07:08
Compare
Choose a tag to compare

Release notes

Based on core 6.0.0 and open-load-flow 1.3.0

Features

Balances Adjustment

  • add a check to avoid a nan when calculating the leaving flow from danglingline (#120)

v2.6.0

29 Sep 13:44
Compare
Choose a tag to compare

Release notes

Based on core 6.0.0 and open-load-flow 1.3.0

Features

Compatibility

  • PowSyBl ENTSO-E now only supports Java 17 and higher (#112) Breaking Change

CI

  • Add a new branch name pattern for full Sonar analyses (#111)

GLSKs

  • Allow defining GLSK on DanglingLine (#99)
  • Add an implementation of GlskProvider that uses GlskDocument as data source (#113)