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
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
7
7
* Remove `_soc` formula from the LogicalMeter. This feature has been moved to the BatteryPool.
8
8
* Upgrade PowerDistributingActor to handle components with the NaN metrics (#247):
9
-
* if power bounds are NaN, then it tries to replace them with corresponding power bounds from adjacent component. If these components are also NaN, then it ignores battery.
10
-
* if other metrics metrics are NaN then it ignores battery.
9
+
* if power bounds are NaN, then it tries to replace them with corresponding power bounds from adjacent component. If these components are also NaN, then it ignores battery.
10
+
* if other metrics metrics are NaN then it ignores battery.
11
11
* BatteryStatus to track that a component stopped sending messages. If the battery or its adjacent inverter stopped sending messages, then the battery would be considered as not working. (#207)
12
12
* PowerDistributing to send battery status to subscribed users (#205)
13
13
* Rename microgrid.Microgrid to microgrid.ConnectionManager (#208)
@@ -21,12 +21,13 @@
21
21
* BatteryPool implementation for aggregating battery-inverter metrics into higher level metrics. (#205)
22
22
* Add EV power and current streams to `EVChargerPool` (#201)
23
23
24
-
25
24
## Bug Fixes
26
25
27
26
* The resampler now correctly produces resampling windows of exact *resampling period* size, which only include samples emitted during the resampling window (see #170)
28
27
29
28
## Removing
29
+
30
30
* Deprecated code (#232):
31
-
* frequenz.sdk._data_ingestion
32
-
* frequenz.sdk._data_handling
31
+
* frequenz.sdk._data_ingestion
32
+
* frequenz.sdk._data_handling
33
+
* The pandas(-stubs) and pytz dependencies are no longer needed (#261).
0 commit comments