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: RELEASE_NOTES.md
+5-9
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,16 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
6
-
7
5
## Upgrading
8
6
9
-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10
-
11
-
- Add fine-grained Result types for the PowerDistributingActor.
12
-
Previously Result was one class with many fields. Now each result has its own class
13
-
that derives from Result parent class.
7
+
- Add fine-grained Result types for the PowerDistributingActor. Previously Result was one class with many fields. Now each type of the result has its own class that derives from Result parent class.
14
8
15
9
## New Features
16
10
17
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
11
+
- Add inverter type to the Component data. Inverter type tells what kind of inverter it is (Battery, Solar etc).
12
+
- Add `FormulaGenerator` class for generating formulas from the component graph.
0 commit comments