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-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,16 @@
2
2
3
3
## Summary
4
4
5
+
<!-- Here goes a general summary of what this release is about -->
6
+
5
7
## Upgrading
6
8
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 -->
10
10
11
11
## 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 -->
14
14
15
15
## Bug Fixes
16
16
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