frequenz-floss / frequenz-core-python

Core utilities to complement Python's standard library
https://frequenz-floss.github.io/frequenz-core-python/
MIT License
0 stars 2 forks source link

Add a new `Interval` class based on the SDK `Bounds` #19

Closed llucax closed 5 months ago

llucax commented 5 months ago

This new class is based on the SDK Bounds class. It is renamed to Interval partly because this is a more generic repo and this is a more generic name, but also because we will add Bounds class in the future to represent multiple (inclusion) intervals, which is how the new microgrid API handle bounds.

Fixes #11, #12, #13, #15.

llucax commented 5 months ago

Skipping release notes because I will write a summary for the release, as it will be the first release.