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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Summary
4
4
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.
6
6
7
7
## 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.
9
9
10
10
## New Features
11
11
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.
13
13
- Added a modular `MicrogridOverviewDashboard` for dynamic multi-microgrid production display with light/dark theme support. Replaces the current hardcoded single-microgrid layout.
0 commit comments