We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bb20a commit 7ada5cfCopy full SHA for 7ada5cf
RELEASE_NOTES.md
@@ -6,7 +6,11 @@
6
7
## Upgrading
8
9
-<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
+- 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.
12
+- The `QuantityT` has been moved to the `frequenz.sdk.timeseries._base_types` module.
13
+- The `QuantityT` doesn't include itself (`QuantityT`) anymore.
14
15
## New Features
16
0 commit comments