Version 1.5.0 of the Power Grid Model project has been released.
Highlights of this version include:
- Added Short Circuit calculations according to the IEC60909 standard. An example can be found here.
- Improvements to the documentation.
- Improvements to the C API. Please refer to the power_grid_model_c API reference for a full list of supported features.
- This change involves a breaking change to the C API, made in PRs #296 and #306. Only C API users are affected. It concerns the way attributes are communicated across the interface and will help us reduce the frequency and impact of breaking C API changes in the future. Migrating is relatively straightforward and can be done in a similar way to how the example was migrated. Please contact us if you do experience any problems.
- Various improvements to the internal implementation and compiler support
For more details, view the full release notes.