v7.2.0
๐ NEW FEATURES
- Adds a
min_split_hoursparameter which can be used in combination withsplit=true. If set it will ensure that the periods returned are at least that number of hours. It is not limited to integer values, so you can use1.5for example.
What's Changed
- Add
min_split_hoursparameter by @TheFes in #253 - New calculation for min_split_hours by @TheFes in #254
- Fix missing last datapoint when
min_split_hoursis used by @TheFes in #255 - Add documentation for
min_split_hoursby @TheFes in #258
Full Changelog: v7.1.1...v7.2.0