You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,8 @@
89
89
90
90
- The `actor.ChannelRegistry`is now type-aware.
91
91
92
+
- A new class method `Quantity.from_string()` has been added to allow the creation of `Quantity` objects from strings.
93
+
92
94
## Bug Fixes
93
95
94
96
-0W power requests are now not adjusted to exclusion bounds by the `PowerManager`and`PowerDistributor`, and are sent over to the microgrid API directly.
@@ -104,3 +106,5 @@
104
106
A bug made the resampler interpret zero values as`None` when generating new samples, so if the result of the resampling is zero, the resampler would just produce `None` values.
105
107
106
108
- The PowerManager no longer holds on to proposals from dead actors forever. If an actor hasn't sent a new proposal in 60 seconds, the available proposal from that actor is dropped.
109
+
110
+
- Fix `Quantity.__format__()` sometimes skipping the number for very small values.
0 commit comments