Skip to content

Commit 61c91ff

Browse files
committed
Add missing release note about removing sympy
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 33f029c commit 61c91ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ This release drops support for Python versions older than 3.11.
3838

3939
* A power request can now be forced by setting the `include_broken` attribute. This is especially helpful as a safety measure when components appear to be failing, such as when battery metrics are unavailable. Note that applications previously relying on automatic fallback to all batteries when none of them was working will now require the `include_broken` attribute to be explicitly set in the request.
4040

41+
* The dependency to `sympy` was unused and thus removed from the SDK. If you used it indirectly without declaring the dependency in your project you should do it now.
42+
4143
## New Features
4244

4345
* The `MovingWindow` as well as the OrderedRingBuffer are having new public methods that are returning the oldest and newest timestamp of all stored samples.

0 commit comments

Comments
 (0)