Skip to content

Commit 2f62b64

Browse files
authored
Prepare for v1.0.0-rc1000 (#1089)
2 parents 0ef9ad1 + dbeaf0d commit 2f62b64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE_NOTES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
The SDK starts using the [`frequenz-quantities`](https://pypi.org/project/frequenz-quantities/) package with this release.
6+
7+
A new method for streaming reactive power at the grid connection point has been added, and the `ConfigManagingActor` has been improved.
68

79
## Upgrading
810

9-
- Replace `Quantity` and its sub-classes (`Power`, `Current`, etc.) in the `frequenz.sdk.timeseries` module with the external
10-
[`frequenz-quantities`](https://pypi.org/project/frequenz-quantities/) package. Please add the new library as a dependency
11-
and adapt your imports if you are using these types.
11+
- Replace `Quantity` and its sub-classes (`Power`, `Current`, etc.) in the `frequenz.sdk.timeseries` module with the external [`frequenz-quantities`](https://pypi.org/project/frequenz-quantities/) package. Please add the new library as a dependency and adapt your imports if you are using these types.
1212
- The `QuantityT` has been moved to the `frequenz.sdk.timeseries._base_types` module.
1313
- The `QuantityT` doesn't include itself (`QuantityT`) anymore.
1414

0 commit comments

Comments
 (0)