Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@

## Upgrading

- Updating the minimum frequenz-lib-notebooks requirement to v0.16.0

## New Features

- Update the radio button navigation for streamlit in deepnote.
- Add KWK aliases in the line plot.
- Update the KPIs to german format.
- Replace the solar monitoring `Produktionsstatistiken` table with the
`- Replace the solar monitoring `Produktionsstatistiken` table with the
`MicrogridOverviewDashboard` view from `frequenz.lib.notebooks`.

## Bug Fixes
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requires-python = ">= 3.11, < 4"

dependencies = [
"css-inline>=0.17.0",
"frequenz-lib-notebooks>=0.14.7,<0.16.0",
"frequenz-lib-notebooks>=0.16.0,<0.17.0",
"matplotlib>=3.10.6",
"numpy>=2.3.2",
"pandas>=2.3.2",
Expand Down
Loading