Releases: eliagroup/ToOp
Releases · eliagroup/ToOp
Release list
v0.9.1
This patch addresses two bugs when activating busbar outages in preprocesssing for N-1 analysis.
Fixes
- fix: busbar outage using oos elements. fix in asset topo by @LeonHilf in #610
- fix: busbar outage padding by @BenjPetr in #612
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Features
Fixes
- fix: Introduce parameter for enabling voltage rejection by @spetznick-elia in #607
Misc
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Features
- feat: Add PST setpoints to the validate logic by @nicow-elia in #537
- feat: extend cgmes ignore list to all elements by @BenjPetr in #540
- feat: use net.res_switch for switch results, handle switch outages by @siarhei2000582 in #543
- feat: Add new lines about the docstrings formatting by @LeonHilf in #531
- feat: Add AC validations for voltage jump and va_diff by @LeonHilf in #529
- feat: Parallel PST identification and optimization by @spetznick-elia with @Copilot in #568
Fixes
- fix: Remove error string in logger warning by @spetznick-elia in #525
- fix: consider in cascading only monitored elements by @siarhei2000582 in #527
- fix: benchmark uses importer loadflow parameter by @BenjPetr in #535
- fix: Remove some import warnings that spam the logs by @nicow-elia in #534
- fix: handle controller error by @siarhei2000582 in #559
- fix: pandera coercion by @LeonHilf in #526
- fix: set reference bus based on prio by @LeonHilf in #567
Misc
- refactor: Drop N-2 support by @nicow-elia in #538
- build(deps): bump astral-sh/uv from 0.11.16 to 0.11.19 in the all group across 1 directory by @dependabot[bot] in #519
- build(deps): bump sonarsource/sonarqube-scan-action from 8.0.0 to 8.1.0 in the all group across 1 directory by @dependabot[bot] in #521
- build(deps-dev): bump ruff in / by @dependabot[bot] in #522
- build(deps): bump https://github.com/astral-sh/ruff-pre-commit from v0.15.14 to 0.15.16 in the all group across 1 directory by @dependabot[bot] in #520
- build(deps-dev): bump mkdocs-include-markdown-plugin in / by @dependabot[bot] in #523
- chore: add agents dir to gitignore by @spetznick-elia in #528
- chore: update readme, remove dev container setup by @spetznick-elia in #532
- build(deps): bump the all group across 1 directory with 2 updates by @dependabot[bot] in #592
- build(deps): bump the all group in /dev-deployment with 2 updates by @dependabot[bot] in #591
- build(deps): bump msgpack from 1.1.2 to 1.2.1 in /packages/contingency_analysis_pkg by @dependabot[bot] in #600
- build(deps): bump msgpack from 1.1.2 to 1.2.1 in /packages/dc_solver_pkg by @dependabot[bot] in #599
Full Changelog: v0.7.1...v0.8.0
v0.7.1
Important note
This patch addresses a major bug that was introduced by #505, which prevented running several optimizations with the same optimization id.
Fixes
- fix: make condition_side optional and remove impedance from outage gr… by @siarhei2000582 in #514
- fix: fix node mapping in outage groups by @siarhei2000582 in #515
- fix: rollback sessions and accept duplicate initial by @LeonHilf in #513
- fix: add missing columns without pandera by @LeonHilf in #517
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Features
- feat: parallelization of ac topos + performance by @LeonHilf in #455
- feat: add cascading logic by @siarhei2000582 in #479
- feat: add BC condition mode and slack allocation by @siarhei2000582 in #506
Fixes
- fix: non-linear/asymmetric PST import by @BenjPetr in #495
- fix: name of permanent limit in tests by @spetznick-elia in #512
- fix: remove basecase from N-1 analysis to align fitness computation by @spetznick-elia in #509
- fix: Other paper link by @nicow-elia in #477
Misc
- test: fix test in case preprocessing does not match original conftest by @LeonHilf in #511
- test: integration test dc solver fitness versus validation fitness by @Copilot in #507
- refactor: one topo per message by @nicow-elia in #505
- chore: disable auto reload of pytest by @LeonHilf in #508
- refactor: renaming of stage names by @spetznick-elia in #486
- chore: fix docs release pipeline by @spetznick-elia in #478
- refactor: Move bb outage parameters to optimization parameters by @nicow-elia in #465
- docs: Update readme for publication by @nicow-elia in #473
- chore: Update logo by @spetznick-elia in #476
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Features
- feat: enable hybrid grid support by @LeonHilf in #367
- feat: linear pst switching distance and redefinition squared distance by @spetznick-elia in #428
- feat: add spps rules by @siarhei2000582 in #427
- feat: pst ga algo with index sampling by @spetznick-elia in #432
- feat: Added case1354 study grid, some utility by @nicow-elia in #349
- fix: update to powsybl 1.15 boundary-line rename and AC scoring regression by @Copilot in #415
Fixes
- fix: only check outage cases for n2-bridges by @LeonHilf in #369
- fix: update typing by @siarhei2000582 in #440
- fix(importer): enable import of station with missing bay ids by @BenjPetr in #382
- fix: Add validator for max_num_splits parameter by @spetznick-elia in #447
- fix: Notebook AC validation sorts best topologies by DC fitness by @nicow-elia in #429
- fix: remove unused function in init by @spetznick-elia in #457
- fix: Store contingency ids in hdf5 body by @nicow-elia in #456
Misc
- chore: reduce log message body by @spetznick-elia in #426
- refactor: Notebook improvements by @nicow-elia in #413
- refactor: delete unused code by @LeonHilf in #414
- refactor(importer): remove redundant basic_node_breaker_network_powsybl code by @BenjPetr in #373
- various version bumps
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat: add outage group identifier in contingency analysis results by @siarhei2000582 in #348
- build(deps): bump https://github.com/astral-sh/ruff-pre-commit from v0.15.7 to 0.15.8 in the all group by @dependabot[bot] in #350
- feat: PST startup cost metric by @spetznick-elia in #354
- fix: Set heartbeat message logging to debug by @nicow-elia in #359
- chore: sync complex grid file with function by @spetznick-elia in #360
- feat: add switch results by @siarhei2000582 in #361
- refactor(logging): Refactor configuration for structured logging by @mihasajko in #358
- fix: calculate switch results with full set of data by @siarhei2000582 in #368
Full Changelog: v0.4.0...v0.5.0