Skip to content

Commit 0ea4262

Browse files
authored
Merge pull request #77 from cyiallou/chore/clear-rel-notes
Reset release notes after release
2 parents 53b0a45 + 6274d2f commit 0ea4262

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22

33
## Summary
44

5+
<!-- Here goes a general summary of what this release is about -->
6+
57
## Upgrading
68

7-
* Expose MicrogridData from microgrid namespace.
8-
* Upgrade `frequenz-client-reporting` to minimum `v0.16.0`.
9-
* Small updates to the Alerts Notebook and Solar Maintenance notebook.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1010

1111
## New Features
12-
* Notification service: Introduced `NotificationSendError` for structured retry failure handling and updated the logging in `send_test_email()` utility function.
13-
* Rolling and profile plots now include production data up to the latest available timestamp, even if the current day is incomplete. This provides more real-time views of today's production without waiting for the day to finish.
12+
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1414

1515
## Bug Fixes
1616

17-
* Fixed a bug where the Solar Maintenance app would crash if some requested inverter components were missing from the reporting data. Missing components are now handled gracefully with a warning.
18-
* Fixed a bug in prediction model preparation where predictions could fail or mismatch the expected index when using minimal data and a large moving average window. Predictions are now correctly aligned with the data index, with missing values padded with NaN.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)