v3.8.0-RC1
Pre-release
Pre-release
To fix any issues due to migration, please go to the migration guide. Labels and are clickable and lead to the section of the migration guide corresponding to the associated described change.
Release notes
CGMES
- Fix unit test for operational limits on node-breaker (#1509)
- Update rdf4j version (#1424)
- CGMES conversion performance improvement: avoid duplicated queries ( (#1500)
- CGMES non impedant AcLineSegment located inside a voltage level are now converted in a fictitious switch (#1500)
- CGMES conversion: join voltage levels connected by switches (Initial voltage levels id are stored as aliases) (#1332)
- Check the presence of a EQ profile in CgmesOnDataSource (#1542)
Computation
- Implement
getStdOut
andgetStdErr
to get outputs of local computations (#1511)
IIDM
- Allow to reuse DanglingLineAdder twice (#1496)
- Allow to reuse ThreeWindingsTransformerAdder twice (#1501)
- Allow to reuse TieLineAdder twice (#1507)
- Assert that the XML serializer is not null when writeExtension() is called (#1516)
- Bug fix in LineAdderAdapter (node1 used to be set twice) (#1521)
- Add names to node-breaker voltage level graphviz export (#1531)
- Fix error message in 3WT leg adder to give more contextual information (#1495)
- Allow to log error rather than throwing exceptions when there is an IIDM-XML version incompatibility during export (#1535)
Load flow
- Enable LoadFlowResult Json export (#1517)
Matpower
- Fix line detection during branch conversion (#1541)
Merging view
- Merge DanlingLines with the same ID and Xnode code (#1518)
- Fix error message in the merging view (#1520)
PSS/E
- Parse by field instead of by index to prepare support of v35 (#1460)
Sensitivity analysis
- A more
run
andrunAsync
methods in theSensitivityAnalysis
interface (#1529)