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
+1-6
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,12 @@
2
2
3
3
## Summary
4
4
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 -->
5
+
This is a minor non-breaking release that adds new features and fixes a few bug.
10
6
11
7
## New Features
12
8
13
9
- Allow multiplying and dividing any `Quantity` by a `float`. This just scales the `Quantity` value.
14
10
- Allow dividing any `Quantity` by another quaintity of the same type. This just returns a ration between both quantities.
15
-
16
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.
0 commit comments