Skip to content

Commit c4bd97e

Browse files
Update releases-notes with dependencies removed
Also fix the format of the release-notes. Signed-off-by: Daniel Zullo <[email protected]>
1 parent e06c468 commit c4bd97e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
* Remove `_soc` formula from the LogicalMeter. This feature has been moved to the BatteryPool.
88
* 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.
1111
* 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)
1212
* PowerDistributing to send battery status to subscribed users (#205)
1313
* Rename microgrid.Microgrid to microgrid.ConnectionManager (#208)
@@ -21,12 +21,13 @@
2121
* BatteryPool implementation for aggregating battery-inverter metrics into higher level metrics. (#205)
2222
* Add EV power and current streams to `EVChargerPool` (#201)
2323

24-
2524
## Bug Fixes
2625

2726
* The resampler now correctly produces resampling windows of exact *resampling period* size, which only include samples emitted during the resampling window (see #170)
2827

2928
## Removing
29+
3030
* 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

Comments
 (0)