Skip to content

Releases: frequenz-floss/frequenz-cs-reporting

v0.2.6

18 Mar 13:59
Immutable release. Only release title and notes can be modified.
v0.2.6
36f8e8b

Choose a tag to compare

Frequenz CS Reporting Library Release Notes

Summary

This release adds an Autarkiegrad KPI card to the overview, refines the Verbrauchskennzahlen layout, and localizes solar sidebar labels.

Upgrading

New Features

  • Add an Autarkiegrad KPI card (self-consumption / production) in the summary
    overview and position it on its own row with an empty spacer card.
  • Limit solar workflow timezone selection to TIMEZONE_OPTIONS.
  • Localize solar sidebar inputs to German.

Bug Fixes

What's Changed

  • build(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #42
  • build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #41

Full Changelog: v0.2.5...v0.2.6

v0.2.5

03 Mar 21:58
Immutable release. Only release title and notes can be modified.
v0.2.5
28e98af

Choose a tag to compare

Frequenz CS Reporting Library Release Notes

Summary

This release adds an Autarkiegrad KPI card to the overview, refines the Verbrauchskennzahlen layout, and localizes solar sidebar labels.

Upgrading

New Features

  • Add an Autarkiegrad KPI card (self-consumption / production) in the summary
    overview and position it on its own row with an empty spacer card.
  • Limit solar workflow timezone selection to TIMEZONE_OPTIONS.
  • Localize solar sidebar inputs to German.

Bug Fixes

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

26 Feb 14:17
Immutable release. Only release title and notes can be modified.
v0.2.4
e052fd9

Choose a tag to compare

Frequenz CS Reporting Library Release Notes

Summary

This release updates reporting date handling to avoid future-date errors,
refreshes chart colors, and bumps the notebooks dependency to the latest
compatible version.

Upgrading

New Features

Bug Fixes

  • Normalize reporting end dates to avoid future-date failures.
  • Refresh PV and battery color mappings for time-series charts.

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

24 Feb 10:20
Immutable release. Only release title and notes can be modified.
v0.2.3
2451c10

Choose a tag to compare

Frequenz CS Reporting Library Release Notes

Summary

This release improves dashboard clarity and accuracy by only showing summary
cards for available components, correcting the consumption bar plot to include
grid feed-in values, and renaming overview cards for clearer labels.

Upgrading

New Features

Bug Fixes

  • Show summary boxes only for available components on the dashboard.
  • Update the consumption bar plot to include grid feed-in values.
  • Rename overview cards to improve label clarity.

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

13 Feb 13:32
Immutable release. Only release title and notes can be modified.
v0.2.2
1012f96

Choose a tag to compare

Frequenz CS Reporting Library Release Notes

Summary

Upgrading

New Features

  • Add dockerfile to be used in deepnote environments.

Bug Fixes

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Feb 16:31
Immutable release. Only release title and notes can be modified.
v0.2.1
5b47270

Choose a tag to compare

Frequenz CS Reporting Library Release Notes

Summary

Upgrading

New Features

Bug Fixes

  • Remove non-rendered figure in the solar page.

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Feb 14:09
Immutable release. Only release title and notes can be modified.
v0.2.0
0c82df3

Choose a tag to compare

Frequenz CS Reporting Library Release Notes

Summary

Upgrading

New Features

  • Added Solar notebook pages to the streamlit application.

Bug Fixes

  • Removed the temporary fix to calculate consumption.
  • Display the plots and tables only the respective component type is available.

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

28 Jan 15:43
Immutable release. Only release title and notes can be modified.
v0.1.1
2570c88

Choose a tag to compare

Frequenz CS Reporting Library Release Notes

Summary

Upgrading

New Features

Bug Fixes

  • Removed the temporary fix to calculate consumption.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Jan 11:31
Immutable release. Only release title and notes can be modified.
v0.1.0
a8c4b2e

Choose a tag to compare

Frequenz CS Reporting Library Release Notes

Summary

Upgrading

New Features

Bug Fixes

  • Update the subpackage name from frequenz-cs-reporting to cs-reporting

What's Changed

Full Changelog: v0.0.1...v0.1.0

v0.0.1

20 Jan 16:54
Immutable release. Only release title and notes can be modified.
v0.0.1
685ace1

Choose a tag to compare

Frequenz CS Reporting Library Release Notes

Summary

  • Initial Streamlit-based reporting app that discovers packaged pages, shows branded navigation, and renders microgrid reporting dashboards backed by the frequenz data stack.

Upgrading

New Features

  • Added app.py entrypoint that loads PageSpec definitions, persists navigation in query params, and renders sidebar branding.
  • New Home and Reporting pages: the dashboard offers microgrid/date/timezone/resolution filters, fetches/caches microgrid power data, builds a master dataframe, and drives overview metrics plus consumption breakdowns.
  • Dashboard visuals now include time-series plots, energy-mix pie, component-specific tabs (PV, battery, wind, BHKW, EV), and styled plot cards.
  • Data tables use AgGrid with CSV downloads for power mix, component analyses, and the combined master dataframe; reusable UI helpers and constants were added for consistent styling and column naming.

Bug Fixes

What's Changed

New Contributors

Full Changelog: https://github.com/frequenz-floss/frequenz-cs-reporting/commits/v0.0.1