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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,16 @@
2
2
3
3
## Summary
4
4
5
-
This is a minor non-breaking release that adds new features and fixes a few bug.
5
+
<!-- Here goes a general summary of what this release is about -->
6
+
7
+
## Upgrading
8
+
9
+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
6
10
7
11
## New Features
8
12
9
-
- Allow multiplying and dividing any `Quantity` by a `float`. This just scales the `Quantity` value.
10
-
- Allow dividing any `Quantity` by another quaintity of the same type. This just returns a ration between both quantities.
11
-
- The battery pool `power` method now supports scenarios where one or more inverters can have multiple batteries connected to it and one or more batteries can have multiple inverters connected to it.
13
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
12
14
13
15
## Bug Fixes
14
16
15
-
- Fix grid current formula generator to add the operator `+` to the engine only when the component category is handled.
16
-
- Fix bug where sometimes the `base_value` of a `Quantity` could be of a different type than `float`.
17
+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments