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
This release mainly introduces the LogicalMeter. There should be no breaking
changes.
New Features
A logical meter implementation that can apply formulas on resampled component
data streams.
The ComponentGraph now supports dangling inverters, i.e. inverters
without a successor. This is mainly to support PVs inverters. In the future dangling inverters will be forbidden again but only for batteries.
Bug Fixes
The component graph expected inverters to always have successors, and so
wasn't able to support PV inverters, which don't have component successors.
This is resolved by temporarily removing the requirement for inverters to have
successors. This will be partially reverted later by expecting just battery
inverters to have graph successors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
Summary
This release mainly introduces the
LogicalMeter
. There should be no breakingchanges.
New Features
A logical meter implementation that can apply formulas on resampled component
data streams.
The
ComponentGraph
now supports dangling inverters, i.e. inverterswithout a successor. This is mainly to support PVs inverters. In the future
dangling inverters will be forbidden again but only for batteries.
Bug Fixes
wasn't able to support PV inverters, which don't have component successors.
This is resolved by temporarily removing the requirement for inverters to have
successors. This will be partially reverted later by expecting just battery
inverters to have graph successors.
What's Changed
New Contributors
Full Changelog: v0.12.0...v0.13.0
This discussion was created from the release v0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions