Skip to content

Commit fe96a3d

Browse files
committed
Update release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 5a4e792 commit fe96a3d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,13 @@
5757
## Bug Fixes
5858

5959
- 0W power requests are now not adjusted to exclusion bounds by the `PowerManager` and `PowerDistributor`, and are sent over to the microgrid API directly.
60-
- Fixed that `microgrid.frequency()` was sending `Quantity` objects instead of `Frequency`.
60+
61+
- `microgrid.frequency()` / `GridFrequency`:
62+
63+
* Fix sent samples to use `Frequency` objects instead of raw `Quantity`.
64+
* Handle `None` values in the received samples properly.
65+
* Convert `nan` values in the received samples to `None`.
66+
6167
- The resampler now properly handles sending zero values.
6268

6369
A bug made the resampler interpret zero values as `None` when generating new samples, so if the result of the resampling is zero, the resampler would just produce `None` values.

0 commit comments

Comments
 (0)