Skip to content

Commit bc37e7c

Browse files
committed
Add RELEASE_NOTES entries
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent ee43f49 commit bc37e7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1010

1111
- `Channels` has been upgraded to version 0.16.0, for information on how to upgrade visit https://github.com/frequenz-floss/frequenz-channels-python/releases/tag/v0.16.0
12+
- `Quantity` objects are no longer hashable. This is because of the pitfalls of hashing `float` values.
1213

1314
## New Features
1415

1516
- Add `abs()` support for quantities.
1617
- Add quantity class `Frequency` for frequency values.
1718
- Quantities can now be multiplied with `Percentage` types.
18-
- `FormulaEngine` arithmetics now supports scalar multiplication with floats and addition with Quantities
19+
- `FormulaEngine` arithmetics now supports scalar multiplication with floats and addition with Quantities.
20+
- Add a `isclose()` method on quantities to compare them to other values of the same type. Because `Quantity` types are just wrappers around `float`s, direct comparison might not always be desirable.
1921

2022
## Bug Fixes
2123

0 commit comments

Comments
 (0)