Skip to content

Commit

Permalink
Add load.type and rename branch.branch_type (#201)
Browse files Browse the repository at this point in the history
Resolves #185
  • Loading branch information
alihamdan authored Mar 15, 2024
1 parent 8f6e700 commit dcb102c
Show file tree
Hide file tree
Showing 59 changed files with 2,236 additions and 2,209 deletions.
2 changes: 1 addition & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Version of the setting file. Always 0.2
"version": "0.2",
// language - current active spelling language
"language": "en",
"language": "en,fr",
// words - list of words to be always considered correct
"words": [
"abcn",
Expand Down
5 changes: 5 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ myst:

## Unreleased

- {gh-pr}`201` {gh-issue}`185` Add `type` attribute to the load classes and rename branches `branch_type`
attribute to `type` for consistency. Please replace `branch.branch_type` by `branch.type` in your code.
In addition, loads data frames gained two new columns:
1. `type` indicating the load type: constant-(`power`, `current`, `impedance`);
2. and `flexible` indicating if the load is flexible.
- {gh-pr}`197` Fix a bug in three-phase transformer models that led to excessive reactive power flow in the transformer.
- {gh-pr}`199` Add Schneider Electric EcoDesign transformers to the catalogue. These are tagged with the _AA0Ak_
efficiency class. Other internal data have been added to the catalogue for testing purposes.
Expand Down
Loading

0 comments on commit dcb102c

Please sign in to comment.