Skip to content
Merged
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
16 changes: 10 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Frequenz Python SDK Release Notes

## New Features
## Summary

- `Resampler`: The resampler can now be configured to have the resampling window closed to the right (default) or left, and to also set the resampler timestamp to the right (default) or left end of the window being resampled. You can configure setting the new options `closed` and `label` in the `ResamplerConfig`.
<!-- Here goes a general summary of what this release is about -->

## Bug Fixes
## Upgrading

<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->

- Improved formula validation: Consistent error messages for invalid formulas and conventional span semantics.
## New Features

<!-- Here goes the main new features and examples or instructions on how to use them -->

- This fixes a rare power distributor bug where some battery inverters becoming unreachable because of network outages would lead to excess power values getting set. This is fixed by measuring the power of the unreachable inverters through their fallback meters and excluding that power from what is distributed to the other inverters.
## Bug Fixes

- Fixed stopping formulas: It will now also stop the evaluator and sub-formulas correctly.
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
Loading