Recent Releases of Power Grid Model
Power Grid Model - v1.13.3
What's Changed
Dependencies
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1298
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.13.2...v1.13.3
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 month ago
Power Grid Model - v1.13.2
What's Changed
Documentation
- Clarify documentation on buffer get/set value by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1296
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.13.1...v1.13.2
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.13.1
What's Changed
Dependencies
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1295
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.13.0...v1.13.1
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.13.0
Highlights
- ✅ Added support for PV nodes for Newton-Raphson power flow calculations (see #1220 and the documentation).
- ✅ Multi-dimensional batch calculations using a Cartesian product of batch datasets (see #1201 and the documentation).
- ✅ Full observability check in meshed grids without voltage phasors (see #1085 and the documentation).
- 💥 Fixed modeling of Yyn transformers (see #1162)
- 💥 Various bugfixes (see, e.g., #1084, #1137, #1160, #1214, #1245).
- 🚀 Achieved Open Source Security Foundation Best Practices Silver Badge
- 🚀 Improvements and fixes to the documentation.
- 🎉 Various improvements to the internal implementation and compiler support.
Dropped Platform/Runtime Support
As agreed on during the last Power Grid Model meet-up and as outlined in the Release Strategy, support for the following platforms and runtimes were dropped. Please ensure your environment meets the new minimum requirements.
- Python 3.11 support (see also this announcement). Please refer to our Release Strategy for details.
What's Changed
Features and improvements
- Testing: split cpp unit tests by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1073
- Testing: split cpp validation tests into targets per calculation type by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1074
- Clean-up main model: job dispatch interface and adapter by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1036
- Clean-up main model: migrate job dispatch out of main model impl by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1066
- Clean-up main model: index-less single-scenario calculation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1072
- Data validator: relax requirement that p_sigma and q_sigma cannot mix normal and infinite values by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1081
- Clean-up main model: move prepare calculation logic by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1078
- Internal benchmark: fix timer by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1082
- Clean-up main model: make job dispatch calculation agnostic by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1071
- Pre-commit checks: improve naming by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1086
- Linting and Formatting: S, FBT, PT, TRY checks by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/1089
- Clean-up main model: Rename job dispatch-related classes by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1091
- Clean-up main model: Job dispatch unit tests by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1088
- Refactor calculation-info: timer using codes by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1087
- Clean-up main model: migrate reset calculation info to job dispatch by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1094
- Clang-format check: Add EOF whiteline check by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1095
- Clean-up main model: move topology related construction by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1092
- Compiler support: enable C++23 in PGM core compilation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1104
- Clean-up main model: Add logger interface by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1093
- Error messages: clearer message when dataset is inconsistent by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1099
- Clean-up main model: move y_bus related construction by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1105
- Clean-up main model: fix windows clang-tidy by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1111
- Clean-up main model: clang tidy bis by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1114
- Cleanup main model: dependency inversion main model impl info by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1107
- Fix nightly: RUF043 by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1121
- Clean-up main model: pass logger by reference to main model by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1115
- Sonar cloud issues: resolve reliability issues by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1127
- Sonar cloud issues: std::to_underlying + status_to_int by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1128
- Fix benchmark by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1132
- Cleanup main model: Clean up templates and variadics by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1109
- Sonar cloud issues: destructors must be noexcept by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1130
- Fix
brew installon linux by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1133 - Cleanup main model: Clean up templates and variadics from y bus by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1119
- Type dependent checks: Checks at all components by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1120
- Sonar cloud issues: resource management participation + if consteval by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1129
- Cleanup main model: Move state queries to component queries by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1123
- Clean-up main model: Pass logger by reference to adapter by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1122
- Cleanup main model: Finish migrating to main model type by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1135
- Feature: add community.md to readthedocs by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/1147
- Performance: Using swapping in places explicit copying could been avoided by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1140
- Observability: re-configure relevant test cases for full observability check by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1139
- Modernize internal implementation: iterator facade deducing this by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1148
- Current sensor statistics: to polar to decomposed statistics by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1150
- Observability: full observability check meshed network without voltage phasor by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1136
- Observability: add finer grained unit test for both existing radial check and new meshed check by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1146
- Performance: reduce copying during batch error handling by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1166
- Dev Environment: setup and the documentation for using the container by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/1161
- Observability: enable error for meshed observability check by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1174
- Type hinting: Fix + add overloads in multiple often-used functions by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1178
- Improvement: avoid string lookup when getting scenario from batch dataset by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1183
- Dev environment: add support and documentation for Docker by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/1191
- Fix 2 Python SonarQube code smells by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1195
- CI: add cmake linter by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1196
- implement
__repr__for PowerGridModel by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1202 - Clang-tidy: fix clang-tidy-19 issues by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1181
- SonarQube fix some C++ code warnings by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1207
- fix 2 blocker-level sonar cloud issues by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1208
- Clang-tidy: fix clang-tidy-20 issues by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1210
- Code quality: MSVC with warning level /W4 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1212
- Sonar cloud: fix after #1212 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1213
- Tap changer extrema strategy behavior by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1214
- Enable UV in build and CI by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1206
- Fix typo + bump pre-commit hooks by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1219
- Implement
loading_<side>for three winding transformer by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1218 - Move code generation dependencies into
pyproject.tomlby @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1227 - Clean up main model: migrate out "calculation preparation" related stuff by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1168
- Feature for more io message pack targets by @SteffanWullems in https://github.com/PowerGridModel/power-grid-model/pull/1242
- Feature for more io message pack targets: add to API reference by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1250
- use pgm build for cpp ci by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1251
- Multi-dimensional batch calculation: list of update batch dataset as a cartesian product by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1201
- OpenSSF silver badge: input sanitization in C API by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1254
- Sonar issues: fix reliability issues by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1257
- Sonar issues: fix one more reliability issue by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1258
- Add overloads for buffer handling by @MorningStarTM in https://github.com/PowerGridModel/power-grid-model/pull/1255
- OpenSSF silver badge: reproducible build by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1240
- OpenSSF silver badge: Fix UB of different type names for C-API opaque types by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1266
- OpenSSF silver badge: minor refactor C API implementation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1269
- pre-commit hook for formatting JSON files by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1256
- Extend regulated transformer control side error by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1273
- Reduce usage of shared_ptr in the core by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/1248
- Refactoring: Test existing loggers by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1262
- PV node: feature #185 by @scud-soptim in https://github.com/PowerGridModel/power-grid-model/pull/1220
- Move owning dataset buffer creation logic into cpp api by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1276
- Report unique ID in trafrmer regulate side error message by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1279
- PV node: only support voltage regulators for NRPF by @scud-soptim in https://github.com/PowerGridModel/power-grid-model/pull/1280
- PV nodes: make non-experimental by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1285
- Release: v1.13.x by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1281
Bug fixes
- Fix race condition in CalculationInfo by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1080
- Bug-fix: align data validator 2 and 3 winding trafo cyclic clock behavior by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1084
- CI: Fix sonar build by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1126
- Sparse matrix error: validation cases by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1118
- State estimation: Infinite sigma appliance measurement with valid injection sensor by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1137
- fix JSON deserializer message dump when token is extremely long by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1160
- Fix nightly: include
<cassert>after Eigen version bump by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1179 - relax numerical boundary for two validation tests by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1182
- implement
__deepcopy__by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1187 - Bugfix: correctly handle short circuit faults in multiple subgrids by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1193
- Fix zero sequence floating in some scenarios by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1189
- Fix zero-sequence model of Yyn transformer by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1197
- BugFix: unify
fast_any_tapbehavior when handling smallu_band(smaller thantap_size) by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1169 - CI: remove pre-commit before run pull request by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1221
- use github apps to create pr by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1233
- Clang-tidy: Windows clang-tidy-20 + remove old clang-tidy workaround by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1237
- [BUG] handle corruption in python multi-threads by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1245
- [BUG] add cassert in common include by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1253
- Remove hoverxref by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1268
Dependencies
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1079
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1090
- Bump pypa/cibuildwheel from 3.1.3 to 3.1.4 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1097
- CI: update ci build tools by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1113
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1117
- Bump SonarSource/sonarqube-scan-action from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1131
- Bump pypa/cibuildwheel from 3.1 to 3.2 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1141
- Dependencies: Drop NumPy 1.x support by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1143
- Bump fsfe/reuse-action from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1151
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1172
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1171
- CI: update brew before installing dependencies by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1180
- Bump pypa/cibuildwheel from 3.2 to 3.3 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1199
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1200
- Bump peter-evans/create-pull-request from 7 to 8 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1223
- Bump SonarSource/sonarqube-scan-action from 6 to 7 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1224
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1225
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1222
- Refresh lock and linter dependencies by @github-actions[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1226
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1243
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1244
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1247
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1252
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1260
- Python support: drop support for Python 3.11 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1261
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1265
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1277
Documentation
- Documentation: OS version in build guide by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1138
- Docs: add homebrew installation to docs by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1157
- Docs: fix minor typo in build guide by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1173
- Documentation: meshed observability check and the handling of the voltage phasor sensor by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1164
- Zigzag winding transformer modelling comment by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1177
- Documentation: automatic tap changer behavior by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1170
- Documentation: explicitly describe sym vs asym calculations by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/1216
- Docs: add things that relate to OpenSSF by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1228
- Multi-dimensional batch calculation: documentation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1246
- Docs: extend performance guide + readme badges by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1271
- Docs: Fix validation for Cartesian product of batch datasets. by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1275
Other Changes
- CI: use clang in Sonar python install by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1116
- CI: Prebuilt binaries for python3.14 in CIBW by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1149
New Contributors
- @kornerc made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/1187
- @github-actions[bot] made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/1226
- @power-grid-model-ci-bot[bot] made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/1243
- @SteffanWullems made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/1242
- @MorningStarTM made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/1255
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.0...v1.13.0
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.12.127
What's Changed
Features and improvements
- PV nodes: make non-experimental by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1285
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.126...v1.12.127
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.12.126
What's Changed
Features and improvements
- PV node: only support voltage regulators for NRPF by @scud-soptim in https://github.com/PowerGridModel/power-grid-model/pull/1280
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.125...v1.12.126
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.12.125
What's Changed
Features and improvements
- Report unique ID in trafrmer regulate side error message by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1279
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.124...v1.12.125
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.12.124
What's Changed
Features and improvements
- Move owning dataset buffer creation logic into cpp api by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1276
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.123...v1.12.124
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.12.123
What's Changed
Dependencies
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1277
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.122...v1.12.123
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.12.122
What's Changed
Features and improvements
- PV node: feature #185 by @scud-soptim in https://github.com/PowerGridModel/power-grid-model/pull/1220
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.121...v1.12.122
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.12.121
What's Changed
Features and improvements
- Refactoring: Test existing loggers by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1262
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.120...v1.12.121
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.12.120
What's Changed
Documentation
- Docs: Fix validation for Cartesian product of batch datasets. by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1275
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.119...v1.12.120
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 2 months ago
Power Grid Model - v1.12.119
What's Changed
Features and improvements
- Reduce usage of shared_ptr in the core by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/1248
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.118...v1.12.119
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.118
What's Changed
Features and improvements
- Extend regulated transformer control side error by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1273
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.117...v1.12.118
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.117
What's Changed
Features and improvements
- pre-commit hook for formatting JSON files by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1256
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.116...v1.12.117
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.116
What's Changed
Documentation
- Docs: extend performance guide + readme badges by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1271
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.115...v1.12.116
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.115
What's Changed
Features and improvements
- OpenSSF silver badge: minor refactor C API implementation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1269
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.114...v1.12.115
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.114
What's Changed
Bug fixes
- Remove hoverxref by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1268
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.113...v1.12.114
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.113
What's Changed
Features and improvements
- OpenSSF silver badge: Fix UB of different type names for C-API opaque types by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1266
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.112...v1.12.113
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.112
What's Changed
Dependencies
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1265
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.111...v1.12.112
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.111
What's Changed
Dependencies
- Python support: drop support for Python 3.11 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1261
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.110...v1.12.111
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.110
What's Changed
Features and improvements
- OpenSSF silver badge: reproducible build by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1240
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.109...v1.12.110
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.109
What's Changed
Features and improvements
- Add overloads for buffer handling by @MorningStarTM in https://github.com/PowerGridModel/power-grid-model/pull/1255
New Contributors
- @MorningStarTM made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/1255
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.108...v1.12.109
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.108
What's Changed
Features and improvements
- Sonar issues: fix one more reliability issue by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1258
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.107...v1.12.108
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.107
What's Changed
Dependencies
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1260
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.106...v1.12.107
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.106
What's Changed
Features and improvements
- Sonar issues: fix reliability issues by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1257
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.105...v1.12.106
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.105
What's Changed
Features and improvements
- OpenSSF silver badge: input sanitization in C API by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1254
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.104...v1.12.105
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 months ago
Power Grid Model - v1.12.104
What's Changed
Features and improvements
- Multi-dimensional batch calculation: list of update batch dataset as a cartesian product by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1201
Documentation
- Multi-dimensional batch calculation: documentation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1246
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.103...v1.12.104
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.103
What's Changed
Bug fixes
- [BUG] add cassert in common include by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1253
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.102...v1.12.103
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.102
What's Changed
Dependencies
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1252
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.101...v1.12.102
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.101
What's Changed
Features and improvements
- use pgm build for cpp ci by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1251
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.100...v1.12.101
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.100
What's Changed
Documentation
- Docs: add things that relate to OpenSSF by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1228
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.99...v1.12.100
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.99
What's Changed
Features and improvements
- Feature for more io message pack targets: add to API reference by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1250
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.98...v1.12.99
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.98
What's Changed
Features and improvements
- Feature for more io message pack targets by @SteffanWullems in https://github.com/PowerGridModel/power-grid-model/pull/1242
New Contributors
- @SteffanWullems made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/1242
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.97...v1.12.98
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.97
What's Changed
Dependencies
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1247
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.96...v1.12.97
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.96
What's Changed
Bug fixes
- [BUG] handle corruption in python multi-threads by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1245
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.95...v1.12.96
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.95
What's Changed
Dependencies
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1244
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.94...v1.12.95
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.94
What's Changed
Documentation
- Documentation: explicitly describe sym vs asym calculations by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/1216
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.93...v1.12.94
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.93
What's Changed
Dependencies
- Refresh lock and linter dependencies by @power-grid-model-ci-bot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1243
New Contributors
- @power-grid-model-ci-bot[bot] made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/1243
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.92...v1.12.93
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.92
What's Changed
Bug fixes
- Clang-tidy: Windows clang-tidy-20 + remove old clang-tidy workaround by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1237
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.91...v1.12.92
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.91
What's Changed
Features and improvements
- Clean up main model: migrate out "calculation preparation" related stuff by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1168
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.90...v1.12.91
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.90
What's Changed
Bug fixes
- use github apps to create pr by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1233
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.89...v1.12.90
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.89
What's Changed
Features and improvements
- Move code generation dependencies into
pyproject.tomlby @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1227
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.88...v1.12.89
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.88
What's Changed
Dependencies
- Refresh lock and linter dependencies by @github-actions[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1226
New Contributors
- @github-actions[bot] made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/1226
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.87...v1.12.88
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.87
What's Changed
Bug fixes
- CI: remove pre-commit before run pull request by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1221
Dependencies
- Bump peter-evans/create-pull-request from 7 to 8 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1223
- Bump SonarSource/sonarqube-scan-action from 6 to 7 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1224
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1225
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1222
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.86...v1.12.87
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.86
What's Changed
Features and improvements
- Implement
loading_<side>for three winding transformer by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1218
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.85...v1.12.86
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.85
What's Changed
Features and improvements
- Fix typo + bump pre-commit hooks by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1219
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.84...v1.12.85
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.84
What's Changed
Documentation
- Documentation: automatic tap changer behavior by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1170
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.83...v1.12.84
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.83
What's Changed
Bug fixes
- BugFix: unify
fast_any_tapbehavior when handling smallu_band(smaller thantap_size) by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1169
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.82...v1.12.83
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.82
What's Changed
Features and improvements
- Enable UV in build and CI by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1206
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.81...v1.12.82
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.81
What's Changed
Features and improvements
- Tap changer extrema strategy behavior by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1214
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.80...v1.12.81
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.80
What's Changed
Features and improvements
- Sonar cloud: fix after #1212 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1213
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.79...v1.12.80
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 months ago
Power Grid Model - v1.12.79
What's Changed
Features and improvements
- Code quality: MSVC with warning level /W4 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1212
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.78...v1.12.79
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.78
What's Changed
Features and improvements
- Clang-tidy: fix clang-tidy-20 issues by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1210
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.77...v1.12.78
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.77
What's Changed
Features and improvements
- fix 2 blocker-level sonar cloud issues by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1208
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.76...v1.12.77
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.76
What's Changed
Features and improvements
- SonarQube fix some C++ code warnings by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1207
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.75...v1.12.76
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.75
What's Changed
Features and improvements
- Clang-tidy: fix clang-tidy-19 issues by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1181
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.74...v1.12.75
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.74
What's Changed
Bug fixes
- Fix zero-sequence model of Yyn transformer by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1197
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.73...v1.12.74
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.73
What's Changed
Features and improvements
- implement
__repr__for PowerGridModel by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1202
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.72...v1.12.73
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.72
What's Changed
Features and improvements
- CI: add cmake linter by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1196
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.71...v1.12.72
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.71
What's Changed
Dependencies
- Bump pypa/cibuildwheel from 3.2 to 3.3 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1199
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1200
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.70...v1.12.71
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.70
What's Changed
Features and improvements
- Fix 2 Python SonarQube code smells by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1195
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.69...v1.12.70
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.69
What's Changed
Features and improvements
- Dev environment: add support and documentation for Docker by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/1191
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.68...v1.12.69
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.68
What's Changed
Bug fixes
- Fix zero sequence floating in some scenarios by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1189
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.67...v1.12.68
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.67
What's Changed
Bug fixes
- Bugfix: correctly handle short circuit faults in multiple subgrids by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1193
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.66...v1.12.67
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.66
What's Changed
Bug fixes
- implement
__deepcopy__by @kornerc in https://github.com/PowerGridModel/power-grid-model/pull/1187
New Contributors
- @kornerc made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/1187
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.65...v1.12.66
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.65
What's Changed
Features and improvements
- Improvement: avoid string lookup when getting scenario from batch dataset by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1183
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.64...v1.12.65
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 months ago
Power Grid Model - v1.12.64
What's Changed
Documentation
- Zigzag winding transformer modelling comment by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1177
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.63...v1.12.64
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.63
What's Changed
Bug fixes
- relax numerical boundary for two validation tests by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/1182
Dependencies
- CI: update brew before installing dependencies by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1180
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.62...v1.12.63
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.62
What's Changed
Features and improvements
- Type hinting: Fix + add overloads in multiple often-used functions by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1178
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.61...v1.12.62
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.61
What's Changed
Bug fixes
- Fix nightly: include
<cassert>after Eigen version bump by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1179
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.60...v1.12.61
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.60
What's Changed
Features and improvements
- Observability: enable error for meshed observability check by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1174
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.59...v1.12.60
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.59
What's Changed
Features and improvements
- Dev Environment: setup and the documentation for using the container by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/1161
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.58...v1.12.59
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.58
What's Changed
Documentation
- Documentation: meshed observability check and the handling of the voltage phasor sensor by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1164
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.57...v1.12.58
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.57
What's Changed
Dependencies
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1172
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1171
Documentation
- Docs: fix minor typo in build guide by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1173
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.56...v1.12.57
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.56
What's Changed
Features and improvements
- Performance: reduce copying during batch error handling by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1166
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.55...v1.12.56
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.55
What's Changed
Features and improvements
- Observability: add finer grained unit test for both existing radial check and new meshed check by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1146
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.54...v1.12.55
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.54
What's Changed
Features and improvements
- Observability: re-configure relevant test cases for full observability check by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1139
- Observability: full observability check meshed network without voltage phasor by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1136
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.53...v1.12.54
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.53
What's Changed
Bug fixes
- fix JSON deserializer message dump when token is extremely long by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1160
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.52...v1.12.53
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.52
What's Changed
Documentation
- Docs: add homebrew installation to docs by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1157
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.51...v1.12.52
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.51
What's Changed
Features and improvements
- Current sensor statistics: to polar to decomposed statistics by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1150
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.50...v1.12.51
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.50
What's Changed
Dependencies
- Bump fsfe/reuse-action from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1151
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.49...v1.12.50
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.49
What's Changed
Features and improvements
- Modernize internal implementation: iterator facade deducing this by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1148
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.48...v1.12.49
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 5 months ago
Power Grid Model - v1.12.48
What's Changed
Other Changes
- CI: Prebuilt binaries for python3.14 in CIBW by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1149
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.47...v1.12.48
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.47
What's Changed
Features and improvements
- Performance: Using swapping in places explicit copying could been avoided by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1140
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.46...v1.12.47
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.46
What's Changed
Bug fixes
- State estimation: Infinite sigma appliance measurement with valid injection sensor by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1137
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.45...v1.12.46
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.45
What's Changed
Features and improvements
- Feature: add community.md to readthedocs by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/1147
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.44...v1.12.45
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.44
What's Changed
Dependencies
- Dependencies: Drop NumPy 1.x support by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1143
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.43...v1.12.44
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.43
What's Changed
Features and improvements
- Cleanup main model: Finish migrating to main model type by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1135
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.42...v1.12.43
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.42
What's Changed
Dependencies
- Bump pypa/cibuildwheel from 3.1 to 3.2 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1141
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.41...v1.12.42
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.41
What's Changed
Features and improvements
- Clean-up main model: Pass logger by reference to adapter by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1122
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.40...v1.12.41
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.40
What's Changed
Documentation
- Documentation: OS version in build guide by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/1138
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.39...v1.12.40
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.39
What's Changed
Features and improvements
- Cleanup main model: Move state queries to component queries by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1123
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.38...v1.12.39
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.38
What's Changed
Features and improvements
- Cleanup main model: Clean up templates and variadics from y bus by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1119
- Type dependent checks: Checks at all components by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1120
- Sonar cloud issues: resource management participation + if consteval by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1129
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.37...v1.12.38
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.37
What's Changed
Features and improvements
- Testing brew install on linux by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1133
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.36...v1.12.37
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.36
What's Changed
Features and improvements
- Sonar cloud issues: destructors must be noexcept by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1130
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.35...v1.12.36
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.35
What's Changed
Features and improvements
- Fix benchmark by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1132
- Cleanup main model: Clean up templates and variadics by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/1109
Dependencies
- Bump SonarSource/sonarqube-scan-action from 5 to 6 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model/pull/1131
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.34...v1.12.35
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.34
What's Changed
Bug fixes
- Sparse matrix error: validation cases by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/1118
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.33...v1.12.34
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.33
What's Changed
Features and improvements
- Sonar cloud issues: std::to_underlying + status_to_int by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1128
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.32...v1.12.33
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago
Power Grid Model - v1.12.32
What's Changed
Features and improvements
- Sonar cloud issues: resolve reliability issues by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/1127
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.12.31...v1.12.32
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 months ago