v0.19.0 #262
v0.19.0
#262
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
Summary
Upgrading
_soc
formula from the LogicalMeter. This feature has been moved to the BatteryPool.New Features
SerializableRingbuffer
is now available, extending theOrderedRingBuffer
class with the ability to load & dump the data to disk.run(*actors)
function for running and synchronizing the execution of actors. This new function simplifies the way actors are managed on the client side, allowing for a cleaner and more streamlined approach. Users/apps can now run actors simply by calling run(actor1, actor2, actor3...) without the need to manually call join() and deal with linting errors.EVChargerPool
(Add EV power and current streams toEVChargerPool
#201)Bug Fixes
Removing
What's Changed
EVChargerPool
by @shsms in Add EV power and current streams toEVChargerPool
#201_soc
formula from the LogicalMeter by @ela-kotulska-frequenz in Remove_soc
formula from the LogicalMeter #248New Contributors
Full Changelog: v0.18.0...v0.19.0
This discussion was created from the release v0.19.0.
Beta Was this translation helpful? Give feedback.
All reactions