Skip to content

Commit 073e9e0

Browse files
committed
Prepare for release
Signed-off-by: cyiallou - Costas <[email protected]>
1 parent 66fa8f4 commit 073e9e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This release refactors the solar maintenance workflow to return structured data via a new `SolarAnalysisData` dataclass and aggregates production statistics across multiple microgrids into a single table. The microgrid overview interface was updated to support multiple grids using a modular layout. Several fixes improve robustness against missing data and correct inconsistencies in production totals involving current-day values.
66

77
## Upgrading
8-
* Refactored the solar maintenance workflow to aggregate production statistics from all requested microgrids into a single table instead of creating one table per microgrid.
8+
- Refactored the solar maintenance workflow to aggregate production statistics from all requested microgrids into a single table instead of creating one table per microgrid.
99

1010
## New Features
1111

12-
- Introduced a `SolarAnalysisData` dataclass to structure the output of the `solar_maintenance_app.run_workflow()` function. This introduces a breaking change in the `Solar Maintenance.ipynb` notebook.
12+
- Introduced the `SolarAnalysisData` dataclass to structure the output of the `solar_maintenance_app.run_workflow()` function.
1313
- Added a modular `MicrogridOverviewDashboard` for dynamic multi-microgrid production display with light/dark theme support. Replaces the current hardcoded single-microgrid layout.
1414

1515
## Bug Fixes

0 commit comments

Comments
 (0)