Skip to content

Commit

Permalink
Prepare for v1.0.0-rc1000 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
shsms authored Oct 18, 2024
2 parents 0ef9ad1 + dbeaf0d commit 2f62b64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Summary

<!-- Here goes a general summary of what this release is about -->
The SDK starts using the [`frequenz-quantities`](https://pypi.org/project/frequenz-quantities/) package with this release.

A new method for streaming reactive power at the grid connection point has been added, and the `ConfigManagingActor` has been improved.

## Upgrading

- 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.
- 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.
- The `QuantityT` has been moved to the `frequenz.sdk.timeseries._base_types` module.
- The `QuantityT` doesn't include itself (`QuantityT`) anymore.

Expand Down

0 comments on commit 2f62b64

Please sign in to comment.