Skip to content

v7.2.0

Choose a tag to compare

@TheFes TheFes released this 16 Jan 14:12
3baad2d

๐ŸŒŸ NEW FEATURES

  • Adds a min_split_hours parameter which can be used in combination with split=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 use 1.5 for example.

What's Changed

  • Add min_split_hours parameter by @TheFes in #253
  • New calculation for min_split_hours by @TheFes in #254
  • Fix missing last datapoint when min_split_hours is used by @TheFes in #255
  • Add documentation for min_split_hours by @TheFes in #258

Full Changelog: v7.1.1...v7.2.0