Recent Releases of Power Grid Model
Power Grid Model - v1.8.5
What's Changed
- Use YBus to calculate source injection in power flow by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/644
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.8.4...v1.8.5
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 10 months ago

Power Grid Model - v1.8.4
What's Changed
- Feature/minimum degree topology by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/440
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.8.3...v1.8.4
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 10 months ago

Power Grid Model - v1.8.3
What's Changed
- Added missing component in config file by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/647
New Contributors
- @figueroa1395 made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/647
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.8.2...v1.8.3
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 10 months ago

Power Grid Model - v1.8.2
What's Changed
- Make tap_pos optional by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/621
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.8.1...v1.8.2
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 10 months ago

Power Grid Model - v1.8.1
What's Changed
- Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/643
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.8.0...v1.8.1
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.8.0
Highlights
- ✅ Added support for power flow calculations with automatic tap adjustment (see the documentation)
- ✅ Added observability checks for state estimation (see the documentation)
- ✅ Added support for separate error types in the Python interface (see the documentation)
- 💥 Multiple bugfixes (e.g., see #554 and #635)
- 🚀 Improved stability of Newton-Raphson power flow calculations (see #549)
- 🚀 Improvements and fixes to documentation.
- 🎉 Various improvements to the internal implementation and compiler support.
What's Changed
- fix Documentation of calculation of y_base by @Welthulk in https://github.com/PowerGridModel/power-grid-model/pull/496
- Feature/optimize headers by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/502
- extra trafo getters by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/507
- Feature/nrse example by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/506
- Feature/Updated validation to allow for missing sigma by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/503
- Bump fsfe/reuse-action from 2 to 3 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/511
- Feature/tags as template args by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/512
- Feature/remove rl logic by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/510
- NRPF improvement: change real to complex calculation in Jacobian by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/513
- Enhanced documentation on batch datasets by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/514
- Changed the datatype of
indptr
fromint32
/'integer' toint64
by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/518 - Fix MacOS CI setup phase by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/522
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/519
- Quick patch on remaining issues on the docs. by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/521
- bump gcc in CI to 13 to test faster compilation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/520
- [Bugfix] workaround ASAN issues on latest github runner images by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/531
- add merge queue stuff for CI by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/532
- Add an example notebook of transformers. by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/524
- Necessary conditions for observability by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/523
- Sorting optimization by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/504
- Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/535
- add DCO for merge groups by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/536
- Refresh SE notebook for observability by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/538
- Fix/General re-touching of the documentation by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/539
- separate test executable for quickly compilable unit tests and long by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/544
- Feature/auto tap changer skeleton by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/543
- Regulator class for automatic tap changer by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/534
- Preparing steps 2-3 so that step 1 can start by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/550
- Initialize NRPF with with linear pf by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/549
- Feature/separate python error types by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/546
- catch not observable exception for base scenario by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/551
- Feature/Transformer ranking - Step 2-3 by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/545
- add test test case for state estimation bug #554 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/555
- Update branch by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/556
- documentation for error types by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/552
- also run macos arm64 in merge group by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/553
- revert 531 by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/561
- Feature/transformer ranking step 4 by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/558
- Clang-tidy
-misc-include-cleaner
option by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/563 - Use GitHub hosted runner macos-14 for macOS build by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/566
- refactor main core + initial setup for tap regulator input/output by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/565
- Unit tests for transformer ranking by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/567
- Feature/transformer ranking test 1 by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/569
- Added size checks before retrieve_info; updated the test by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/570
- Bump dieghernan/cff-validator from 2.3 to 3 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/571
- [Feature] common state queries + transformer concept by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/572
- Transformer edge fix by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/573
- run citations workflow when current workflow changes by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/575
- Transformer ranking part 1 by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/562
- [FEATURE] add support for same-ranked transformers by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/577
- Feature/container + main core improvements by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/578
- Use NaN as default value in input/output/update struct by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/579
- Tap position optimizer outer loop by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/557
- fix missed checkin by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/581
- Renaming
MathOutput
toSolverOutput
by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/583 - [FEATURE] migrate to miniforge by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/584
- Feature/tap optimize voltage level tests by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/586
- New generic
MathOutput
to include bothSolverOutput
andOptimizerOutput
by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/585 - fix performance regression by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/592
- automatic tap changer outer loop multiple transformer test by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/590
- [Feature] elaborate null in JSON and nil in msgpack schemas by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/591
- Bump pypa/cibuildwheel from 2.17.0 to 2.18.0 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/593
- add retry logic when tap optimizer diverges by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/589
- Feature/line drop compensation tests by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/588
- Feature/default build by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/596
- [Feature] migrate gcc-13 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/600
- Feature/cleaner cpp api integration by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/599
- [Feature] Automatic Tap Changer C API by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/597
- try gcc 12 in the ci by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/603
- [Feature] enable Python API for auto tap changer (experimental) by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/604
- [Feature] tap regulator output data declaration by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/605
- Feature/tap regulator output by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/607
- pgm-automatic-tap validation tests by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/602
- feature/update main model for automatic tap changer by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/598
- Feature/auto tap validation test by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/608
- Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/609
- [Feature] support auto tap when node ids do start at 0 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/611
- [Feature] - set line drop compensation to 0 by default by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/612
- automatic tap changer regulation tactic validation cases by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/610
- Feature/remove legacy dataset by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/587
- Automatic tap changer line drop validation tests by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/616
- feature/maximum iteration per rank to prevent infinite loop by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/614
- [Feature] add automatic tap adjustment to the transformer notebook by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/615
- [Feature] Automatic tap changer documentation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/606
- [Feature] make tap regulator input attributes always required by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/618
- temporarily remove clang cl from CI by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/629
- temporarily add DCO check by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/625
- Adding new colleague to the maintainer's list by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/623
- Feature / State restoration after exception in optimizer by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/617
- tap regulator data validation required check by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/624
- [FEATURE] Auto tap uband recommendation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/619
- Editing error handling in PF Example notebook. by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/628
- [FEATURE] basic validation checks for tap regulator by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/620
- Reconfigure cmake preset by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/622
- test without clang-cl override by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/633
- Revert "temporarily add DCO check" by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/632
- change pre-commit config .yaml file by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/627
- [Fix] handle nullptr on serialization error by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/635
- fix sonar coverage by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/636
- Feature/validation check control side tap by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/634
- [Release] v1.8.0 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/637
New Contributors
- @Welthulk made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/496
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.0...v1.8.0
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.78
What's Changed
- Feature/validation check control side tap by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/634
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.77...v1.7.78
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.77
What's Changed
- fix sonar coverage by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/636
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.76...v1.7.77
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.76
What's Changed
- [Fix] handle nullptr on serialization error by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/635
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.75...v1.7.76
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.75
What's Changed
- test without clang-cl override by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/633
- Revert "temporarily add DCO check" by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/632
- change pre-commit config .yaml file by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/627
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.74...v1.7.75
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.74
What's Changed
- Reconfigure cmake preset by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/622
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.73...v1.7.74
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.73
What's Changed
- tap regulator data validation required check by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/624
- [FEATURE] Auto tap uband recommendation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/619
- Editing error handling in PF Example notebook. by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/628
- [FEATURE] basic validation checks for tap regulator by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/620
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.72...v1.7.73
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.72
What's Changed
- Adding new colleague to the maintainer's list by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/623
- Feature / State restoration after exception in optimizer by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/617
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.71...v1.7.72
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.71
What's Changed
- temporarily remove clang cl from CI by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/629
- temporarily add DCO check by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/625
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.70...v1.7.71
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.70
What's Changed
- [Feature] make tap regulator input attributes always required by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/618
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.69...v1.7.70
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.69
What's Changed
- [Feature] Automatic tap changer documentation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/606
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.68...v1.7.69
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.68
What's Changed
- [Feature] add automatic tap adjustment to the transformer notebook by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/615
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.67...v1.7.68
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.67
What's Changed
- feature/maximum iteration per rank to prevent infinite loop by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/614
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.66...v1.7.67
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.66
What's Changed
- Automatic tap changer line drop validation tests by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/616
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.65...v1.7.66
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.65
What's Changed
- Feature/remove legacy dataset by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/587
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.64...v1.7.65
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.64
What's Changed
- automatic tap changer regulation tactic validation cases by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/610
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.63...v1.7.64
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.63
What's Changed
- [Feature] - set line drop compensation to 0 by default by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/612
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.62...v1.7.63
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.62
What's Changed
- [Feature] support auto tap when node ids do start at 0 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/611
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.61...v1.7.62
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.61
What's Changed
- Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/609
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.60...v1.7.61
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.60
What's Changed
- pgm-automatic-tap validation tests by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/602
- Feature/auto tap validation test by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/608
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.59...v1.7.60
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.59
What's Changed
- Feature/tap regulator output by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/607
- feature/update main model for automatic tap changer by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/598
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.58...v1.7.59
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.58
What's Changed
- [Feature] tap regulator output data declaration by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/605
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.57...v1.7.58
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.57
What's Changed
- [Feature] enable Python API for auto tap changer (experimental) by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/604
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.56...v1.7.57
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.56
What's Changed
- [Feature] Automatic Tap Changer C API by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/597
- try gcc 12 in the ci by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/603
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.55...v1.7.56
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 11 months ago

Power Grid Model - v1.7.55
What's Changed
- Feature/cleaner cpp api integration by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/599
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.54...v1.7.55
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.54
What's Changed
- [Feature] migrate gcc-13 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/600
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.53...v1.7.54
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.53
What's Changed
- Feature/default build by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/596
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.52...v1.7.53
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.52
What's Changed
- add retry logic when tap optimizer diverges by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/589
- Feature/line drop compensation tests by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/588
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.51...v1.7.52
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.51
What's Changed
- Bump pypa/cibuildwheel from 2.17.0 to 2.18.0 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/593
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.50...v1.7.51
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.50
What's Changed
- [Feature] elaborate null in JSON and nil in msgpack schemas by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/591
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.49...v1.7.50
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.49
What's Changed
- automatic tap changer outer loop multiple transformer test by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/590
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.48...v1.7.49
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.48
What's Changed
- fix performance regression by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/592
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.47...v1.7.48
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.47
What's Changed
- New generic
MathOutput
to include bothSolverOutput
andOptimizerOutput
by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/585
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.46...v1.7.47
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.46
What's Changed
- Feature/tap optimize voltage level tests by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/586
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.45...v1.7.46
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.45
What's Changed
- Renaming
MathOutput
toSolverOutput
by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/583 - [FEATURE] migrate to miniforge by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/584
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.44...v1.7.45
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.44
What's Changed
- fix missed checkin by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/581
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.43...v1.7.44
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.43
What's Changed
- Tap position optimizer outer loop by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/557
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.42...v1.7.43
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.42
What's Changed
- Use NaN as default value in input/output/update struct by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/579
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.41...v1.7.42
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 12 months ago

Power Grid Model - v1.7.41
What's Changed
- Feature/container + main core improvements by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/578
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.40...v1.7.41
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.40
What's Changed
- [FEATURE] add support for same-ranked transformers by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/577
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.39...v1.7.40
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.39
What's Changed
- Feature/transformer ranking test 1 by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/569
- Added size checks before retrieve_info; updated the test by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/570
- Transformer edge fix by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/573
- Transformer ranking part 1 by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/562
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.38...v1.7.39
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.38
What's Changed
- run citations workflow when current workflow changes by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/575
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.37...v1.7.38
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.37
What's Changed
- [Feature] common state queries + transformer concept by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/572
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.36...v1.7.37
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.36
What's Changed
- Bump dieghernan/cff-validator from 2.3 to 3 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/571
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.35...v1.7.36
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.35
What's Changed
- Unit tests for transformer ranking by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/567
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.34...v1.7.35
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.34
What's Changed
- refactor main core + initial setup for tap regulator input/output by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/565
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.33...v1.7.34
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.33
What's Changed
- Use GitHub hosted runner macos-14 for macOS build by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/566
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.32...v1.7.33
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.32
What's Changed
- Clang-tidy
-misc-include-cleaner
option by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/563
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.31...v1.7.32
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.31
What's Changed
- Update branch by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/556
- Feature/transformer ranking step 4 by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/558
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.30...v1.7.31
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.30
What's Changed
- revert 531 by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/561
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.29...v1.7.30
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.29
What's Changed
- add test test case for state estimation bug #554 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/555
- documentation for error types by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/552
- also run macos arm64 in merge group by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/553
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.28...v1.7.29
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.28
What's Changed
- Preparing steps 2-3 so that step 1 can start by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/550
- Feature/separate python error types by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/546
- catch not observable exception for base scenario by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/551
- Feature/Transformer ranking - Step 2-3 by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/545
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.27...v1.7.28
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.27
What's Changed
- Initialize NRPF with with linear pf by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/549
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.26...v1.7.27
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.26
What's Changed
- Regulator class for automatic tap changer by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/534
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.25...v1.7.26
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.25
What's Changed
- Feature/auto tap changer skeleton by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/543
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.24...v1.7.25
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.24
What's Changed
- separate test executable for quickly compilable unit tests and long by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/544
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.23...v1.7.24
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.23
What's Changed
- Fix/General re-touching of the documentation by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/539
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.22...v1.7.23
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.22
What's Changed
- Refresh SE notebook for observability by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/538
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.21...v1.7.22
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.21
What's Changed
- add DCO for merge groups by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/536
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.20...v1.7.21
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.20
What's Changed
- Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/535
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.19...v1.7.20
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.19
What's Changed
- Sorting optimization by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/504
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.18...v1.7.19
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.18
What's Changed
- Necessary conditions for observability by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/523
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.17...v1.7.18
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.17
What's Changed
- Add an example notebook of transformers. by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/524
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.16...v1.7.17
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.16
What's Changed
- add merge queue stuff for CI by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/532
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.15...v1.7.16
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.15
What's Changed
- bump gcc in CI to 13 to test faster compilation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/520
- [Bugfix] workaround ASAN issues on latest github runner images by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/531
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.14...v1.7.15
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.14
What's Changed
- Quick patch on remaining issues on the docs. by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/521
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.13...v1.7.14
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.13
What's Changed
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/519
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.12...v1.7.13
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.12
What's Changed
- Fix MacOS CI setup phase by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/522
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.11...v1.7.12
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.11
What's Changed
- Changed the datatype of
indptr
fromint32
/'integer' toint64
by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/518
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.10...v1.7.11
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.10
What's Changed
- Enhanced documentation on batch datasets by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/514
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.9...v1.7.10
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.9
What's Changed
- NRPF improvement: change real to complex calculation in Jacobian by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/513
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.8...v1.7.9
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.8
What's Changed
- Feature/remove rl logic by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/510
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.7...v1.7.8
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.8a1374103622511
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.7a1373303821467...v1.7.8a1374103622511
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.7a1373303821467
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.6...v1.7.7a1373303821467
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.7
What's Changed
- Feature/tags as template args by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/512
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.6...v1.7.7
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.6
What's Changed
- Bump fsfe/reuse-action from 2 to 3 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/511
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.5...v1.7.6
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.5
What's Changed
- Feature/Updated validation to allow for missing sigma by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/503
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.4...v1.7.5
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.4
What's Changed
- Feature/nrse example by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/506
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.3...v1.7.4
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.3
What's Changed
- extra trafo getters by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/507
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.2...v1.7.3
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.2
What's Changed
- Feature/optimize headers by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/502
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.1...v1.7.2
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.1
What's Changed
- fix Documentation of calculation of y_base by @Welthulk in https://github.com/PowerGridModel/power-grid-model/pull/496
New Contributors
- @Welthulk made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/496
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.7.0...v1.7.1
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.7.0
What's changed?
Highlights
- ✅ Newton-Raphson calculation method for state estimation (see the documentation).
- ✅ Optional separate sigmas for active power and reactive power for power sensors (see the documentation).
- ✅ Get the batch size of an update data set (see the API reference).
- 💥 Multiple bug fixes (see e.g. #462 and #477 ).
- 🚀 Improvements and fixes to documentation.
- 🎉 Various improvements to the internal implementation and compiler support.
- 🎉 The licenses of source and data files were updated.
Support for Python 3.8 was dropped
As agreed upon during the last Power Grid Model meet-up, support for Python 3.8 was dropped. Please refer to our Release Strategy on details.
Full list of changes
- fix tests import by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/394
- Bump pypa/cibuildwheel from 2.16.0 to 2.16.1 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/395
- fix msgpack serialization to file by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/396
- minor improvements to docs + test output by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/397
- add note about mailinglist by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/398
- use libboost-headers in conda by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/399
- Bump pypa/cibuildwheel from 2.16.1 to 2.16.2 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/400
- Refactor solvers by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model/pull/390
- fix links in examples by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/401
- Refactor indptr / sparse structure by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/379
- Replace indptr with sparse and dense grouped index vector by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/402
- Feature/full clang tidy after indptrs by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/403
- replace sparse with dense representation for components by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/406
- Bugfix/write to file opened in read mode by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/408
- Feature/zip sparse grouped idx vector by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/407
- Add download badges to README.md by @Jonasvdbo in https://github.com/PowerGridModel/power-grid-model/pull/410
- rerun the example notebooks by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/413
- fix sonar code smells by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/414
- Feature/recombine enumerated zip sequence by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/412
- bump Clang CI on Linux to LLVM-15 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/418
- fix multiple different code smells by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/417
- replace some std::find by std::ranges::find by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/416
- bump Apple CI to macos-13 + xcode latest-stable by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/415
- Feature/refactor test power sensor by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/419
- add reactive_power_sigma attribute by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/409
- Use Msgpack Visitor for deserialization. by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/420
- Use JSON visitor for serialization by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/424
- inverse update approach by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/427
- Feature/standard layout input by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/430
- Update build-guide.md by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/436
- Fix/fix inverse drift by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/437
- preliminary equations by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/428
- Feature/dgc 2055 get batch size function by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/429
- Feature addition to check if
p_sigma
andq_sigma
co-(in)exist. by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/425 - Feature/nrse interface by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/441
- Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/443
- Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/445
- Improve formatting component modeling documentation by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/439
- extend documentation on dataset validation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/446
- Feature/citations readthedocs by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/451
- Bump actions/download-artifact from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/452
- Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/453
- Bugfix/fix version by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/454
- update topology to not necessarily go through sparse mapping by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model/pull/426
- NRSE low level design by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/455
- Feature/remove needless id lookup by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/456
- Revert "Feature/remove needless id lookup" by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/459
- [Hotfix] fix restore after failing batch scenario by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/462
- Revert "Revert "Feature/remove needless id lookup"" by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/460
- Feature improve sparse matrix behaviour by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/463
- DGC 2106 Changes support python version from 3.8 to 3.9 by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/464
- Feature/tests for restore bug by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/467
- Feature/sustainable solution for bug by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/468
- Feature/nrse validation case by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/442
- enable running newton raphson for state estimation tests by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/472
- Feature/experimental validation tests by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/471
- Feature/nrse validation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/473
- Use constexpr for all meta data by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/475
- Fix rounding error of transformer calculation in arm64 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/477
- Test macOS arm64 Python wheel using Fly CI by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/479
- Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/480
- update copyright notice by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/481
- homogenize remaining copyright notices by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/483
- bump cibuildwheel to `v2.16.5 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/485
- Updated the vscode settings jason files/license by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/484
- Add notebook example of asymmetric calculations. by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/482
- Incremental Y-Bus admittance matrix update by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/444
- Fix NRSE line measurement implementation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/478
- Newton Raphson State Esimation Implementation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/438
- Refactoring Python code to eliminate code smells by @ekiwaka in https://github.com/PowerGridModel/power-grid-model/pull/492
- NRSE documentation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/488
- Feature/test unbalanced power measurement by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/494
- Finalize NRSE by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/495
- Release v1.7.0: Newton-Raphson State Estimation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/499
New Contributors
- @zhen0427 made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/428
- @Jerry-Jinfeng-Guo made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/429
- @ekiwaka made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/492
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.0...v1.7.0
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.67
What's Changed
- Finalize NRSE by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/495
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.66...v1.6.67
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.66
What's Changed
- Feature/test unbalanced power measurement by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/494
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.65...v1.6.66
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.65
What's Changed
- NRSE documentation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/488
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.64...v1.6.65
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.64
What's Changed
- Refactoring Python code to eliminate code smells by @ekiwaka in https://github.com/PowerGridModel/power-grid-model/pull/492
New Contributors
- @ekiwaka made their first contribution in https://github.com/PowerGridModel/power-grid-model/pull/492
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.63...v1.6.64
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.63
What's Changed
- Feature/nrse validation by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/473
- Fix NRSE line measurement implementation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/478
- Newton Raphson State Esimation Implementation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/438
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.62...v1.6.63
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.62
What's Changed
- Incremental Y-Bus admittance matrix update by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/444
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.61...v1.6.62
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.61
What's Changed
- Updated the vscode settings jason files/license by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model/pull/484
- Add notebook example of asymmetric calculations. by @zhen0427 in https://github.com/PowerGridModel/power-grid-model/pull/482
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.60...v1.6.61
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.60
What's Changed
- bump cibuildwheel to `v2.16.5 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/485
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.59...v1.6.60
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.59
What's Changed
- homogenize remaining copyright notices by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/483
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.58...v1.6.59
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.58
What's Changed
- update copyright notice by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/481
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.57...v1.6.58
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.57
What's Changed
- Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/480
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.56...v1.6.57
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] about 1 year ago

Power Grid Model - v1.6.56
What's Changed
- Test macOS arm64 Python wheel using Fly CI by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model/pull/479
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.55...v1.6.56
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] over 1 year ago

Power Grid Model - v1.6.55
What's Changed
- Fix rounding error of transformer calculation in arm64 by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/477
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.6.54...v1.6.55
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] over 1 year ago
