Releases: PowerGridModel/power-grid-model-ds
Releases · PowerGridModel/power-grid-model-ds
v1.9.3
What's Changed
- deps: uv lock --upgrade by @Thijss in #212
- [IMPROVEMENT] Update ruff rule "UP" by @furqan463 in #213
- chore: replace deprecated .add_branch with .append in tests by @Thijss in #214
- feat: Return offset value on merging grids by @Thijss in #211
- chore: fix pgm logo rendering on pypi by @mgovers in #216
- [IMPROVEMENT] Update ruff rules: "ICN", "ISC", "B", "SLF" by @furqan463 in #215
- chore(deps): bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #220
- [IMPROVEMENT] Update ruff rules: "PL", "ARG" by @furqan463 in #218
- feat: move from dash table to dash ag grid by @nitbharambe in #222
- Add explicit size property to FancyArray by @TomvdPoll in #225
New Contributors
- @TomvdPoll made their first contribution in #225
Full Changelog: v1.9.2...v1.9.3
v1.9.2
What's Changed
- [IMPROVEMENT] Update ruff rules "S", "FBT003", "RET" by @furqan463 in #202
- [IMPROVEMENT] Update ruff rules: "G", "LOG" by @furqan463 in #208
- fix(json): Custom encoders were not supported properly by @Thijss in #209
- [IMPROVEMENT] Update ruff rule "SIM" by @furqan463 in #207
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- [IMPROVEMENT] Update ruff rules YTT, BLE, RERF, Q, EXE, FA, FURB, FLY, SLOT, NPY, W, TID, PIE, RSE, TRY002 by @furqan463 in #199
- [IMPROVEMENT] Update ruff rule "PTH" by @furqan463 in #201
- fix(ids): grid.ids was not updated when deleting assets by @Thijss in #203
- delete multiple nodes/branches at once by @Thijss in #204
New Contributors
- @furqan463 made their first contribution in #199
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Fix some dtypes by @nitbharambe in #183
- Update lock by @nitbharambe in #185
- Fix/move visualizer import by @Thijss in #190
- feat: add server state for visualizer by @nitbharambe in #184
- fix(visualizer): coordinates weren't working anymore in CONFIG menu by @Thijss in #192
- feat: switch id_counter from int to set by @Thijss in #191
- chore(visualizer): search now uses the grid state by @vincentkoppen in #193
- chore: move array definitions to arrays.py by @Thijss in #189
- feat: visualize appliances by @nitbharambe in #186
- chore(visualizer): Remove unused elements data by @nitbharambe in #195
- fix(visualizer): appliances were on top of nodes in coordinate view by @Thijss in #196
- build: Bump to 1.9 by @Thijss in #200
Full Changelog: v1.8.2...v1.9.0
v1.8.2
What's Changed
- chore(deps): bump tornado from 6.5.4 to 6.5.5 by @dependabot[bot] in #182
- Fix generator and shunt appliance classes by @mgovers in #180
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- chore(deps): bump werkzeug from 3.1.5 to 3.1.6 by @dependabot[bot] in #173
- chore(deps): bump flask from 3.1.2 to 3.1.3 by @dependabot[bot] in #174
- Add grid.diff() method and diff utils by @Thijss in #176
- Add grid.rebuild_graphs() by @Thijss in #177
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- feat: add grid and graph repr method by @jaapschoutenalliander in #152
- Expose AsymPowerSensorArray by @Thijss in #158
- Add components: AsymLoad, AsymGen, Shunt, VoltageRegulator, Fault by @nitbharambe in #160
- fix: allow parallel edges in Grid.from_txt by @vincentkoppen in #162
- docs: setup feeder ids notebook by @jaapschoutenalliander in #157
- fix: include from_status & to_status when reversing branches by @Thijss in #165
- chore: perform check if any docs cell gives an error by @vincentkoppen in #169
- Add set_branch_orientations utility function by @Thijss in #156
- chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #171
- chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #170
- Version bump to 1.8 by @Thijss in #172
Full Changelog: v1.7.1...v1.8.0
v1.7.1
What's Changed
- feat: delete three winding trafo on node deletion by @Rubenscheffer in #151
New Contributors
- @Rubenscheffer made their first contribution in #151
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- feat: support merge of two grids by @wwadman in #136
- Add sanitization on selector string of search form by @nitbharambe in #146
- fix: define eq on all attributes of Grid and use default eq by @vincentkoppen in #148
- chore: update deps by @vincentkoppen in #149
- Breadfirst layout parameter and minor fixes by @nitbharambe in #145
- Refactor for further addition in visualizer by @nitbharambe in #147
- Version bump to 1.7 by @Thijss in #150
New Contributors
- @wwadman made their first contribution in #136
- @nitbharambe made their first contribution in #146
Full Changelog: v1.6.1...v1.7.0