You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@
4
4
* None.
5
5
6
6
### New Features
7
-
* None.
7
+
* Added optional fields to `ModelConfig` to control network simplification `simplify_network`, `collapse_negligible_impedances`, and `combine_common_impedances`.
8
+
* Added optional `node_level_results` field to `GeneratorConfig`. This `NodeLevelResultsConfig` allows the configuration of node level power flow results from OpenDss.
8
9
9
10
### Enhancements
10
11
* None.
@@ -17,12 +18,11 @@
17
18
18
19
## [0.22.0] - 2025-08-14
19
20
### Breaking Changes
20
-
*TODO: new generatorConfig fields.
21
+
*None.
21
22
22
23
### New Features
23
24
* Added basic client method `run_ingestor` to run ingestors via EAS's `executeIngestor` graphql mutation.
24
25
* Added basic client methods `get_ingestor_run` and `get_ingestor_run_list` to retrieve the records of previous ingestor runs.
0 commit comments