Releases: powsybl/powsybl-metrix
Releases · powsybl/powsybl-metrix
v2.6.0
Release notes
Fixes
- Fix potential NPE in MmapByteBufferService (#181)
Features
- Allow task interruption in groovy scripts (#129)
- Allow use of bus-breaker voltage levels (#169)
- Adding post-processing doctrine costs configuration for redispatching, load shedding and losses (#191)
- Generator, load and losses post processing (#192)
Dependencies
- Update powsybl-core dependency to v6.6.0 (#188)
Quality
v2.5.2
v2.5.1
v2.5.0
v2.4.0
Release notes
To fix any issues due to migration, please go to the migration guide. Labels are clickable and lead to the section of the migration guide corresponding to the associated described change.
- indicates that some methods were deprecated;
- indicates a breaking change which could impact all users;
Features
Fixes
- phaseTapPosition mapping outside the steps interval (#149)
- Allow the use of 'name' variable in groovy script (#150)
- Fix mapPlannedOutages (#153)
- Fix file name for constraints file with "--writeconstraint" option (#154)
- Fix appendTimeSeries for TimeSeries with the same index but different chunks (#161)
- Fix issue with TapPosition when lowTapPosition > 0 (#167)
- Fix mapping tool NetworkPointWriter iIDM export performance (#170)
- Fix mapping tool iIDM export when network ID contains illegal characters (#171)
Dependencies
Documentation
- New ReadTheDoc documentation (#152)
- Add styles for docs (#158)
- Improve transformers mapping documentation (#168)
Quality
- Add missing authors in headers (#146)
- Fix sonar issues - severity high (#163)
- Fix dead links in README (#165)
CI
v2.3.0
Release notes
To fix any issues due to migration, please go to the migration guide. Labels are clickable and lead to the section of the migration guide corresponding to the associated described change.
- indicates that some methods were deprecated;
- indicates a breaking change which could impact all users;
Features
- Managed unversioned time series (#130)
- TimeSeriesMapper refactoring (#140)
- Statistics computation on all steps/versions by default (#142)
Fixes
- Network extraction impossible when network id contains brackets (or other problematic characters) (#128)
- Fix method that should not be static (#132)
- Fix export csv exception due to immutable collections (#134)
- Fix FileSystemTimeSeriesStore class name (#135)
- Fix FileSystemTimeSeriesStore (#138)
- Fix importTimeSeries method in FileSystemTimeSeriesStore (#139)
Dependencies
Quality
- Fix sonar issues in FileSystemTimeseriesStore (#136)
- Add missing headers and missing SPDX licence identifiers (#137)