v0.12.0
·
364 commits
to v0.x.x
since this release
Immutable
release. Only release title and notes can be modified.
Tooling Library for Notebooks Release Notes
Summary
Upgrading
- Revert back to
v0.2.3of the weather-client until the weather service is able to supportv0.13of the weather API.
New Features
Bug Fixes
- Replaces multiple duplicated plot functions with a single reusable one.
- Handle empty weather/reporting dataframes gracefully to avoid transformation errors. The "Solar Maintenance" notebook is updated accordingly.
What's Changed
- Bump types-markdown from 3.8.0.20250708 to 3.8.0.20250809 by @dependabot[bot] in #154
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #151
- Bump actions/download-artifact from 4 to 5 in the artifacts group by @dependabot[bot] in #148
- Bump setuptools-scm[toml] from 8.3.1 to 9.2.0 by @dependabot[bot] in #153
- Bump mkdocstrings-python from 1.16.12 to 1.18.2 in the mkdocstrings group by @dependabot[bot] in #152
- Bump ipython from 9.4.0 to 9.5.0 in the minor group by @dependabot[bot] in #155
- Update plotly requirement from <6.3.0,>=6.0.0 to >=6.0.0,<6.4.0 by @dependabot[bot] in #156
- Bump pydoclint from 0.6.6 to 0.6.11 by @dependabot[bot] in #149
- Use df.loc instead of df.at for mypy compatibility by @cyiallou in #157
- fix: change to a singular line chart plot module by @Mohammad-Tayyab-Frequenz in #147
- fix: skip transformations when input data is empty by @cyiallou in #158
- fix: handle empty DataFrame in solar notebook by @cyiallou in #159
- Revert "Widen weather API client dependency range (#145)" by @cyiallou in #160
- fix: render component IDs as plain ints in alert email summaries by @cyiallou in #161
New Contributors
- @Mohammad-Tayyab-Frequenz made their first contribution in #147
Full Changelog: v0.11.2...v0.12.0