Also includes notes for v0.10.0.
Added new method `get_usage_over_date_range(self, channel, start, end, scale=Scale.DAY.value, unit=Unit.WATTS.value)` for getting the usage for days, weeks, months, years. This method must be used to get historical data for any time frame of a day or more now, the call to get_usage_for_time_scale will not work properly with scales of a day or more, only giving data for today/this week/month/year. Note that there is some weird behavior regarding the dates associated with the data returned so take note of the recommendations in the readme and do some manual verification as well.